nickycakes / W25N01GV-hydrabus

Python scripts to interface with W25N01GV nand flash through Hydrabus
1 stars 1 forks source link

W25N01GV tools for Hydrabus

Python scripts to interface with W25N01GV nand flash through Hydrabus

Tested on Hydrabus hardware v1.0 rev 4 with hydrafw 1.0

Installation

pip3 install -r requirements.txt

Usage

# dumps entire flash
./dump-flash.py fulldump.bin
# write entire flash with image.bin
./write-flash.py image.bin

Notes