Bridgetek / pico-brteve

Example code and utility to make Raspberry Pi/Raspberry Pi Pico work with Eve GPU from BridgeTek. https://brtchip.com/eve/
MIT License
8 stars 5 forks source link

More explanation on UF2 conversion output #17

Open brtchip-paul-jiao opened 2 years ago

brtchip-paul-jiao commented 2 years ago

When users run the following command: image

Will the output file contain the 4096 bytes of Blob data? Considering two scenarios:

  1. the input file flash.bin contains the Blob data.
  2. the input file flash.bin has no Blob data.
kaetemi commented 2 years ago

The blob will only be included if specified in the tool command line, to avoid accidentally overwriting the firmware. The first 4096 bytes of the input are ignored.

kaetemi commented 2 years ago

Additionally, you need to specify which EVE generation the firmware is for, as the loader will ignore firmware that has the wrong EVE generation tag.