Hello,
I am trying to load standalone application.
It works fine with the hello_world example ( bin format).
Then I move to build and run another application (uc/os) in eclipse.
The problem is that the bin format is very large.
Is there a way to load a standalone application in another format ?
Regards,
Ran
解決済! 解決策の投稿を見る。
Hi Ran
bin format is standard format, probably one can use some
kind of compression, but seems it will require customization.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Ran
bin format is standard format, probably one can use some
kind of compression, but seems it will require customization.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Igor,
Thanks for reply.
Is it possible to load image format (elf converted with mkimage) ?
Thanks.
Ran