REL 1.0
Page 58 of 59
iWave Systems Technologies Pvt. Ltd.
iW-RainboW-G15M Android User Manual
8.
How set the permanent MAC address for Ethernet?
Refer the section
9.
How to limit or increase the number of running cores?
Refer the section
10.
How to install eclipse and SDK to build the Application?
Linux eclipse, SDK is available in the following links
http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/indigosr1
http://developer.android.com/sdk/index.html
11.
How to create ‘51-android.rules’ in PC?
Create the file by using vi/vim editor i.e: vi /etc/udev/rules.d/51-android.rules
Copy the below lines and give ‘Esc + :wq’ to save and exit
SUBSYSTEM==”usb”, SYSFS{idVendor}==”18d1”, MODE=”0777”
SUBSYSTEM==”usb|usb_device”, ATTR{idVendor}==”18d1”, MODE=”0666”, GROUP=”plugdev”
Give the proper permission for execution i.e: chmod a+x /etc/udev/rules.d/51-android.rules
12.
How to use MTP on Ubuntu?
Ubuntu supports PTP protocol by default, to support MTP protocol, install the following packages:
libmtp, mtp-tools by using the following command
$ sudo apt-get install mtp-tools
$ sudo apt-get install libusb-dev
13.
How to increase CMA and vmalloc size?
Modify the cma and vmalloc size in boot arguments.
iWave-G15>
setenv bootargs console=ttymxc1,115200 init=/init video=mxcfb0:dev=lcd,bpp=24
video=mxcfb1:dev=hdmi,1280x720M@60,if=RGB24,bpp=24
vmalloc=400M
androidboot.console=ttymxc1
consoleblank=0
androidboot.hardware=freescale
androidboot.storage_type=emmc
cma=198M
androidboot.selinux=permissive
androidboot.dm_verity=disabled
14.
How to connect ADB to iW-RainboW-G15M-Q7 platform via USB?
Connect the USB OTG cable between host pc and iW-Rainbow-G15M-Q7 board
Add the following rules for udev rule in “/etc/udev/rules.d/51-android.rules”
SUBSYSTEM==”usb”, SYSFS{idVendor}==”18d1”, MODE=”0777”
SUBSYSTEM==”usb|usb_device”, ATTR{idVendor}==”18d1”, MODE=”0666”, GROUP=”plugdev”