ID: root Password: access
SXCON> set wl ssid treasure01 SXCON> set wl mod ad SXCON> set ip address 192.168.0.1 SXCON> set ip router 192.168.0.1 SXCON> set ip method static SXCON> set ip subnet 255.255.255.0 SXCON> sh ip SXCON> sh wl SXCON> save SXCON> init SXCON> exit
Add the following line before "exit 0"
/usr/bin/Rcb4UdpServer &
Get Hello_KHR3.xml
export MANIFEST_REPO=git://android.git.linaro.org/platform/manifest.git export MANIFEST_BRANCH=linaro-android-11.10-release export MANIFEST_FILENAME=staging-panda.xml export TARGET_PRODUCT=pandaboard export TARGET_SIMULATOR=false export TARGET_TOOLS_PREFIX=`pwd`/android-toolchain-eabi/bin/arm-eabi- repo init -u ${MANIFEST_REPO} -b ${MANIFEST_BRANCH} -m ${MANIFEST_FILENAME}
repo sync
cd [Linaro/Android Source Dir]/kernel/ make ARCH=arm CROSS_COMPILE=../prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi- defconfig android_omap4_defconfig make ARCH=arm CROSS_COMPILE=../prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi- menuconfig+++ Use Wi-Fi x Location: x -> Device Drivers x -> Network device support (NETDEVICES [=y]) x -> Wireless LAN (WLAN [=y]) x -> TI wl12xx driver support (WL12XX_MENU [=y])
x Location: x -> System Type x -> TI OMAP2/3/4 Specific Features x -> TI OMAP4 (ARCH_OMAP4 [=y]) x -> Use .35 based video framework for acc video (OMAP4_USE_OLD_API_VIDEO [=y])
x Location: x -> Device Drivers x -> USB support (USB_SUPPORT [=y]) x -> USB Serial Converter support (USB_SERIAL [=y]) x -> USB Serial Console device support (USB_SERIAL [=y]) x -> USB Winchiphead CH341 Single Port Serial Driver (USB_SERIAL_CH341 [=y])
cd [Linaro/Android Source Dir] sudo apt-get install autoconf libtool texlive uboot-mkimage make
dd if=uInitrd bs=64 skip=1 of=initrd_uboot.gz gzip -d initrd_uboot.gz mount -o loop ./initrd_uboot /media/initrd
setenv initrd_high "0xffffffff" setenv fdt_high "0xffffffff" setenv bootcmd "fatload mmc 0:1 0x80200000 uImage; fatload mmc 0:1 0x81600000 uInitrd; bootm 0x80200000 0x81600000" setenv bootargs "console=tty0 console=ttyO2,115200n8 root=UUID=af10642e-8ac4-4597-bcd5-699b2a9a6b55 rootwait ro earlyprintk fixrtc nocompcache vram=48M omapfb.vram=0:24M,1:24M mem=456M@0x80000000 mem=512M@0xA0000000 androidboot.console=ttyO2 omapfb.mode=dvi:800x480MR-16@60" boot
mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n "pandaboard" -d boot.txt boot.scr
cp [Linaro/Android Source Dir]/kernel/out/arch/arm/uImage [Boot partition of Linaro/Ubuntu]/
mkdir [UserLand partition of Linaro/Ubuntu]/andoird cd [Android Source Dir]/out/target/product/pandaboard cp -Rdpf root/* [UserLand partition of Linaro/Ubuntu]/andoird/ cp -Rdpf system/* [UserLand partition of Linaro/Ubuntu]/andoird/system/ cd [UserLand partition of Linaro/Ubuntu]/andoird/ sudo chown -R root.root . sudo chmod 777 -R system/usr/keychars sudo chmod 777 -R system/usr/keylayout sudo chmod 777 system/etc/dhcpcd/dhcpcd-run-hooks
ID:linaro Password:linaro
apt-get remove x11-common
auto wlan0 iface wlan0 inet static address 192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0 gateway 192.168.0.1 wireless-mode ad-hoc wireless-essid treasure01 wireless-channel 11
Add a following line under "on boot"
mount usbfs none /proc/bus/usb -o devmode=0666
Edit "/root/bashrc"
chroot /android ./init &
mkdir /usr/etc/primesense mkdir /var/lib/ni
・openni-bin-dev-linux-arm-v1.5.2.4.tar.bz2
tar -jxvf openni-bin-dev-linux-arm-v1.5.2.4.tar.bz2 cd OpenNI-Bin-Dev-Linux-Arm-v1.5.2.4 sh install.sh cd .. tar -jxvf sensor-bin-linux-arm-v5.1.0.22.tar.bz2 cd Sensor-Bin-Linux-Arm-v5.1.0.22 sh install.sh cd .. tar -jxvf nite-bin-linux-arm-v1.5.0.1.tar.bz2 sh install.sh
cd /usr/etc/primesense/NiSkeletonServer make all
Edit "/root/bashrc"
/usr/etc/primesense/NiSkeletonServer/NiSkeletonServer &