RT1170 fails to load program when debugging from ram. #87422
Labels
bug
The issue is a bug, or the PR is fixing a bug
platform: NXP
NXP
priority: low
Low impact/importance bug
Describe the bug
If I set the chosen,flash node to itcm [Flexram for the 1170]
the program fails to debug. Explicitly it fails to load the program into ram.
To Reproduce
Update the zephyr,flash = &itcm;
make sure itcm has status = "okay"
do a west debug with either jlink or linkserver.
you will notice either the program fails to load
and/or the program thats inside flash will run instead.
Expected behavior
The program is loaded into ram and is ready for debugging.
Impact
Impact is very minimal.
Logs and console output
Explicitly using linkserver in gdb.
Processor connection reset
Loading section rom_start, size 0x23a8 lma 0x0
Load failed
(gdb)
The text was updated successfully, but these errors were encountered: