-
Notifications
You must be signed in to change notification settings - Fork 204
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
how to upload binary to ART-PI? #241
Comments
Hi zdima: ART-Pi factory code uses bootloader(internal flash at 0x0800 0000) + application(external norflash located at right-bottom Winbond QSPI flash and addr is 0x9000 0000).
|
Thank you for this information. I was able to connect with STM32CubeProgrammer.
|
Hi zdima: |
Thanks @StackYuan! |
Yes, you are correct :) |
i was able to program main flash with boot-loader code, but was having issues to upload application code into download partition. How do I share new ART-Pi_W25Q64.stldr that works with STM32CubeProgrammer v2.12.0? |
Sounds a lot of hardwork you've paid into, thats awesome! |
Thanks @StackYuan :) Is it safe to update the ST-LINK firmware? Otherwise, I would prefer to keep current version of STMProgrammer as I know I have the working setup. |
It's safe to update ST-Link frameware. Normally, you just upgrade it, and it simply works fine. |
@StackYuan Can you try a new stldr file with your version of programmer? Thanks |
on this pr #249 we've fixed this problem. |
Pardon for trivial question, but how I upload compiled binary to ART-PI?
Things are complicate for me since I am working on MacOS and RT-Thread Studio not available there.
I am using command line scons to build binary.
I compiled an example project and I see rtthread.bin and rtthread.elf in the build folder.
Usually I would use openocd or removable folder to copy .utf fle.
But I can't find examples on how to do this with ART-PI (perhaps search in english won't find what i am looking for).
I don't want to loose factory code already on the board's flash (WiFi driver, etc) as it would be another problem for me.
Also, is it possible to upload factory code from the board's flash into a file so I can restore it later if i accidentally corrupt it?
The text was updated successfully, but these errors were encountered: