This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

X-Loader: printf statements kill verbosity



Hi there,

I am trying to built a modified bootloader for my PandaBoard ES (OMAP4460). Therefore, I need to print data during early boot stage. Thus, I need to insert several printf()-statements to the bootloader code. However, if I add only a single orintf to x-loader code, I do not get any terminal output. This means, with the "untouched" x-loader code I receive the normal output on my terminal:

Texas Instruments X-Loader 1.4 ...
...

However, using u-boot from linaro, I can successfully insert printf() statements whereever I won't wihtout breaking verbosity.

Do you know of any reasons and possible solutions?

Thanks,

André