to create a kernel image i followed the procedure from below site http://elinux.org/Building_BBB_Kernel#Downloading_and_building_the_Linux_Kernel
i created the kernel image and rootfs using arm-linux-gnueabi-gcc compiler while booting the image kernel loaded successfully into the ram memory. but when i do bootm 0x80200000 command the booting was stopped immediately without any error log information ..simply curser waiting after "OK Starting kernel ... " message.. my log message for your reference ========================== Hit any key to stop autoboot: 0 *U-Boot# * *U-Boot# setenv autoload no* *U-Boot# setenv serverip 192.168.1.69* *U-Boot# setenv ipaddr 192.168.1.61* *U-Boot# tftp 0x80200000 uImage-BBB* link up on port 0, speed 100, full duplex Using cpsw device TFTP from server 192.168.1.69; our IP address is 192.168.1.61 Filename 'uImage-BBB'. Load address: 0x80200000 Loading: ################################################################# ################################################################# ################################################################# ################################################################# ######################## 1.2 MiB/s done Bytes transferred = 4156864 (3f6dc0 hex) *U-Boot# setenv bootargs console=ttyO0,115200n8 quiet root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait* *U-Boot# bootm 0x80200000* ## Booting kernel from Legacy Image at 80200000 ... Image Name: Linux-3.8.13 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4156800 Bytes = 4 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... after that no process happening ... if any one understood whats going wrong please share your experience how to come back from this issue.. -- 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.
