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

sh: ./tool/rt_ota_packaging_tool/./rt_ota_packaging_tool_cli-x64: not found #14

Open
carbofos opened this issue Nov 28, 2024 · 1 comment

Comments

@carbofos
Copy link

make build failed with the next error:

...
LINK rtthread.elf
arm-none-eabi-objcopy -O binary rtthread.elf rtthread.bin
arm-none-eabi-size rtthread.elf
   text    data     bss     dec     hex filename
1231968   14356   82040 1328364  1444ec rtthread.elf
./tool/rt_ota_packaging_tool/./rt_ota_packaging_tool_cli-x64 -f rtthread.bin -v 20241128_101025 -p app -o rtthread.rbl -c gzip -s aes -i 0123456789ABCDEF -k 0123456789ABCDEF0123456789ABCDEF
sh: ./tool/rt_ota_packaging_tool/./rt_ota_packaging_tool_cli-x64: not found
scons: *** [rtthread.elf] Error 127
scons: building terminated because of errors.
make: *** [Makefile:8: build] Error 2
@Apache02
Copy link

Apache02 commented Dec 3, 2024

Hi, @carbofos
rt_ota_packaging_tool_cli-x64 is a tool for writing new firmware, which I have never used before.
The only tool I’ve ever used for this purpose is hid_download_py over UART.

I even wrote my own wrapper script to avoid errors: flash.sh.

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

No branches or pull requests

2 participants