On Wednesday, October 29, 2014 6:03:13 AM UTC-4, phani muttigi wrote: > > Hi All, > > Am newbi to beaglebone black,am trying too boot from SD Card when i ever > it boots it hangs with a kernel panic > here is the details of it > > [ 3.510872] pru-rproc 4a334000.pru0: rproc_boot failed > [ 3.523639] remoteproc2: failed to load rproc-pru1-fw > [ 3.529862] remoteproc2: request_firmware failed: -2 > [ 3.535532] pru-rproc 4a338000.pru1: rproc_boot failed > [ 3.560964] cpu cpu0: cpu0 clock notifier not ready, retry > [ 3.741913] sr_init: platform driver register failed for SR > [ 3.769513] Kernel panic - not syncing: VFS: Unable to mount root fs on > unknown-block(179,2) > > > am really dont know wat is wrong ? >
That is a strong indication you did not set up the rootfs partition on the sdcard correctly. First thing: get a stable build image. Use the RCN image-builder scripts to create an sdcard image and then flash it to an sdcard. See instructions at: https://github.com/beagleboard/image-builder More info: * If you have a BBB v3 then use 4gb image (for debian that is bone-debian-7.6-lxde-4gb-armhf...), all other BBB versions use the 2gb iimage. * Start with the debian 7.6 rootfs until you REALLY understand what you're doing. * To understand the mapping between the rootfs and the flash image look at the generated script in deploy/gift_wrap_final_images.sh * There is a lot of stale info about building the BBB. image-builder is the best and most up-to-date starting point for BBB work. Dave -- 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.
