-
Notifications
You must be signed in to change notification settings - Fork 14
compile success, but flash fails #63
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
Comments
build & flash, just run the below
|
This was referenced Oct 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all,
I tried to fix this problem several days, but I still cannot find the solution. Could someone help me? Thx in advance.
I use the Apple Os, and have installed all the tools required, such as python, make, git and so on. Here are my steps:
git clone https://github.com/advaitjain/tflite-micro-sparkfun-edge-examples.git
make TARGET=sparkfun_edge micro_speech
python tools/apollo3_scripts/create_cust_wireupdate_blob.py --load-address 0x20000 --bin micro_speech_ota.bin -i 6 -o micro_speech_wire --options 0x1
Header Size = 0x60
app_size 0x4f69a4 ( 5204388 )
Image size bigger than max - Creating Split image
Writing to file micro_speech_wire.bin
Image from 0x0 to 0x48000 will be loaded at 0x20000
Writing to file micro_speech_wire.bin
Image from 0x48000 to 0x90000 will be loaded at 0x68000
Writing to file micro_speech_wire.bin
Image from 0x90000 to 0xd8000 will be loaded at 0xb0000
Writing to file micro_speech_wire.bin
Image from 0xd8000 to 0x120000 will be loaded at 0xf8000
Writing to file micro_speech_wire.bin
Image from 0x120000 to 0x168000 will be loaded at 0x140000
Writing to file micro_speech_wire.bin
Image from 0x168000 to 0x1b0000 will be loaded at 0x188000
Writing to file micro_speech_wire.bin
Image from 0x1b0000 to 0x1f8000 will be loaded at 0x1d0000
Writing to file micro_speech_wire.bin
Image from 0x1f8000 to 0x240000 will be loaded at 0x218000
Writing to file micro_speech_wire.bin
Image from 0x240000 to 0x288000 will be loaded at 0x260000
Writing to file micro_speech_wire.bin
Image from 0x288000 to 0x2d0000 will be loaded at 0x2a8000
Writing to file micro_speech_wire.bin
Image from 0x2d0000 to 0x318000 will be loaded at 0x2f0000
Writing to file micro_speech_wire.bin
Image from 0x318000 to 0x360000 will be loaded at 0x338000
Writing to file micro_speech_wire.bin
Image from 0x360000 to 0x3a8000 will be loaded at 0x380000
Writing to file micro_speech_wire.bin
Image from 0x3a8000 to 0x3f0000 will be loaded at 0x3c8000
Writing to file micro_speech_wire.bin
Image from 0x3f0000 to 0x438000 will be loaded at 0x410000
Writing to file micro_speech_wire.bin
Image from 0x438000 to 0x480000 will be loaded at 0x458000
Writing to file micro_speech_wire.bin
Image from 0x480000 to 0x4c8000 will be loaded at 0x4a0000
Writing to file micro_speech_wire.bin
Image from 0x4c8000 to 0x4f69a4 will be loaded at 0x4e8000
I donnt know how to search the solution, it has taken many days for me to find the answer.
Thx everyone.
The text was updated successfully, but these errors were encountered: