FoenixToolbox/roms/f256jr/README.md

13 lines
460 B
Markdown
Raw Normal View History

2024-12-03 14:11:23 -05:00
# ROM Files for the F256JRe
2024-12-03 14:11:23 -05:00
This directory contains BIN files for programming the F256JRe flash memory with the Foenix Toolbox.
## How to Install
Currently, the toolbox must be installed by bulk programming the flash memory.
2024-12-20 20:42:46 -05:00
Using the FoenixMgr Python script, this can be done with the following command (substitute the device path or name for your F256JR's USB debug port):
```
python FoenixMgr.zip --port {debug device name} --flash-bulk toolbox.csv
```