Steps for Firmware update:
- Unpack the firmware installer image file to SD card.
- Power off VAB-600
- Insert SD card
- Power on VAB-600
- The installer will update firmware automatically
- Remove SD card when update is finished
- System will reboot in 3 seconds
- Open [firmware installer image]/bspinst/bspinst.cfg file.
- Find section [VIA_RDK]
- Disable default setting by adding the remark "#"
- Change to new setting by removing the remark “#”
For example, change HDMI to LVDS. Default:
# HDMI setenv wmt.display.param 4:6:1:1280:720:60 # LVDS #setenv wmt.display.param 2:0:24:800:480:60
Change to:
# HDMI #setenv wmt.display.param 4:6:1:1280:720:60 # LVDS setenv wmt.display.param 2:0:24:800:480:60