In short . . . william@eee-pc:~$ *lsblk* NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 149.1G 0 disk ├─sda1 8:1 0 9.3G 0 part / ├─sda2 8:2 0 1K 0 part ├─sda5 8:5 0 2G 0 part [SWAP] └─sda6 8:6 0 137.8G 0 part /home sdb 8:16 1 3.7G 0 disk └─*sdb1 8:17 1 3.7G 0 part* william@eee-pc:~$ *ls* archives dev git mbr-backup.img rootfs sat tools backup downloads lm4tools MLO rootfs-testing test william@eee-pc:~$ mkdir tmp william@eee-pc:~$ sudo mount /dev/sdb1 /home/william/tmp [sudo] password for william: william@eee-pc:~$ ls ~/tmp/lib/modules/ 3.14.26-ti-r39 3.14.37-ti-r57 3.8.13-bone67 4.1.0-rc2-capemgr-r3 william@eee-pc:~$ sudo nano ~/tmp/boot/uEnv.txt
change uname_r= to reflect last know working kernel image in my case . . . *uname_r=3.14.37-ti-r57* william@eee-pc:~$ sudo sync william@eee-pc:~$ sudo umount /dev/sdb1 Insert sdcard back into BBB, and proceed as normal. SSH sessions will likely take a while this next first power up. OKay . . .where were we ? lol On Thu, May 7, 2015 at 6:49 PM, William Hermans <[email protected]> wrote: > And with that, I have the material for a howto recover from BBB bad kernel > update . . . heh ! > > On Thu, May 7, 2015 at 6:32 PM, Robert Nelson <[email protected]> > wrote: > >> On Thu, May 7, 2015 at 8:30 PM, William Hermans <[email protected]> >> wrote: >> > IS there anyway to fix this via serial console ? Or perhaps putting the >> > sdcard into my dev machine ? Short of that I'll have to start over with >> a >> > new image, and may as well just download the newest. >> >> Stick the card in your dev machine.. >> >> look at /lib/modules/<kernel version> >> >> stick that in /boot/uEnv.txt (uname_r) >> >> 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. >> > > -- 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.
