Skip to content

Conversation

out0f0rder
Copy link

No description provided.

@valeros
Copy link
Member

valeros commented Sep 30, 2025

Hi @out0f0rder, thanks for the PR. How can I reproduce the issue? How long was the path to your image?

@out0f0rder
Copy link
Author

Hi @out0f0rder, thanks for the PR. How can I reproduce the issue? How long was the path to your image?

Well, I shouldn't have called it "long", rather it should have been "space character containing filename" or something like that. Something like "firmware v0_1.bin" would be enough to reproduce.

@valeros
Copy link
Member

valeros commented Sep 30, 2025

So you replaced the value of PROGNAME in an extra script, right?

@out0f0rder
Copy link
Author

This part is creating a .jlink script containing loadbin statement. It should be like this:
loadbin firmware.bin, 0x08000000
But if firmware file name contains a "space" this
loadbin firmware v1.bin, 0x08000000
won't work. You have to escape that file name with quotation marks, like this:
loadbin "firmware v1.bin", 0x08000000

@out0f0rder
Copy link
Author

Sorry, didn't read you questions :)
Yes, extrascript renamed the firmware image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants