Olimex Open Source Hardware Embedded ARM Linux Single board computer with i.MX233 ARM926J @454Mhz IMX233-OLINUXINO-MAXI IMX233-OLINUXINO-MAXI 数据表

产品代码
IMX233-OLINUXINO-MAXI
下载
页码 60
OLIMEX© 2012
OLinuXino-MAXI  user's manual
After execution you could see the I2C working using osciloscope connected to the 
corresponding GPIOs.  
You can see that the LED1 on the board is blinking. This is a backgrond shell process. 
Again  in the /home you can see a third folder led_blink. In this one there is a file 
led_blink. Type:
& cat led_blink
You can see that this is shell script. To execute this script every time the linux is loaded  the 
path should be added to the file rc.local.
& vi /etc/rc.local
Add the path to the script file:
/home/examples/led_blink/led_blink &
The "&" means that the script will be running in background.
2.11 How to use a custom Wi-Fi dongle based on RealTek RTL8188CUS and
RTL8192CU under ARCH Linux
This procedure was done on the Olinuxino-Maxi. It was connected with a wired ethernet during the 
procedure. Once the WiFi is functional, the wired ethernet can be removed. The microSD card can 
then be moved to another Olinuxino board such as the Micro.
Log into the Olinuxino board.
upgrade the system:
pacman -Syu
Then install development tools
pacman -S base-devel
Delete empty directories:
rmdir /usr/lib/modules/2.6.35-6-ARCH+/build
rmdir /usr/lib/modules/2.6.35-6-ARCH+/source
Install kernel source:
pacman -S kernel26-headers-olinuxino
Page 19 of 60