VAR-SOM-AM33 Debian GS: Difference between revisions
(Created page with "{{DocImage|category1=VAR-SOM-AM33|category2=}} =VAR-SOM-AM33 Debian = __toc__ = Introduction = The Debian filesystem for the VAR-SOM-AM33 is based on the generic armel filesy...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{DocImage|category1=VAR-SOM-AM33|category2=}} | {{DocImage|category1=VAR-SOM-AM33|category2=Debian}} | ||
=VAR-SOM-AM33 Debian = | =VAR-SOM-AM33 Debian = | ||
__toc__ | __toc__ |
Revision as of 12:50, 19 January 2014
VAR-SOM-AM33 Debian
Introduction
The Debian filesystem for the VAR-SOM-AM33 is based on the generic armel filesystem http://rcn-ee.net/deb/minfs/squeeze/debian-6.0.6-minimal-armel-2012-10-22.tar.xz
Installation
Get Variscite's AM33 Debian image (am33-debian-6.0.6-minimal-armel-variscite-v3.img.gz) from Variscite FTP (at VAR-SOM-AM33/Software/Linux/Debian) and decompress the image:
$ gunzip am33-debian-6.0.6-oxrg-armel-variscite-v3.img.gz
Flashing the image to your SD card
Plug your SD card to your Linux PC, run dmesg and see what device is added (i.e. /dev/sdX) and run:
$ sudo dd bs=128k if=am33-debian-6.0.6-xorg-armel-variscite-v3.img of=/dev/sdX
Boot
Plug the SD card into the SD port and boot.
Make sure that the NAND chip does not contain U-Boot:
U-Boot# nand erase.chip U-Boot# reset
Xorg Server
There are two diffrent Xorg servers in this debian image, GFX accelerated(default) and non-accelerated.
To start Xorg server with SGX acceleration type:
$ /etc/init.d/pvrx start
To start Xorg server without SGX acceleration type:
startx &