On Mon, Aug 25, 2014 at 3:34 AM, Seth <[email protected]> wrote: > Thanks for the help, Robert. That clears things up a bit. > > I've flashed my BBB with the > https://rcn-ee.net/deb/testing/2014-08-19/console/BBB-eMMC-flasher-debian-7.6-console-armhf-2014-08-19-2gb.img.xz > image found on the page you gave. However, now there is no drive when I plug > in the BBB to my PC using the BBB client port. Normally a drive shows up on > my computer with uEnv.txt and other files, but there is no drive this time.
So the "console" is setup to be as minimal as possible. Which means it doesn't include my custom startup script to even do that. The startup script is here: https://github.com/RobertCNelson/boot-scripts/blob/master/boot/am335x_evm.sh If you download that into the /opt/scripts/boot/ It'll do all the usb stuff on the next reboot.. > I tried searching around a bit but couldn't find anything to help me > troubleshoot. Is this an expected behavior for the newer image or might > something be wrong? Is this a result of me choosing the console image this > time around? I'd like to start small and install the things I need as I go. > How else would I edit the uEnv.txt file? plug the ethernet jack in and ssh in via: ssh [email protected] ssh [email protected] sudo nano /boot/uEnv.txt > Also, I'll be needing Qt4 (or maybe 5 if that is available), but libqtguie4 > is not found in the built-in repositories when I use apt-get install (I did > do apt-get update first). I've tried looking around a bit but haven't found > a solution to this either. Do you know if there is a prebuilt package in > another repository somewhere? Or do I need to build it myself? This package > was included in the Angstrom default repos so it was a quick & easy install > process. qt4 is available: https://packages.debian.org/search?suite=wheezy&arch=armhf&searchon=names&keywords=libqt4 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.
