We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'd like to pass arguments to a bare-metal application using u-boot. Ideally, I would like to do this using CPU registers, in the same way u-boot passes the device tree address to Linux. But solutions of some other kind would also be acceptable.
I'm using fatload or loadb to load my applications binary, and using the go command to jump to the entry point address. The go command supposedly has optional arguments. But how are these passed to the application? I can't find any documentation that specifies this.
Thank you in advance