VRLinuxBoard5.2

From VentureResearchWiki
Jump to navigation Jump to search

BOARD SETUP[edit | edit source]

VR Linux Board 5.2 loading (SUMO image)

Yocto-sumo machine = vr-mx6-linuxboard

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

  • make sure boot switch is set to '1' position (bottom side under USB port)
  • make sure SD card is installed
  • power-on reboot device
  • Keep pressing the space-bar until prompt "=>"
setenv serverip 192.168.19.35
bootp
setenv loadaddr 0x12000000
setenv fdt_addr 0x18000000
tftp ${loadaddr} sumo/uImage-vr-mx6-linuxboard.bin

# B MODULES

tftp ${fdt_addr} sumo/vr-mx6-linuxboard52-B.dtb
setenv bootargs console=ttymxc0,115200 root=/dev/nfs rw ip=dhcp nfsroot=192.168.19.35:/srv/nfs/vr-mx6-linuxboard,v3,tcp
bootm ${loadaddr} - ${fdt_addr}

Filesystem[edit | edit source]

login username: root

password: rfid4ever_vr

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

gui image

sh /tmp/vr-prefirstrun.sh vr-mx6-linuxboard 20190319.2 venture-image-gui vr

MX6 Module designation: B

Provisioning[edit | edit source]

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

login username: root

password: rfid4ever_vr

Board Test[edit | edit source]

Run the Test: Linux 5.2a [Rev B] Bare Board No M6e


Extra Instructions (special use only)[edit | edit source]

OpenVPN connect[edit | edit source]

manual connection to OpenVPN server

systemctl start openvpn@venture

Obsolete[edit | edit source]

A MODULES

tftp ${fdt_addr} sumo/vr-mx6-linuxboard52-A.dtb