VRLinuxBoard4.3
Jump to navigation
Jump to search
BOARD SETUP[edit | edit source]
VR Linux Board 4.3,4.4 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-20170728.bin
## choose module letter version: one of:
# A modules
tftp ${fdtaddr} zImage-vr-am33v2-linuxboard-A-20170728.dtb
# B modules
tftp ${fdtaddr} zImage-vr-am33v2-linuxboard-B-20170728.dtb
# E modules
tftp ${fdtaddr} zImage-vr-am33v2-linuxboard-E-20170728.dtb
# F modules
tftp ${fdtaddr} zImage-vr-am33v2-linuxboard-F-20170728.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 ## base image sh /tmp/vr-prefirstrun.sh vr-am33v2-linuxboard 20170728 venture-image-base vr ## standard development image sh /tmp/vr-prefirstrun.sh vr-am33v2-linuxboard 20170728 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
Extra Instructions (special use only)[edit | edit source]
OpenVPN connect[edit | edit source]
manual connection to OpenVPN server
systemctl start openvpn@venture
Disable WiFi and bluetooth[edit | edit source]
opkg remove ti-compat-wireless-wl18xx opkg remove --force-depends kernel-module-btwilink
old u-boot to new u-boot[edit | edit source]
Inside U-boot;
bootp
tftp ${loadaddr} u-boot-vr-am33v2-linuxboard-20170728.bin
nand erase 0x000c0000 0x00100000
nand erase 0x00260000 0x00020000
nand write ${loadaddr} 0x000c0000 0x00100000
tftp ${loadaddr} MLO-vr-am33v2-linuxboard-20170728.bin
nand erase 0x00000000 0x00080000
nand write ${loadaddr} 0x00000000 0x00020000
nand write ${loadaddr} 0x00020000 0x00020000
nand write ${loadaddr} 0x00040000 0x00020000
nand write ${loadaddr} 0x00060000 0x00020000
reset