mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Merge branch 'master' into binlogo
This commit is contained in:
@@ -31,8 +31,7 @@ You perform this the same way as if you were flashing a new firmware, and all of
|
||||
For the Pinecil, we require to flash the logo using dfu-util instead, which will only take `.bin` files rather than `.hex`.
|
||||
To flash the logo, use the following steps:
|
||||
|
||||
|
||||
- `python3 img2ts100.py input.png logo.bin`
|
||||
- `dfu-util -d 28e9:0189 -a 0 -D logo.bin -s 0x0801F800`
|
||||
|
||||
The converter will create a binary file if the .bin extension is used. Use dfu-util to flash it in the right location.
|
||||
The converter will create a binary file if the .bin extension is used. Use dfu-util to flash it in the right location.
|
||||
Reference in New Issue
Block a user