Skip to content

SuperTails/pi-pico-eeprom-programmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Pico EEPROM Programmer

Assembly

Each component should be laid out as in the picture below:

programmer reference picture

The wires are intentionally curved so that the further wires don't block the holes for the closer ones. For detailed wire connections, reference the schematic diagram.

The EEPROM should be inserted with its notch facing the Pico, but with a little bit of space between the level shifter and the edge of the EEPROM, so that removing the EEPROM after programming is easier to do without damaging the pins.

Usage

Insert the EEPROM and then plug the Pico into your computer. The serial port for the Pico can be found in Device Manager on Windows or by looking at the output of ls /dev/tty on MacOS/Linux.

Invoke the eeprom.py script with the appropriate file and serial port:

# Windows
python eeprom.py asm.bin COMnumberhere

# Unix
python3 eeprom.py asm.bin /dev/name-of-port

The deploy command from the debugger will generate the asm.bin for you and place it in the root folder of the debugger repo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published