ECE497 Notes on Upgrading to 3.0

From eLinux.org
Revision as of 09:30, 26 June 2012 by Yoder (talk | contribs) (Updating and Upgrading)
Jump to: navigation, search

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-exercises exercises
beagle$ opkg install gcc gcc-symlinks libgcc-s-dev -force-overwrite

This may do the gcc install too.

beagle$ opkg install task-sdk-target




thumb‎ Embedded Linux Class by Mark A. Yoder