On Tue, Jun 23, 2015 at 6:52 PM, Ravindra Pratap Singh <[email protected]> wrote: > > Hi Robert, > > Good to know that you are not here to do my homework. I just want to > know how I can flash a u-boot like binary in place of u-boot to make it work > as I want. > > I hope you read my post before posting that I dont want to use U-boot. I > know there a many posts around for how to flash U-boot on beaglebone black. > But can you run an app without having any software on the board. > > Anyway thanks for your deep and content advice. It was really helpful.
Your just forgetting one very big detail. The bootrom just doesn't boot into u-boot. It searches for and loads a very specific binary with specific header information. This binary initializes the ddr memory along with enough features to load the "u-boot.img" So what seemed like a 'simple' load *.bin to memory and enable usart, also needs to implement ^... Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
