VRLinuxBoard4.1

From VentureResearchWiki
Jump to navigation Jump to search

BOARD SETUP[edit | edit source]

VR Linux Board 4.0/4.1 loading

Yocto-dora 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
bootp
mw.b ${loadaddr} 0xFF 0x500000
tftp ${loadaddr} uImage-vr-am33-linuxboard-20150407.bin
setenv serverip 192.168.19.35
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-linuxboard/vr-prefirstrun-dora.sh -O /tmp/vr-prefirstrun.sh

sh /tmp/vr-prefirstrun.sh vr-am33-linuxboard 20150407 venture-image-vrreader vr

provisioning[edit | edit source]

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

sh /tmp/vr-firstrun.sh

login username: root password: rfid4ever_vr