About this document This file contains the command from "Intel® Gateway for the Internet of Things – 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. ----------------------------------------------------- Getting Started Guide Part 1 Section 3.2 ifconfig wlan0 ----------------------------------------------------- Getting Started Guide Part 2 Section 1.2 cd $HOME mkdir WindRiver mkdir Installer mkdir Project mkdir Project/build-cache ----------- Section 3.1 sudo apt-get install sed wget cvs subversion git-core coreutils unzip texi2html texinfo libsdl1.2-dev docbook-utils fop gawk python-pysqlite2 diffstat help2man make gcc build-essential xsltproc g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev mercurial autoconf automake groff libtool xterm libxml-parser-perl bison ----------- Section 3.2 sudo apt-get install ia32-libs appmenu-gtk:i386 texi2html chrpath diffstat subversion libgl1-mesa-dev libglu1-mesa-dev libsdl1.2-dev texinfo gawk gcc help2man g++ git libc6-dev-i386 rpm ----------- Section 3.3 cp /media/AtomGatewaySW/install/DVD-R180785.1-1-00.zip $HOME/Installer/ cd $HOME/Installer unzip DVD*.zip -d ./ ----------- Section 4 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-parallel-pkgbuilds=4 --enable-jobs=50 --enable-reconfig --enable-bootimage=ext3,hdd --enable-rm-oldimgs=yes --with-layer=wr-wks-oneagent-tr069,wr-ieee11073,wr-mcafee,wr-wks-oneagent-oma-dm-ia,wr-intel-support,wr-srm --with -template=feature/online_updates,feature/pptp_vpn,feature/pppoe,feature/idp_devkit_full,feature/bluetooth,feature/recovery,feature/upnp,feature/opc,feature/openjdk-bin,feature/ipsec_vpn,feature/mqtt,feature/l2tp,feature/webif,feature/firewall,feature/vlan,feature/intel-wilkinpeak2 --with-sstate-dir=./build-cache make fs sudo ./deploy.sh -d /dev/sd? -y –u -g ./grub-0.97 –b intel-atom-baytrail -f export/intel-atom-baytrail-glibc-idp-standard-dist-srm.tar.bz2 cp intel-atom-baytrail-glibc-idp-standard-dist-srm.tar.bz2 /media/wr_usb_boot/opt/rootfs-dist.tar.bz2 ----------- Section 5.1 tgt=/dev/sda /sbin/reset_media ----------- Section 5.2 vim /boot/grub/menu.lst kernel /boot/bzImage root=UUID= rw,noatime rootwait reboot=bios ima_appraise=off :wq ----------- Section 5.3 Reboot tgt=/dev/sda /sbin/reset_media shutdown –h now