[U-Boot] How to build standalone app *outside* u-boot build tree

26 Jan
2018
26 Jan
'18
5:30 p.m.
I'd like to build my own application - something like examples/standalone/hello_world - but if possible, I'd like to build it outside the u-boot tree. The standalone examples are meant to be invoked with a recursive make from an ancestor directory in the u-boot tree. They don't work if you just copy examples/standalone out into your own version controlled tree and attempt to build from there. Was wondering if there's a standard way to build your own standalone app, but using the u-boot infrastructure: e.g., something like the way you build a linux kernel module whose source lives outside the kernel source tree.
Thanks, Brett S.
2663
Age (days ago)
2663
Last active (days ago)
0 comments
1 participants
participants (1)
-
Brett Stahlman