I am trying to build a UBOOT standalone application.
Looking at the README and the minimal documentation on this, I am curious.
Is the hello world example standalone, simply just compiled/cross-compiled the same way any other application is? Obviously for whatever the target architecture is.
Do I need to use makeelf or something to get a .bin file?