Replies: 4 comments 10 replies
-
How did you do to flash the firmware file? but while the image seems to have been flashed correctly, it doesn't boot. |
Beta Was this translation helpful? Give feedback.
-
Ah, yes I will need to document this somewhere The first command is correct, you need to flash it without the mass-erase after flashing the normal firmware. If you include the mass-erase you will erase the firmware! You can reflash using the latest bin file from the master branch artefacts to get the firmware back. |
Beta Was this translation helpful? Give feedback.
-
I can confirm the boot image flashing works: I modified the TS100 picture to look more like the pinecil and then uploaded it, here is the result: bootimage2.mov |
Beta Was this translation helpful? Give feedback.
-
Didn't see any info on how to do this, correct me if it's somewhere I've not found or any of the steps are unnecessary, but I managed to flash a boot logo with the following:
python3 img2ts100.py input.png logo.hex
riscv-nuclei-elf-objcopy -I ihex -O binary logo.hex logo.bin
dfu-util -d 28e9:0189 -a 0 -D logo.bin -s 0x0800f800
I would add this to the wiki but I don't think just anyone has access, and the repo docs just point there.
Beta Was this translation helpful? Give feedback.
All reactions