ASDHelmerCtlr
Jump to navigation
Jump to search
BOARD SETUP[edit | edit source]
VR Linux Board 4.1 loading for ASD Helmer Controller configuration
Yocto-danny
machine = vr-am33-asdhelmer
Initial Nand Image (u-boot,kernel,fs)[edit | edit source]
- power-on reboot device
- Keep pressing the space-bar until prompt "VAR-SOM-AM33 #"
setenv nandroot ubi0:vr-am33-asdhelmer-rootfs rw ubi.mtd=7,2048
save
bootp
mw.b ${loadaddr} 0xFF 0x500000
tftp ${loadaddr} uImage-vr-am33-asdhelmer-20150826.bin
setenv serverip 10.16.0.10
setenv rootpath /srv/nfs/vr-am33-m2mreader
run netargs
bootm ${loadaddr}
filesystem[edit | edit source]
//login username: root password: rfid4ever_vr wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/vr-am33-asdhelmer/asd-prefirstrun.sh -O /tmp/asd-prefirstrun.sh sh /tmp/asd-prefirstrun.sh
provisioning[edit | edit source]
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/vr-am33-asdhelmer/asd-firstrun.sh -O /tmp/asd-firstrun.sh sh /tmp/asd-firstrun.sh //login username: root password: rfid4ever_asd
when prompted for the asdtunnel@vm-linux-prod password, enter
tuNNeL1
If you are missing the test scripts[edit | edit source]
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/vr-am33v2-linuxboard/vr-ucgetversion-i2c.sh -O /home/user/vr-ucgetversion-i2c.sh wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/vr-am33v2-linuxboard/vr-ucgetversion-can.sh -O /home/user/vr-ucgetversion-can.sh wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/vr-am33v2-linuxboard/vr-cantest.sh -O /home/user/vr-cantest.sh wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/vrDevice/checkVerizonCnx_VRD.sh -O /home/user/checkVerizonCnx_VRD.sh wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/vrDevice/checkGPSCnx_VRD.sh -O /home/user/checkGPSCnx_VRD.sh chmod +x /home/user/vr-cantest.sh /home/user/vr-ucgetversion-i2c.sh /home/user/vr-ucgetversion-can.sh
board testing[edit | edit source]
this doesn't exist, only run system test as final test.
XXX wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/vr-am33-asdhelmer/BIST.sh -O /home/user/BIST.sh XXX sh /home/user/BIST.sh vr-am33-asdhelmer-BIST
done with board
Helmer Temp interface commands[edit | edit source]
stty -F /var/run/vrgpio/uart raw speed 9600 -crtscts cs8 -parenb -cstopb; echo $? -- setup echo -e "\x00\x02\x0A\xA0\x01\x00\xFE\xFF\x57\xFD\x01\x03" > /var/run/vrgpio/uart -- light on echo -e "\x00\x02\x0A\xA0\x01\x00\xFF\xFF\x56\xFD\x00\x03" > /var/run/vrgpio/uart -- light off