Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gfoot authored Mar 1, 2021
1 parent 66ab2f7 commit 3228aea
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Features
Not features
------------
* Reading back and verifying is not supported and probably won't ever be
* Configuration can't be changed at runtime yet, it needs to be set in code
* YMODEM, ZMODEM, and other XMODEM extensions aren't supported yet

Binary Installation
Expand All @@ -41,9 +40,11 @@ Usage
2. Wire the Raspberry Pi Pico up to the EEPROM according to the pinout table below
3. Connect the Raspberry Pi Pico to the computer by USB
4. Launch a terminal app with XMODEM support, such as Tera Term, and connect it to the Raspberry Pi Pico
5. Verify that the Raspberry Pi Pico is reporting that it's ready to receive a ROM image - it will generally print occasional letter `C` characters if it's ready
6. Use your terminal to send a ROM image using the XMODEM+CRC protocol
7. Disconnect power before removing the EEPROM from the circuit
5. Verify that the Raspberry Pi Pico is reporting that it's ready to receive a ROM image
7. Use your terminal to send a ROM image using the XMODEM+CRC protocol
8. Disconnect power before removing the EEPROM from the circuit

Alternatively, instead of starting the XMODEM transfer, press Enter for some configuration options and follow the instructions.

Pinout
------
Expand Down

0 comments on commit 3228aea

Please sign in to comment.