BoardSetup-4.3-Fido

From VentureResearchWiki
Jump to navigation Jump to search

BOARD SETUP[edit | edit source]

VR Linux Board 4.3 loading (new FIDO image)

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
bootp
tftp ${loadaddr} zImage-vr-am33v2-linuxboard-20160122.bin

# E modules
tftp ${fdtaddr} zImage-vr-am33v2-linuxboard-E-20160122.dtb

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

setenv serverip 192.168.19.35
setenv rootpath /srv/nfs/vr-am33-m2mreader
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

sh /tmp/vr-prefirstrun.sh vr-am33v2-linuxboard 20160122 venture-image-gui asd

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_asd

customer specific configuration[edit | edit source]

wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/asd-gen4/asd-gen4-secondrun-4.3.sh -O - | sh