Reference Manual

Redpine Signals, Inc. Proprietary and Confidential Page 130
RS9116 n-Link Linux and Android
Technical Reference Manual
Version 2.0
27.3.4 Cross Compile and Copy OneBox-Mobile Software
If the OneBox-Mobile software's source is available, follow the steps mentioned in the section Compiling the Driver in
order to cross compile the OneBox-Mobile software for i.MX53.
Assign the DEF_KERNEL_DIR variable in the Makefile as follows (assuming the kernel source is available in the
"/lib/modules" folder):
DEF_KERNEL_DIR := /lib/modules/linux-2.6.35.3
The "make" command for the i.MX53 is as follows:
Next, plugin the SD/MMC card to the PC and copy the pre-built binaries or the binaries generated above to the SD/MMC
card.
Plugin the SD/MMC card into the i.MX53 board and follow the boot procedure. Once the bootup and login are completed,
go to the release folder and follow the procedure explained in the section 4 Installing the Driver.
27.4 Atmel AT91SAM9G45 and AT91SAM9M10
The Linux kernel version used on the Atmel AT91SAM9G45/M10 is 2.6.30. This is used to verify only the Wi-Fi mode.
Bluetooth and ZigBee drivers are not compatible with this kernel version.
27.4.1 Hardware Requirements
SAM9M10-G45-EK - ARM926-based eMPU Eval Kit. The kit contents are as follows:
1. Board: SAM9M10-G45-EK
2. Cables: One micro A/B-type USB cable, One serial RS232 cable, One RJ45 crossed cable
3. Power supply: Universal input AC/DC power supply, One 3V Lithium Battery type CR1225
4. Linux PC with Serial port Used to communicate with the processor platform
27.4.2 Software Requirements
The software requirements for Atmel AT91SAM9G45 and AT91SAM9M10 platform are as follows:
Toolchain, BSP and Ubuntu Linux OS package for AT91SAM9G45 and AT91SAM9M10 - Kernel version 2.6.30
OneBox-Mobile Software Release package
minicom/GTKTerm on the Linux PC
27.4.3 Hardware Setup
The hardware setup is as follows:
1. Connect the Atmel board to the Linux PC using the Serial RS232 cable.
2. Connect the Redpine Evaluation Board (EVB) to the processor board using the SDIO adaptor or USB-to-microUSB cable
(both included in the Redpine Evaluation Kit), depending on which Host Interface is needed.
3. Power on the processor board.
4. Open a serial terminal program like minicom or GTKTerm and configure it with the following settings:
Baud Rate: 115200
Data bits: 8
Stop bits: 1
Parity: None
Flow Control:
1. Connect the RJ45 cable between the PC and the board.
2. Follow the instructions given at http://www.at91.com/linux4sam/bin/view/Linux4SAM/GettingStarted in order to
setup the board with the Linux OS kernel version 2.6.30.