Qdatasheet_Logo
Integrated circuits, Transistor, Semiconductors Search and Datasheet PDF Download Site

IMX233-OLINUXINO-MAXI View Datasheet(PDF) - Unspecified

Part Name
Description
MFG CO.
'IMX233-OLINUXINO-MAXI' PDF : 59 Pages View PDF
OLIMEX© 2015
IMX233-OLinuXino-MAXI user's manual
IMPORTANT NOTE: The following commands are entered into OLinuXino terminal.
14. Mount the flash drive
& mount /dev/sdb1 /mnt/usb
15. Run pacman to update the kernel:
& pacman -S /mnt/usb/kernel26-olinuxino-2.6.35.3-6-arm.pkg.tar.xz
16. Follow the instructions. Just type “y” when promted.
17. Reboot
IMPORTANT NOTE: If you are connected to internet, you can use the following command:
& pacman -U http://xxxxxxx.tar.xz.
Using this you can skip the part with the USB flash drive. Using the same command you could
download different packages:
& pacman -Sy <package name>
II. Set up the internet
This is a working example, but you might wish to read some additional information, if this
doesn't work for you.
With every reboot the device is assigned with different MAC address. To change this use
the commands:
& ip link set dev usb0 down
& ip link set dev usb0 address aa:bb:cc:dd:ee:ff
& ip link set dev usb0 up
To set an IP address enter:
& ifconfig usb0 192.168.0.249
or whatever address you want.
After that add default gateway:
route add default gw 192.168.0.1 usb0
Finally you should add DNS-server. You should modify /etc/resolv.conf with vi, or other
program. For example:
& vi /etc/resolv.conf
Press d several times to remove all lines. Press I to enter insert mode. Type:
& nameserver 192.168.0.1
(Again this is example. You should add you DNS-server.)
After you finish entering this press Esc. This will set the program in command mode. In
command mode press:
Page 17 of 59
Share Link: GO URL

All Rights Reserved © qdatasheet.com  [ Privacy Policy ] [ Contact Us ]