Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RT1170 fails to load program when debugging from ram. #87422

Open
EmilioCBen opened this issue Mar 20, 2025 · 0 comments · May be fixed by #87423
Open

RT1170 fails to load program when debugging from ram. #87422

EmilioCBen opened this issue Mar 20, 2025 · 0 comments · May be fixed by #87423
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug platform: NXP NXP priority: low Low impact/importance bug

Comments

@EmilioCBen
Copy link
Contributor

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)

@EmilioCBen EmilioCBen added the bug The issue is a bug, or the PR is fixing a bug label Mar 20, 2025
@EmilioCBen EmilioCBen linked a pull request Mar 20, 2025 that will close this issue
@nashif nashif added the priority: low Low impact/importance bug label Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug platform: NXP NXP priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants