2024-12-03 14:11:23 -05:00
|
|
|
# ROM Files for the F256JRe
|
2024-09-06 16:03:42 -04:00
|
|
|
|
2024-12-03 14:11:23 -05:00
|
|
|
This directory contains BIN files for programming the F256JRe flash memory with the Foenix Toolbox.
|
2024-09-06 16:03:42 -04:00
|
|
|
|
|
|
|
## 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):
|
2024-09-06 16:03:42 -04:00
|
|
|
|
|
|
|
```
|
|
|
|
python FoenixMgr.zip --port {debug device name} --flash-bulk toolbox.csv
|
|
|
|
```
|