bbogush/nand_programmer

Porting programmer to raspberry

hamid1920 opened this issue · 1 comments

Is it possible to add support for raspberry boards
It has all needed pins so there is no need to build a programmer pcb from scratch

MCU should have some memory interface as FSMC in STM. Otherwise read/write of NAND using GPIO bit-banging will take hours. I see raspberry pi has SMI (secondary memory interface). Need to do proof of concept to see whether it is suitable.