Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Guruplug.README.txt | 2011-05-27 | 1.9 kB | |
GuruPlug_manufacturing_process.pdf | 2011-05-27 | 192.4 kB | |
GuruPlug_mtp.tar.bz2 | 2011-05-27 | 273.7 MB | |
GuruPlug_test_suite.pdf | 2011-05-27 | 275.2 kB | |
Guruplug-installer.tar.gz | 2011-05-27 | 1.8 MB | |
GuruPlug_mtp.tar.bz2.part | 2011-05-26 | 38.0 MB | |
Totals: 6 Items | 313.9 MB | 0 |
Prerequisites: Host :- x86,fedora core 11 with tftp server and NFS service. Target :- GuruPlug reference board. Binary files :- uboot.guruplug.bin,uImage-guruplug,rootfs.ubi.img Procedure :- (Note: Steps from 1 to 3 are one time steps to prepare machine, while remaining steps needs to be done for each guruplug.) 1.Copy GuruPlug_mtp.tar.bz2 to /home directory. 2.Untar it using command, tar -xjvf GuruPlug_mtp.tar.bz2 3.Go to the directory testenv,and run the testenv_install_2.sh, which prepare the enviroment for installing,such as the need of ftdi driver,tftp server,NFS... 4.Connect GuruPlug with JTAG connector, power it on. 5.Enter the directory /home/sheevaplug/openocd.binaries/bin/,which is generated by the testenv_install.sh.and use the openocd tool to burn the uboot. >>cd /home/sheevaplug/openocd.binaries/bin >>./openocd -f target/board/sheevaplug.cfg -c init -c sheevaplug_reflash_uboot -c exit After this is done, power off the plug. 6.Connect the plug and your host to a switch, and set your host's ethernet ip address:10.4.50.5,netmask:255.255.255.0. 7.Go to directory /home/uboot_test_suite and run ./ubootTest.tcl, power on the plug. This will run uboot diagnostics & will display each test status as Pass or Fail. After test suite is done, power off plug. 8.Go the directory /home/sheevaplug/ and run the diag_plug2-w.pl script,enter the mac addresses of this plug, power on the plug..The Plug boots up burn rootfs from NFS, boot from nand flash. After performing USB/SD tests it will ask to associate wireless machine & enter wireless client ip address. It will perform wireless tests & plug will be ready to boot. ******NOTE********* If in case you want to prepare F9 machine please use ./testenv_install_f9.sh script for prepartion stage, rest of thing will remain same.