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

ERR_EXE when uploading neorv32_exe.bin for demo_blink_led on DE2-115 Board #789

Closed
DatNguyen97-VN opened this issue Feb 3, 2024 · 2 comments
Labels
troubleshooting Something is not working as expected

Comments

@DatNguyen97-VN
Copy link

DatNguyen97-VN commented Feb 3, 2024

Dear Admin,

Describe the bug
When I send neorv32_exe.bin file on Tera Term , I receive a notification of ERR_EXE
Tried other examples but the result is still the same

To Reproduce

 cd demo_blink_led
 make exe

result to

Memory utilization:
   text    data     bss     dec     hex filename
   1080       0       0    1080     438 main.elf
Compiling ../../../sw/image_gen/image_gen
Executable (neorv32_exe.bin) size in bytes:
1092

Finally, I connected Tera Term to de2 and when sending the neorv32_exe.bin file to it an error appeared as err_exe

result_6

Please help me.

Thanks,
Dat Nguyen

@stnolting
Copy link
Owner

stnolting commented Feb 3, 2024

Hey @DatNguyen97-VN!

ERR_EXE indicates a signature error. The first 4 bytes of the uploaded file are not what the bootloader is expecting. So maybe you are just uploading the wrong file (see #781). Which file are you uploading (neorv32_exe.bin, not main.bin)?

Maybe there is a problem with the terminal configuration. Did you select the "binary" option in Tera Term when sending the executable file?

@stnolting stnolting added the troubleshooting Something is not working as expected label Feb 3, 2024
@DatNguyen97-VN
Copy link
Author

DatNguyen97-VN commented Feb 3, 2024

Thank you very much @stnolting. I not select "option binary" so I got err_exe.
result_8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
troubleshooting Something is not working as expected
Projects
None yet
Development

No branches or pull requests

2 participants