Navy

From VentureResearchWiki
Jump to navigation Jump to search

VR 46 Antenna Surface[edit | edit source]

Customer Specific Configuration[edit | edit source]

wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/navy/vr-46ant-secondrun.sh -O - | sh

Pre-Ship Script[edit | edit source]

wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/navy/pre-ship.sh -O - | sh

Metal MultiTrak[edit | edit source]

Customer Specific Configuration[edit | edit source]

wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/navy/vrr4dcs-secondrun.sh -O - | sh

Manually downgrade RFID service to v5.1.16r4183

opkg remove vrfrv2-linux-event
opkg remove vrfrv2-linux-event-db
opkg remove vrfrv2-linux-event-beta
opkg remove vrfrv2-linux-event-beta-db
wget http://embedded.ventureresearch.com/yocto/fido/ipk/cortexa8hf-vfp-neon/vrfrv2-linux-event-beta_5.1.16b-r4183.0_cortexa8hf-vfp-neon.ipk -O /home/user/vrfrv2-linux-event-beta_5.1.16b-r4183.0_cortexa8hf-vfp-neon.ipk
wget http://embedded.ventureresearch.com/yocto/fido/ipk/cortexa8hf-vfp-neon/vrfrv2-linux-event-beta-db_5.1.16b-r4183.0_cortexa8hf-vfp-neon.ipk -O /home/user/vrfrv2-linux-event-beta-db_5.1.16b-r4183.0_cortexa8hf-vfp-neon.ipk
opkg install /home/user/vrfrv2-linux-event-beta-db_5.1.16b-r4183.0_cortexa8hf-vfp-neon.ipk
opkg install /home/user/vrfrv2-linux-event-beta_5.1.16b-r4183.0_cortexa8hf-vfp-neon.ipk

Manually enable Wifi

opkg install ti-compat-wireless-wl18xx
opkg install kernel-module-btwilink
nmcli dev wifi
reboot

System Test[edit | edit source]

Choose Metal MultiTrak – VRR4DCS [System] from VRHM.

Pre-Box Test[edit | edit source]

Choose Metal MultiTrak – VRR4DCS [Prebox] from VRHM.

Pre-Ship Script[edit | edit source]

wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/navy/pre-ship.sh -O - | sh

Manually check tun0 and wlan0 are disappeared by running the command in the console:

ifconfig


Serial Bridge VRReader API[edit | edit source]

This shell service is automatically loaded and forward all messages from RFID service to the serial port assigned. Check status:

systemctl is-active serial-bridge-vrreader-api

Check settings:

cat /etc/default/serial-bridge-vrreader-api


Metal MultiTrak - Cellular Retrofit[edit | edit source]

Incoming Script[edit | edit source]

Steps to enable Wifi:

  • Close Putty. Open "VR Diagnostics". Login and click "Package Manager".
  • In the "Package Manager", click "Browse", choose the file "enable-wifi-package-1.0.vrpkg.tar.gz", then click "Run".
  • After the file is transferred (may take 20 minutes), close the "VR Diagnostics".
  • Open Putty, run the commands:
cd /home/user
opkg install ti-compat-wireless-wl18xx_r8.a9.14-r22+a+gitrAUTOINC+0e48c4b55c.36_vr_am33v2_linuxboard.ipk
opkg install kernel-module-btwilink_3.14-r1.0.107_vr_am33v2_linuxboard.ipk
  • Reboot the board, then the Wifi is enabled.
  • Run the commands to enable OpenVPN:
systemctl enable openvpn@venture.service
systemctl restart openvpn@venture.service

Update M6e Firmware[edit | edit source]

cd /tmp && curl 
wget http://readonly:secret@svn.ventureresearch.com/svn/linux/testing/thingmagic/m6e/update-m6e-reader.sh -O update-m6e-reader.sh
bash update-m6e-reader.sh
rm /home/user/m6efirmware.sim

SecondRun Script[edit | edit source]

Run this cellular retrofit secondrun to enable WWAN and CIM delivery:

wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/navy/vrr4dcs-cellular-secondrun.sh -O - | sh

System Test[edit | edit source]

Force to enable the modem when the WiFi is connected:

mmcli -m 0 -e

Choose Metal MultiTrak – VRR4DCS Cellular [System] from VRHM.

Pre-Box Test[edit | edit source]

Choose Metal MultiTrak – VRR4DCS Cellular [Prebox] from VRHM.

Pre-Ship Script[edit | edit source]

Run this cellular retrofit pre-ship disable Wi-Fi:

wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/navy/pre-ship-cellular.sh -O - | sh

Disable Serial Bridge VRReader API[edit | edit source]

systemctl stop serial-bridge-vrreader-api
systemctl disable serial-bridge-vrreader-api