You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the Gapuino V1, and I can easily execute the "helloworld" example on the board. However, when I try to execute the bsp/filesystem/readfs example, the image loading gets stuck and fails to complete the program deployment.
Trying on Master:
"begining flash session (hyperflash)
load flasher to L2 memory
Loading binary through JTAG
[Flahser]: Hyperflash flasher is ready
Instruct flasher to begin flash per se
device struct address is 470047192
going to wait on addr GAP_RDY
loading image to flash - addr 469784844 - copied 262144 / 262236 Bytes - 99.96 %"
I've also tried a previous releases and the problem persists.
(this is in 4.12_dev but i have also tried in release-v4.0.0 and release-v4.9.0):
begining flash session (hyperflash)
load flasher to L2 memory
Loading binary through JTAG
[Flahser]: Hyperflash flasher is ready
Instruct flasher to begin flash per se
device struct address is 470047192
going to wait on addr GAP_RDY
wait on gap_rdy done witg buff ptr 0 469784844
loading image with addr 469784844 addr_min 469784844 and size 262144
load image done
Best regards,
Marcelo Ribeiro.
The text was updated successfully, but these errors were encountered:
Hello,
I'm using the Gapuino V1, and I can easily execute the "helloworld" example on the board. However, when I try to execute the bsp/filesystem/readfs example, the image loading gets stuck and fails to complete the program deployment.
Trying on Master:
"begining flash session (hyperflash)
load flasher to L2 memory
Loading binary through JTAG
[Flahser]: Hyperflash flasher is ready
Instruct flasher to begin flash per se
device struct address is 470047192
going to wait on addr GAP_RDY
loading image to flash - addr 469784844 - copied 262144 / 262236 Bytes - 99.96 %"
I've also tried a previous releases and the problem persists.
(this is in 4.12_dev but i have also tried in release-v4.0.0 and release-v4.9.0):
begining flash session (hyperflash)
load flasher to L2 memory
Loading binary through JTAG
[Flahser]: Hyperflash flasher is ready
Instruct flasher to begin flash per se
device struct address is 470047192
going to wait on addr GAP_RDY
wait on gap_rdy done witg buff ptr 0 469784844
loading image with addr 469784844 addr_min 469784844 and size 262144
load image done
Best regards,
Marcelo Ribeiro.
The text was updated successfully, but these errors were encountered: