VAR-SOM-MX6 Android Unit Testing KK 443 200: Difference between revisions

From Variscite Wiki
 
(11 intermediate revisions by the same user not shown)
Line 55: Line 55:
</pre>
</pre>


== Flash target:eMMC ==
== Flash target eMMC ==
{{note| NOTE:<br>
{{note| NOTE:<br>
Make sure you built Android for sdcard. "./build.sh mx6 sdcard"
Make sure you built Android for emmc |info}}
|info}}
You need to rebuild u-boot with eMMC suport.
<pre>
gedit include/configs/mx6_var_som_nand_android.h
-#define CONFIG_FASTBOOT_STORAGE_NAND
-/* #define CONFIG_FASTBOOT_STORAGE_EMMC_SATA */
+/* #define CONFIG_FASTBOOT_STORAGE_NAND */
+#define CONFIG_FASTBOOT_STORAGE_EMMC_SATA
</pre>


In case you already have partitions on the eMMC you can skip the next step.
In case you already have partitions on the eMMC you can skip the next step.
<pre>$ sudo `which fastboot` flash mbr  emmc_mbr.img
<pre>$ sudo `which fastboot` flash mbr  emmc_mbr.img
</pre>
</pre>
The mbr need to be collected once of an eMMC formatted target. You can install the eMMC by using our nand-recovery utility.
The mbr need to be collected once of an eMMC formatted target. You can install the eMMC for the fisrt time by using our nand-recovery utility.
<pre>$ dd if=/dev/mmcblk1 of=emmc_mbr.img bs=512 count=1
<pre>$ dd if=/dev/mmcblk1 of=emmc_mbr.img bs=512 count=1
</pre>
</pre>
Line 77: Line 68:
Boot the target press spacebar to stop at u-boot and run "fastboot".
Boot the target press spacebar to stop at u-boot and run "fastboot".
From KitKat build folder
From KitKat build folder
<pre>$ sudo `which fastboot` flash boot out/target/product/var_som_mx6/boot.img
<pre>$ sudo `which fastboot` flash boot out/target/product/var_mx6/boot-som-solo-vsc.img
$ sudo `which fastboot` flash recovery out/target/product/var_som_mx6/recovery.img
$ sudo `which fastboot` flash recovery out/target/product/var_mx6/recovery-som-solo-vsc.img
$ sudo `which fastboot` flash system out/target/product/var_som_mx6/system.img
$ sudo `which fastboot` flash system out/target/product/var_mx6/system.img
$ sudo `which fastboot` reboot
$ sudo `which fastboot` reboot
</pre>
</pre>
Change your boot command
 
<pre>
You need to pick and choose the right image for your development system.
$ setenv bootcmd booti mmc0
Follow the link for more information. [http://www.variwiki.com/index.php?title=VAR-SOM-MX6_Android_KK2_R01#Images_created_by_the_Android_build_for_Variscite_MX6_system  Available Images]
$ saveenv
</pre>


= HDMI<br/> =
= HDMI<br/> =


Boot the system and press spacebar to get into u-boot.
Boot the system and press spacebar to get into u-boot.
Change enviroment setting with the folowing command add
<pre>$ setenv bootargs console=ttymxc0,115200 init=/init video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off vmalloc=400M androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=freescale cma=384M androidboot.serialno=0f1c99d4df647283
</pre>


Change enviroment setting with the folowing command
<pre>setenv bootargs console=ttymxc0,115200 init=/init video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 video=mxcfb2:off vmalloc=400M androidboot.console=ttymxc0 androidboot.hardware=freescale caam mtdparts=gpmi-nand:4m(bootloader),16m(bootimg),28m(recovery),-(root) ubi.mtd=3  var_ts_type=ctw6120 mxc_hdmi.only_cea=1
</pre>
Plug an HDMI TV or monitor to the HDMI port and boot the system by typing boot into u-boot.
Plug an HDMI TV or monitor to the HDMI port and boot the system by typing boot into u-boot.


Line 100: Line 89:
== Audio over HDMI ==
== Audio over HDMI ==
Download and install SoundAbout
Download and install SoundAbout
pm install /mnt/media_rw/udisk/apk/SoundAbout-com.woodslink.android.wiredheadphoneroutingfix-122-v2.5.8.0.apk
pm install /mnt/media_rw/usbdisk/apk/SoundAbout-com.woodslink.android.wiredheadphoneroutingfix-122-v2.5.8.0.apk
Use the GUI to set the service as foreground and select the audio over HDMI.
Use the GUI to set the service as foreground and select the audio over HDMI.


= External LVDS display<br/> =
= External LVDS display<br/> =


Boot the system and press spacebar to get into u-boot.<br/>Change enviroment setting with the folowing command
The current Linux kernel is device tree based kernel. In order to switch LVDS display setting a change in the kernel device tree is required.
 
For Quad, Dual and DualLite SOM's use:
<pre>setenv bootargs console=ttymxc0,115200 init=/init ldb=sin1 video=mxcfb0:dev=ldb,800x600M@60,bpp=32 video=mxcfb2:off vmalloc=400M androidboot.console=ttymxc0 androidboot.hardware=freescale caam mtdparts=gpmi-nand:4m(bootloader),16m(bootimg),28m(recovery),-(root) ubi.mtd=3 androidboot.serialno=190e61d4df64632c var_ts_type=ctw6120
</pre>


= Ethernet<br/> =
= Ethernet<br/> =
Line 128: Line 113:
First time need to select your correct device
First time need to select your correct device
* Select your WL183x p/n:
* Select your WL183x p/n:
* Make sure the wifi is off
<pre>
<pre>
$ mount -o remount,rw /system  
$ mount -o remount,rw /system  
Line 135: Line 121:
As a result some additional information may be required like 1/2 antenna connected
As a result some additional information may be required like 1/2 antenna connected
</pre>
</pre>
{{note| NOTE:<br>
By default the above steps are not required.  |info}}
== Test ==
== Test ==
Use the Android GUI to enable and connect to a WIFI AP.
Use the Android GUI to enable and connect to a WIFI AP.
Line 153: Line 142:


= SATA<br/> =
= SATA<br/> =
<pre>cat /proc/scsi/scsi
<pre>$ busybox fdisk -ul /dev/block/sda
busybox fdisk -ul /dev/block/sda
</pre>
</pre>
In the above commands you will see SCSI status and device partition table.
In the above commands you will see SCSI status and device partition table.

Latest revision as of 14:22, 14 June 2015

Unit Testing & Engineering Notes

Audio

The default Android sound recorder application use a a very low sampling rate producing a poor sound.

Plug a Disk-On-Key FAT32 formated into the USB host port.

Plug an audio source (like a PC line out or smartphone line out) into the line in connector.

Plug speakers (like PC speakers) into the line out connector.

root@android:/ # tinycap /mnt/media_rw/usbdisk/test0.wav 

Hit CTRL-C after couple of seconds or more.

root@android:/ # tinyplay /mnt/media_rw/usbdisk/test0.wav  

USB OTG as a device

Test the OTG as a device using Android ADB tool.
On target:
Under devloper option enable ADB debugguing

On Host:

$ sudo out/host/linux-x86/bin/adb kill-server
$ sudo out/host/linux-x86/bin/adb start-server
$ sudo out/host/linux-x86/bin/adb devices
$ sudo out/host/linux-x86/bin/adb shell

USB OTG as a host

Use an external HUB. Plug into it a Disk-On-Key, mouse and keyboard.

Make sure with the Android GUI that they are functional. Test USB Stick with:

$ dd if=/dev/zero of=/dev/sdb bs=128K count=10000
NOTE:

In VAR-DVK-SOLO and VAR-DVK-DUAL the USB OTG port is configured as OTG.
In VAR-DVK-MX6 the USB OTG port is configured as device. To configure it as host a change in the device tree is required.

USB HOST

Plug a mouse into all 3 ports and make sure it is working.

Use an external HUB. Plug into it a Disk-On-Key, mouse and keyboard.
Plug it into all 3 ports and make sure all 3 devices are functioning.

FASTBOOT

Install tools on host

$ sudo add-apt-repository ppa:nilarimogard/webupd8
$ sudo apt-get update
$ sudo apt-get install android-tools-fastboot
$ sudo apt-get install android-tools-adb android-tools-fastboot

Flash target eMMC

NOTE:
Make sure you built Android for emmc

In case you already have partitions on the eMMC you can skip the next step.

$ sudo `which fastboot` flash mbr  emmc_mbr.img

The mbr need to be collected once of an eMMC formatted target. You can install the eMMC for the fisrt time by using our nand-recovery utility.

$ dd if=/dev/mmcblk1 of=emmc_mbr.img bs=512 count=1

Boot the target press spacebar to stop at u-boot and run "fastboot". From KitKat build folder

$ sudo `which fastboot` flash boot out/target/product/var_mx6/boot-som-solo-vsc.img
$ sudo `which fastboot` flash recovery out/target/product/var_mx6/recovery-som-solo-vsc.img
$ sudo `which fastboot` flash system out/target/product/var_mx6/system.img
$ sudo `which fastboot` reboot

You need to pick and choose the right image for your development system. Follow the link for more information. Available Images

HDMI

Boot the system and press spacebar to get into u-boot. Change enviroment setting with the folowing command add

$ setenv bootargs console=ttymxc0,115200 init=/init video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off vmalloc=400M androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=freescale cma=384M androidboot.serialno=0f1c99d4df647283

Plug an HDMI TV or monitor to the HDMI port and boot the system by typing boot into u-boot.

You should see the Android on a full 1080p device.

Audio over HDMI

Download and install SoundAbout pm install /mnt/media_rw/usbdisk/apk/SoundAbout-com.woodslink.android.wiredheadphoneroutingfix-122-v2.5.8.0.apk Use the GUI to set the service as foreground and select the audio over HDMI.

External LVDS display

The current Linux kernel is device tree based kernel. In order to switch LVDS display setting a change in the kernel device tree is required.

Ethernet

Just plug a cable into the system

WLAN

Setup

VAR-SOM-MX6 V2.X & V1.x(Wilink6/WiLink8): First time need to set mac address to be used automatically

$ mount -o remount,rw /system 
$ calibrator set nvs_mac /system/etc/firmware/ti-connectivity/wl1271-nvs.bin 00:00:00:00:00:00

VAR-SOM-MX6 V2.X (WiLink8): First time need to select your correct device

  • Select your WL183x p/n:
  • Make sure the wifi is off
$ mount -o remount,rw /system 
$ cd /etc/wifi/wlconf
$ . ./configure-device.sh wl1831
select one out of : WL1831, WL1833, WL1835, WL1837.
As a result some additional information may be required like 1/2 antenna connected
NOTE:
By default the above steps are not required.

Test

Use the Android GUI to enable and connect to a WIFI AP.

BLUETOOTH

Use the Android GUI to enable.

Test with file transfer to host PC, Bluetooth mouse and Bluetooth keyboard.

Camera

Use the Android GUI to activate and test the camera. You can take a picture and send it over Bluetooth to a PC host.

NOTE:

First time boot of Android must be with camera module installed. If you booted without the camera module installed Android will mark the system as "no camera". In such a case you need to re flash the Android and first time boot it with camera installed.

SATA

$ busybox fdisk -ul /dev/block/sda

In the above commands you will see SCSI status and device partition table.

If the device is FAT32 formated Android will auto mount it.

RTC (Real Time Clock)

Disable the auto clock sync from the Android GUI.

busybox date 2013.12.01-10:50
busybox hwclock --systohc

Also can set clock via GUI and check it later.

In any method power down the board and wait 5 minutes. After that power up the board and check the the clock is correct.

Canbus

We added support for canbus in the kernel and the support library layer.

Connect 2 boards. Each board JP26 connect to the other with the right cable. Set the 2 boards:

$ ip link set can0 up type can bitrate 1000000
$ busybox ifconfig can0 up up

On board 1:

$ candump can0

On board 2:

$ cansend can0 500#1E.10.10