Hello,
> I am working on AT91SAM9263 Customised board having U-boot. I want to rn
> some application on the top of U-boot . I found some command like go to run
> a application in U-boot. I m trying to run the demo program Hello_world.c
> provided in the U-Boot source . But after loading that to 0x
No HTML allowed on this list; Please use plain text messages.
Light King (Ansh) wrote:
> I am working on AT91SAM9263 Customised board having U-boot.
> I want to run some application on the top of U-boot . I found
> some command like go to run a application in U-boot. I m
> trying to run the demo