On Tue, Sep 1, 2015 at 3:19 AM, peoliye <[email protected]> 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 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.
