Sysprogs forums › Forums › VisualGDB › Arduino esp32 segger-jlink
- This topic has 1 reply, 2 voices, and was last updated 5 years ago by support.
-
AuthorPosts
-
October 16, 2019 at 15:44 #26183adamtwatsonParticipant
Arduino esp32 segger-jlink problems with 128Mb / 16MB parts
I can program and debug with Segger-jlink and the 128Mb module on Partition Scheme “Huge App 3MB” and “Minimal SPIFFS” fine – with settings for 128Mb module – all good.
If I try to use “16M Flash (2MB APP/12.5MB FAT)” partition scheme in VGDB and:
- program with the Segger J-Link the device will not boot properly – crashing repeatedly with boot message
- program with the “arduino tools” and debug with Segger J-Link it works fine
Similar things happen when I use custom partitions.csv system
Also works fine if I compile inside the Arduino IDE (1.8.9) – all partitions and custom options work as expected
Seems to be a problem J-link programming cycle as with VGD’s arduino-builder.exe is producing an image that can be downloaded via Arduino tools option
I am an avid user and have two licenses for my machines – great system
Adam Watson
October 19, 2019 at 02:48 #26233supportKeymasterHi,
No problem. Indeed, when using Segger J-Link, VisualGDB would try to parse the esptool command line, reconstruct the FLASH memory layout from it and then load it using the OpenOCD’s commands. This mechanism is relatively fragile, so it might indeed not work in some cases.
In order to track this down, please try the following build: VisualGDB-5.5.1.3314.msi
Then open View->Other Windows->VisualGDB Diagnostics Console and try programming the memory using J-Link.
Once the memory is programmed, please locate the following lines in the diagnostic log:
- Parsing esptool command should show the command line of the esptool used by the Arduino build system.
- com.sysprogs.esp32.esptool.binaries.count and subsequent lines should show the FLASH structure reconstructed from the command line. Please check it for any obvious inconsistencies compared to the command line.
- ExecuteRawCommand(mon program_esp32, <…>, CLI) lines will show the actual FLASH programming commands issued by VisualGDB to OpenOCD. They should match the FLASH memory layout in the esptool command line.
If you can point out a specific part of the esptool command line that gets parsed incorrectly, it should be very easy for us to fix it. However, if it’s not that obvious, we would need you to collect more information:
- Erase the FLASH memory using esptool.py.
- Program the memory using the “Arduino tools”.
- Read back the FLASH memory using esptool.py.
- Erase the entire memory again
- Program it using J-Link.
- Read it back via esptool.py
- Compare the results (e.g. using fc.exe /b).
- Finally, post the entire diagnostic log from VisualGDB and the results of the comparison to this thread, or send it via our support form so that we could double-check everything on our side.
P.S. It would also be great if you could either update your forum profile to match the email used in the license key, or send it via our support form so that we could internally link it to your forum profile.
-
AuthorPosts
- You must be logged in to reply to this topic.