Replies: 1 comment 2 replies
|
Hi, flashing anything with JTAG (which does not support the bootloader offset out of the box) will wipe the OTA bootloader. This may be what you are experiencing? If you want to restore the OTA bootloader (to clarify, you don't need it if you are OK with just flashing your nets using JTAG): Can you explain "the GAP8 was already finnicky and would only turn on after we put it onto the pins lightly" a bit more? Do you mean the AI-deck instead of the GAP8? What does it mean to "put it onto the pins lightly"? What firmware release are you running / did you branch off from? |
Uh oh!
There was an error while loading. Please reload this page.
Hi! I am having an issue with the AI Deck 1.1 where after flashing some new firmware to the GAP8 using a DORY compiled neural net and image streaming through the JTAG (and specifically using the NanoCockpit implementation), the GAP8 seems no longer functional, but the ESP/NINA side still seems fully functional. When attempting a recovery by flashing the JTAG bootloader, the JTAG does not seem to be able to connect to the GAP8 at all and returns the following:
Warn : Interface already configured, ignoring
TARGET create
Info : core 0 selected
Info : gap8_adv_debug_itf tap selected
Info : adv_dbg_unit debug unit selected
Info : Option 7 is passed to adv_dbg_unit debug unit
GAP8 INIT TARGET
Info : clock speed 1500 kHz
Error: JTAG scan chain interrogation failed: all ones
Error: Check JTAG interface, timings, target power, etc.
Error: Trying to use configured scan chain anyway...
Error: gap8.cpu: IR capture error; saw 0x0f not 0x01
Warn : Bypassing JTAG setup events due to errors
GAP8 examine target
Init jtag
Initialising GAP8 JTAG TAP
Info : adv debug unit is configured with option BOOT MODE JTAG
Info : adv debug unit is configured with option ADBG_USE_HISPEED
Warn : CRC ERROR! Computed 0x00000000, read CRC 0xffffffff
Warn : CRC ERROR! Computed 0x00000000, read CRC 0xffffffff
Warn : CRC ERROR! Computed 0x00000000, read CRC 0xffffffff
Warn : CRC ERROR! Computed 0x00000000, read CRC 0xffffffff
Warn : CRC ERROR! Computed 0x00000000, read CRC 0xffffffff
Additionally, before this issue occurred, during previous neural net deployments (lighter and without attempting image streaming), the GAP8 was already finnicky and would only turn on after we put it onto the pins lightly.
All reactions