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

Explain how to use `--deploy` option in UF2 converter tool #16

Open brtchip-paul-jiao opened 2 years ago

brtchip-paul-jiao commented 2 years ago

python uf2conv4eve.py --deploy inputFile

image

We need to know if the inputFile for option --deploy is a UF2 format or not.

kaetemi commented 2 years ago

With --deploy, take UF2 format as input. Without the option, take regular binary as input.