Hello, I am trying to run the blink firmware on th...
# mpw-6plus-silicon
g
Hello, I am trying to run the blink firmware on the development board. However, when I run the command
make clean flash
I encounter this error below. If anyone could help solve this problem, that would be great. Thanks.
t
I have run into this problem in several different cases. One of them is that the hex file has multiple sections (multiple lines starting with
@
) and the sections are not 16-byte aligned. This is not handled by the flash programming python script. If that's the case, I have an additional python script that I use to "clean up" the hex file.