Difference between revisions of "IoTGateway/BSP/Linux/Linux BSP User Guide Ubuntu16.04 for rk"

From ESS-WIKI
Jump to: navigation, search
Line 17: Line 17:
 
*[[IoTGateway/BSP/Linux/Update_SOP1_Image_DS100_and_DS100Lite|Update Image DS100 and DS100Lite]]
 
*[[IoTGateway/BSP/Linux/Update_SOP1_Image_DS100_and_DS100Lite|Update Image DS100 and DS100Lite]]
  
[[File:Image.png|600px|Image.png]]
+
[[File:Image.png|1000px|Image.png]]
  
 
== <span style="color:#0070c0">Account and Password for Login</span> ==
 
== <span style="color:#0070c0">Account and Password for Login</span> ==

Revision as of 12:28, 19 August 2019

Linux BSP Version

Ubuntu16.04_aarch64

Ubuntu 16.04 Release Version

DS100 DIV0009 2019-08-17

Image Download Path

Ubuntu16.04_DS100_Image

Ubuntu16.04_DS100_Image_Checksum

How to do about update Ubuntu in DS100?

Image.png

Account and Password for Login

Account : adv Password: adv

Login.png

OTG port change Host mode

Command

$ sudo su
$ adv
# cd /
# echo Host >/sys/kernel/debug/usb0/rk_usb_force_mode

RS-485 Test

Rs485.png

RK3399 Send Command

$ sudo su
$ adv
# stty -F /dev/ttyUSB0 speed 115200 -hupcl -icrnl -ixon -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echok
Please check return 115200 RK3399 Send "123456ABC" to ttyUSB0
# echo "123456abc" >/dev/ttyUSB0
RK3399 Receive Command
# cat /dev/ttyUSB0 &