1. get the source code of i2c toolsreference: http://lm-sensors.org/wiki/I2CTools$ wget http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-3.1.0.tar.bz22. compile the source code$ tar -jxvf i2c-tools-3.1.0.tar.bz2$ cd i2c-tools-3.1.0$ CC=arm-none-
Issue: When configure the network with following configuration. Then boot up system, it will automatically dhcp to get IP address from DHCP server. --------------------------------- $ vi /etc/network/interfaces # here auto = allow-auto auto
dynamic zlib library 1. download zlib source code from the following website for new version of it. http://www.zlib.net/2. uncompress it (tar -zxvf zlib-x.x.x.tgz)3. configure it ./configure -s4. modify the "Makefile" using the cross toolchain
[u-boot: v2013.04][Author: Bo Shen <voice.shen@gmail.com>]1. 使用 (協助資訊)U-Boot > usb usb - USB sub-system Usage:usb start - start (scan) USB controllerusb reset - reset (rescan) USB controllerusb stop [f] - stop USB [f]=force stopusb tree -
[Try to build Android 4.0.4 for Atmel sama5d3x EK board, mee following issue, which need newer git]$ repo init -u git://github.com/Android4SAM/platform_sammanifest.git -b android4sam_v3.0fatal: git 1.7.2 or later requiredSo, solve this issue with