Hello First of all: sorry if this is not the proper list for this question I'd like to load a program with u-boot, but I don't know how to do it I'm doing qemu-system-arm -M integratorcp -kernel u-boot -serial stdio with this, i get into the prompt of u-boot, but how can I load a sample applicationn (a hello world) into qemu so I can tell u-boot to load it? Thanks