Difference between revisions of "ECE497 Notes on Upgrading to 3.0"

From eLinux.org
Jump to: navigation, search
m (Updating and Upgrading)
(No difference)

Revision as of 06:04, 26 June 2012

thumb‎ Embedded Linux Class by Mark A. Yoder


I've been running the 2.6.28 kernel for a while now and I think it's time to upgrade to 3.0.

Getting the SD image

There are a bunch of SD card images here. I downloaded Angstrom-TI-GNOME-image-eglibc-ipk-v2012.01-core-beagleboard-2012.01.11.img.gz and was able to get it to boot, however nothing shows in the DVI display.

Updating and Upgrading

It did the following to make sure the image is up to date.

beagle$ opkg update
beagle$ opkg install git
beagle$ git clone git://github.com/MarkAYoder/BeagleBoard-exercise
beagle$ opkg install gcc -force-overwrite




thumb‎ Embedded Linux Class by Mark A. Yoder