On Sun, Nov 8, 2015 at 5:00 PM, Rodrigo Such <[email protected]> wrote: > Hi Robert! > > I've just applied this commit but it is still not working. The problem has > changed. The boot starts, the message "Starting the kernel ..." is printed, > but then it stops. > Here is the log: > > U-Boot SPL 2015.10 (Nov 08 2015 - 20:52:16) > SPL: Please implement spl_start_uboot() for your board > SPL: Direct Linux boot not active! > reading u-boot.img > reading u-boot.img > > > U-Boot 2015.10 (Nov 08 2015 - 20:52:16 -0200) > > OMAP36XX/37XX-GP ES1.2, CPU-OPP2, L3-200MHz, Max CPU Clock 1 Ghz > OMAP3 Beagle board + LPDDR/NAND > I2C: ready > DRAM: 512 MiB > NAND: 0 MiB > MMC: OMAP SD/MMC: 0 > *** Warning - readenv() failed, using default environment > > Beagle xM Rev C > No EEPROM on expansion board > Die ID #29e000029ff80000016842c91601001a > Net: usb_ether > Error: usb_ether address not set. > > Hit any key to stop autoboot: 0 > switch to partitions #0, OK > mmc0 is current device > gpio: pin 173 (gpio 173) value is 0 > gpio: pin 4 (gpio 4) value is 0 > SD/MMC found on device 0 > reading uEnv.txt > 472 bytes read in 3 ms (153.3 KiB/s) > Loaded environment from uEnv.txt > Importing environment from mmc ... > Running uenvcmd ... > reading zImage > 3464752 bytes read in 223 ms (14.8 MiB/s) > reading omap3-beagle-xm.dtb > 63200 bytes read in 11 ms (5.5 MiB/s) > Kernel image @ 0x80200000 [ 0x000000 - 0x34de30 ] > ## Flattened Device Tree blob at 80f80000 > Booting using the fdt blob at 0x80f80000 > Using Device Tree in place at 80f80000, end 80f926df > > Starting kernel ... > > > Anything else?
My first guess since your suing "0x80200000" and assuming it's a relatively new kernel.. Your dtb is too fat, thus overwritting your kernel in memory.. Use: loadaddr=0x82000000 fdtaddr=0x88000000 rdaddr=0x88080000 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.
