13 lines
457 B
Markdown
13 lines
457 B
Markdown
# ROM Files for the F256jr
|
|
|
|
This directory contains BIN files for programming the F256jr flash memory with the Foenix Toolbox.
|
|
|
|
## How to Install
|
|
|
|
Currently, the toolbox must be installed by bulk programming the flash memory.
|
|
Using the FoenixMgr Python script, this can be done with the following command (substitute the device path or name for your F256K's USB debug port):
|
|
|
|
```
|
|
python FoenixMgr.zip --port {debug device name} --flash-bulk toolbox.csv
|
|
```
|