On Wed, Jun 29, 2016 at 9:31 AM, Ratan Yadav <[email protected]> wrote: > Hi All , > > > After doing a lot of googling , I am turning to this forum . > > I am newbie in Linux and BBB , I am sure this topic might have come multiple > times in this forum but unfortunately those could not resolve my issue . > > I am facing problem while booting from TFTP . > > My kernel is loaded but as soon as it reaches to "Starting kernel" it hangs > up completely . > > Details shown on terminal is as below . > > > U-Boot# setenv serverip 192.168.1.5 > U-Boot# tftp 0x80200000 uImage-BBB > link up on port 0, speed 100, full duplex > Using cpsw device > TFTP from server 192.168.1.5; our IP address is 192.168.1.7 > Filename 'uImage-BBB'. > Load address: 0x80200000 > Loading: T ################################################################# > ################################################################# > ################################################################# > ################################################################# > ################################################################# > ################################################################# > ################################################################# > ################################################################# > ############# > 281.3 KiB/s > done > Bytes transferred = 7810336 (772d20 hex) > U-Boot# bootm 0x80200000 > ## Booting kernel from Legacy Image at 80200000 ... > Image Name: Linux-4.1.24+ > Image Type: ARM Linux Kernel Image (uncompressed) > Data Size: 7810272 Bytes = 7.4 MiB > Load Address: 80008000 > Entry Point: 80008000 > Verifying Checksum ... OK > Loading Kernel Image ... OK > OK > > Starting kernel ...
So... "bootm 0x80200000" where's your device tree binary? 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYgjKMy_wHPd69aWGP2cj%3DM%3DW2TdHdEitKddDaCp5PCfEw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
