COM iMX25 Linux: Difference between revisions
From Wiki-DB
Jump to navigationJump to search
No edit summary |
|||
Line 1: | Line 1: | ||
== FAQ == | ==<br/>FAQ == | ||
== Create a root file system == | ==<br/>Create a root file system == | ||
1. Format a SD card with ext3 file system | 1. Format a SD card with ext3 file system | ||
2. Copy root file system onto the SD card | 2. Copy root file system onto the SD card | ||
Line 9: | Line 9: | ||
-tar jxvf rootFS_file.tar.bz2 | -tar jxvf rootFS_file.tar.bz2 | ||
== Debian system == | ==<br/>Debian system == | ||
=== Calibrating the touchscreen === | === Calibrating the touchscreen === | ||
TSLIB_TSDEVICE=/dev/input/event0 ts_calibrate | TSLIB_TSDEVICE=/dev/input/event0 ts_calibrate | ||
Line 21: | Line 21: | ||
shutdown -h now | shutdown -h now | ||
== Busybox system == | ==<br/>Busybox system == | ||
=== Calibrating the touchscreen === | === Calibrating the touchscreen === | ||
TSLIB_TSDEVICE=/dev/event0 ts_calibrate | TSLIB_TSDEVICE=/dev/event0 ts_calibrate |
Revision as of 16:18, 24 November 2011
FAQ
Create a root file system
1. Format a SD card with ext3 file system 2. Copy root file system onto the SD card -Start terminal -su -chmod 755 /directory/of/the/SD-card -cd /directory/of/the/SD-card -tar jxvf rootFS_file.tar.bz2
Debian system
Calibrating the touchscreen
TSLIB_TSDEVICE=/dev/input/event0 ts_calibrate
Running example Qt Apps
QWS_MOUSE_PROTO=Tslib:/dev/input/event0 /usr/qt/demos/demoname/demoname -qws For the Qt-Browser change demoname to browser
Login/Shutdown system
Name: root password: foo shutdown -h now
Busybox system
Calibrating the touchscreen
TSLIB_TSDEVICE=/dev/event0 ts_calibrate
Running example Qt Apps
QWS_MOUSE_PROTO=Tslib:/dev/event0 /usr/qt/demos/demoname/demoname -qws For the Qt-Browser change demoname to browser
Login/Shutdown system
Name: root halt