Hello Robert, Thank you for your quick reply. I'm downloading the Kernel at address 0x81000000 and fdt at address 0x82000000. I'm downloading the default dtb found under arch/arm/boot/dts/am335x-boneblack.dtb
This is log: *U-boot~# tftp 81000000 uImagelink up on port 0, speed 100, full duplexUsing cpsw deviceTFTP from server 192.168.1.7; our IP address is 192.168.1.10Filename 'uImage'.Load address: 0x81000000Loading: ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ############################################# 274.4 KiB/sdoneBytes transferred = 9234880 (8ce9c0 hex)U-boot~# tftpboot 82000000 bb.dtblink up on port 0, speed 100, full duplexUsing cpsw deviceTFTP from server 192.168.1.7; our IP address is 192.168.1.10Filename 'bb.dtb'.Load address: 0x82000000Loading: ## 238.3 KiB/sdoneBytes transferred = 26118 (6606 hex)U-boot~# bootm 81000000 - 82000000## Booting kernel from Legacy Image at 81000000 ... Image Name: Embedded Linux-BBB Created: 2015-12-19 17:12:31 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 9234816 Bytes = 8.8 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK## Flattened Device Tree blob at 82000000 Booting using the fdt blob at 0x82000000 Loading Kernel Image ... OK Loading Device Tree to 8fff6000, end 8ffff605 ... OKStarting kernel ...* after this, I don't get any log messages. I've tried downloading the kernel at location 0x80008000 as well, but no success. I'm expecting some log messages with Kernel panic, since I've not loaded initrd. Regards, Bharath -- 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.
