About this document This file contains the command from "Intel® IoT Gateways Development Kit DK300 Series - Getting Started Guide. The purpose of this file is to provide a text file from which you can use to copy and paste commands during your DK300 Series installation. This file is organized by Getting Started Guide Sections. ----------------------------------------------------- Section 3: Connect the Target Device to a Host System grep ssid /etc/config/wireless ifconfig br-lan ifconfig br-lan ifconfig service sshd start update-rc.d sshd defaults ssh root@ ----------------------------------------------------- Section 4: Prepare to Build Your Runtime Image sudo apt-get update cd $HOME mkdir WindRiver mkdir Installer mkdir Project mkdir Project/build-cache ----------- Section 6: Install Linux Packages and Wind River Linux Packages on Host System cd $HOME/Installer unzip DVD*.zip ./setup_linux sudo apt-get install libstdc++6:i386 libgtk2.0-0:i386 libxtst6:i386 cd $HOME/WindRiver/wrlinux-5/scripts ./host_package_install.sh sudo apt-get install [package #1] [package #2] [etc] ----------- Section 7: Build Intelligent Device Platform XT Runtime Software cd $HOME/Project ../WindRiver/wrlinux-5/wrlinux/configure \ --enable-board=intel-atom-baytrail \ --enable-kernel=standard \ --enable-rootfs=glibc-idp \ --enable-addons=wr-idp \ --enable-bootimage=ext3,hdd \ --enable-jobs=6 \ --enable-parallel-pkgbuilds=4 \ --enable-patchresolve=noop \ --enable-rm-work=yes \ --enable-checkout-all-layers=yes \ --with-layer=wr-prosyst-mbs-smarthome-sdk-ia,wr-exegin-zigbee-ia,\ wr-digi-idigiconnector,wr-wks-oneagent-oma-dm-ia,\ wr-wks-oneagent-tr069,wr-ieee11073,wr-intel-support \ --with-template=feature/vlan,feature/opc,feature/recovery,\ feature/opc_demo,feature/ipsec_vpn,feature/l2tp,\ feature/openjdk-bin,feature/online_updates,feature/bluetooth,\ feature/boot_delay_network,feature/pptp_vpn,\ feature/intel-wilkinpeak2,feature/webif make fs ----------- Section 8: Put Intelligent Device Platform XT Runtime Image onto USB Flash Drive df sudo ./deploy.sh \ -u -f export/intel-quark-glibc-idp-standard-dist-srm.tar.bz2 \ -d /dev/sd? -y -b clanton-hill ls /media//wr_usb_boot/opt umount /dev/sd?1 /dev/sd?2 ----------- Section 9: Install Intelligent Device Platform XT Runtime on Target Device tgt=/dev/sda /sbin/reset_media poweroff ----------- Appendix H: Triage Tool $HOME/Project$ sudo sh ./triage_tool_host.sh -i -b root@WR-IntelligentDevice:~/examples# ./triage_tool_target.sh