Soooo... I made a SD card with the latest debian RCN demo-image (2014-07-06). This time cryptsetup works a little better but it is far from operational. What I did: sudo cryptsetup --verbose --verify-passphrase luksFormat /dev/sdb1 sudo cryptsetup luksOpen /dev/sdb1 sdb1 sudo mkfs.ext4 /dev/mapper/sdb1
At this point the BBB crashes. The first time I got a kernel panic warning on ssh: kernel:[79920.677253] Kernel panic - not syncing: hung_task: blocked tasks So I formatted the usb drive to ext4 on my PC, hooked it back to the BBB and opened it there. This worked. However writing to the disk will again crash my poor BBB. Anyone any ideas how I could make BBB debian work with LUKS on an external disk? Cheers N On Tuesday, July 22, 2014 10:14:24 PM UTC+2, RobertCNelson wrote: > > On Tue, Jul 22, 2014 at 3:06 PM, <[email protected] <javascript:>> > wrote: > > No such file or directory... > > > > I am running a Debian Wheezy I downloaded from the BBB Wiki a while ago. > Can > > this also be updated (using your tools)? > > Would there be a simple way to migrate? > > Sadly nope. As it's not my image, so the automated install-me.sh/etc > is not guaranteed to work/boot. > > But you can always build that kernel branch and install the kernel > image/dtbs/modules where they need to be. > > Regards, > > -- > Robert Nelson > http://www.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.
