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

Improve the eve-flash programming application (bootloader for eve-flash programming) #14

Closed brtchip-paul-jiao closed 2 years ago

brtchip-paul-jiao commented 2 years ago

Now we have this Pico application below based on tinyUSB to program Eve connected Flash(e-flash): https://github.com/BRTSG-FOSS/pico-brteve/tree/develop/tools/uf2

We want to add the support:

brtchip-tuannguyen commented 2 years ago

If e-flash.bin is detected and flashed, the INFO_UF2.TXT will have this line:

X-Eve-Flash-image: /e-flash.bin

Otherwise it has this line:

X-Eve-Flash-image: NONE

Example: image

brtchip-tuannguyen commented 2 years ago

Commit 8331b72:

image

brtchip-tuannguyen commented 2 years ago

Added EFLASH.BIN entry so user can read the whole EVE's connected flash just by copying it on Window Explorer:

image

brtchip-tuannguyen commented 2 years ago

The pin assignment of Eve SPI interface by users is supported.

Usage: Edit file SPI_PIN.CNF directly by notepad and just save it to reflect the change.

image