RuggedReaderCertification

From VentureResearchWiki
Jump to navigation Jump to search

BOARD SETUP[edit | edit source]

Board setup for VR Rugged Reader PTCRB Certification

Yocto-fido machine = vr-am33-linuxboard

Initial Nand Image (u-boot,kernel,fs)[edit | edit source]

  • power-on reboot device
  • Keep pressing the space-bar until prompt "VAR-SOM-AM33 #"
save
setenv serverip 192.168.19.35
bootp
tftp ${loadaddr} zImage-vr-am33v2-linuxboard-20170810.bin

## choose module letter version: one of:

# F modules
tftp ${fdtaddr} zImage-vr-am33v2-linuxboard-F-20170810.dtb

##

setenv serverip 192.168.19.35
setenv rootpath /srv/nfs/vr-am33-m2mreader
setenv nfsopts nolock,mountproto=tcp,proto=tcp
run netargs
bootz ${loadaddr} - ${fdtaddr}

filesystem[edit | edit source]

//login username: root password: rfid4ever_vr

wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/vr-am33v2-linuxboard/vr-prefirstrun-fido.sh -O /tmp/vr-prefirstrun.sh

## standard development image
sh /tmp/vr-prefirstrun.sh vr-am33v2-linuxboard 20170810 venture-image-vrreader vr

provisioning[edit | edit source]

wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/vr-am33v2-linuxboard/vr-firstrun.sh -O /tmp/vr-firstrun.sh
sh /tmp/vr-firstrun.sh

//login username: root password: rfid4ever_vr

generic second run script[edit | edit source]

wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/vrr1adcm/secondrun-4.4r-kore.sh -O /tmp/2run.sh && bash /tmp/2run.sh

- Manually force to enable Modem after reboot before VR Hardware Test:
nmcli con up id WWAN &

Other procedures[edit | edit source]

Please follow procedures in: RehrigPacific-4.3-fido for other related items (Obs button, 100K, etc.)