Replies: 1 comment
-
I found a
is there any simple way to edit these paths in project cmakelists.txt? I only found this may help but it seems quite complicated (https://github.com/zephyrproject-rtos/zephyr/blob/main/cmake/flash/CMakeLists.txt) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to flash merged.hex file which is located
C:\zephyrproject\wsc\hello_world\build_u575\zephyr\merged.hex
and I tried all combinations of west flash command to flash merged hex. But I got the errorFATAL ERROR: download file merged.hex does not exist
i am using a st board with stm32cubeprogrammer.
for example, these are the combinations I used to flash
anyway no luck.
but when I run
west flash -d build_u575
, it flashes the zephyr.signed.hexhere is the runner output:
Beta Was this translation helpful? Give feedback.
All reactions