On Tuesday, September 1, 2015 at 8:56:36 AM UTC-7, RobertCNelson wrote:
>
> On Tue, Sep 1, 2015 at 3:19 AM, peoliye <[email protected] <javascript:>> 
> wrote: 
> > Problem: I am getting "Warning: Neither atags nor dtb found" after i 
> issue 
> > below commands. 
> > 
> > # fatload mmc 0:1 0x80008000 zImage 
> > # fatload mmc 0:1 0x81000000 omap3-beagle-xm.dtb 
> > # bootz 0x80008000 - 0x81000000 
>
> Use the new defaults: 
>
> # fatload mmc 0:1 0x82000000 zImage 
> # fatload mmc 0:1 0x88000000 omap3-beagle-xm.dtb 
> # bootz 0x82000000 - 0x88000000 
>

Thanks but this also didn't work. Bootup gets stuck at "Starting kernel" 
which is coming from bootloader
and after that there is no logs in console.

I have the required UART3 driver compiled in my kernel and that is why i 
get below logs when
i use below commands to boot but this doesn't load up the dtb. I use uImage 
in below.
loaduimage=fatload mmc 0:1 0x80007fc0 uImage
loadfdt=fatload mmc 0:1 ${fdtaddr} uImage
mmcrootfstype=ext4 rootwait

For full kernel logs:
http://pastebin.com/eK4si164




> 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.

Reply via email to