On Mon, Apr 16, 2018 at 4:38 AM, <[email protected]> wrote: > Hi, > I am trying to run an old ubuntu14.0 OS image on my beaglebone board, which > also include the ROS for my project. > Now the problem is it is not booting properly. This old ubuntu image I > flashed to the memory card using win32DiskImager. > This image has only the root filesystem in it although this file system is > ext4 but is *boot flagged (fdisk command told me this). > Now I am unable to run this image on my BBB but previously it was running. > here is the output of the boot process:
> Running uenvcmd ... > 83 bytes read in 34 ms (2 KiB/s) > 5506960 bytes read in 382 ms (13.7 MiB/s) > 26098 bytes read in 96 ms (264.6 KiB/s) > ## Flattened Device Tree blob at 88000000 > Booting using the fdt blob at 0x88000000 > Using Device Tree in place at 88000000, end 880095f1 > > Starting kernel ... > [ 0.000000] Kernel command line: console=tty0 console=ttyO0,115200n8 > root= rootfstype=ext4 rootwait > init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v2.sh > [ 3.311039] Waiting for root device ... Fix your /uEnv.txt your passing: root= & init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v2.sh so your not passing the root-partition information and it's setup to flash the eMMC.. 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/CAOCHtYgFt3pzu5Z_nmRNY%3DOHONR4zqpPZh%3DnUmykbyEaoJCNrA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
