Skip to content

Python scripts to interface with W25N01GV nand flash through Hydrabus

Notifications You must be signed in to change notification settings

nickycakes/W25N01GV-hydrabus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Make sure all leads are connected properly,
    • especially HOLD to 3.3v
    • under default settings, write protect pin should not matter for writing
  • This script is unlikely to work for other nand flash without heavy modification

About

Python scripts to interface with W25N01GV nand flash through Hydrabus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages