bbogush / nand_programmer

NANDO - NAND Open programmer
GNU General Public License v3.0
316 stars 119 forks source link

Porting programmer to raspberry #38

Closed hamid1920 closed 1 year ago

hamid1920 commented 3 years ago

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

bbogush commented 3 years ago

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.