[U-Boot-Users] any standalone apps size restrictions?

Hi, Do standalone applications have any size restrictions?.
Im using OMAP. im facing difficulties launching them?.
My app is around 42K, Im able to download the app using serial (kermit mode).
When i try to execute it with "go" command.
Sometimes, i get a data abort error. sometimes, the application just hangs. i just get the "Starting application" message, i dont get any prints not even "Example expects ABI version 2" message.
What could be wrong?.
Please Advice,
Regards, sriram

Hi, Can be have initialised data segment (initialised global) in the application?.
This increases the size by 32K's.
regards, sriram
On 11/23/06, Ram vshrirama@gmail.com wrote:
Hi, Do standalone applications have any size restrictions?.
Im using OMAP. im facing difficulties launching them?.
My app is around 42K, Im able to download the app using serial (kermit mode).
When i try to execute it with "go" command.
Sometimes, i get a data abort error. sometimes, the application just hangs. i just get the "Starting application" message, i dont get any prints not even "Example expects ABI version 2" message.
What could be wrong?.
Please Advice,
Regards, sriram
participants (1)
-
Ram