(→Transfer image to SD card) |
(→Transfer image to SD card) |
||
| Line 14: | Line 14: | ||
Texas Instruments (TI) provides drivers for 3D graphics acceleration. TI supplies these drivers under the Creative Commons Public License. These drivers are not supplied as a package that you can easily integrate, instead you'll have to run a program to download these drivers if you want them included in your root file system. To ingrate the drivers [http://bazaar.launchpad.net/~beagleboard-kernel/%2Bjunk/2.6-stable/annotate/head:/create_sgx_package.sh you can use this script] designed to be run on an X86 platform. [http://wiki.meego.com/ARM/Meego_on_Beagleboard_from_scratch#Prepare_SGX.2FGLES_libs More information is here.] | Texas Instruments (TI) provides drivers for 3D graphics acceleration. TI supplies these drivers under the Creative Commons Public License. These drivers are not supplied as a package that you can easily integrate, instead you'll have to run a program to download these drivers if you want them included in your root file system. To ingrate the drivers [http://bazaar.launchpad.net/~beagleboard-kernel/%2Bjunk/2.6-stable/annotate/head:/create_sgx_package.sh you can use this script] designed to be run on an X86 platform. [http://wiki.meego.com/ARM/Meego_on_Beagleboard_from_scratch#Prepare_SGX.2FGLES_libs More information is here.] | ||
| - | Once you've installed the SGX drivers, you can move | + | Once you've installed the SGX drivers, you can move to building your root file system. The root file system lies on the second partition and contains all the executables aside from the kernel. |
| + | |||
| + | {{{ | ||
| + | sudo mic-image-creator --run-mode=0 --cache=x-cache --format=loop --arch=armv7l --release=daily --compress-disk-image=none --config=ivi-armv7l-beagle-kickstart/ivi-armv7l-beagle.ks | ||
| + | }}} | ||
(Obviously I'll expand this page with information - just wanted to get a first draft up and running.) | (Obviously I'll expand this page with information - just wanted to get a first draft up and running.) | ||
Contents |
This page describes how one installs the MeeGo IVI image on a Beagleboard C4
Texas Instruments (TI) provides drivers for 3D graphics acceleration. TI supplies these drivers under the Creative Commons Public License. These drivers are not supplied as a package that you can easily integrate, instead you'll have to run a program to download these drivers if you want them included in your root file system. To ingrate the drivers you can use this script designed to be run on an X86 platform. More information is here.
Once you've installed the SGX drivers, you can move to building your root file system. The root file system lies on the second partition and contains all the executables aside from the kernel.
{{{ sudo mic-image-creator --run-mode=0 --cache=x-cache --format=loop --arch=armv7l --release=daily --compress-disk-image=none --config=ivi-armv7l-beagle-kickstart/ivi-armv7l-beagle.ks }}}
(Obviously I'll expand this page with information - just wanted to get a first draft up and running.)