Difference between revisions of "IoTGateway/BSP/Linux/Linux BSP User Guide Ubuntu16.04 for rk"
From ESS-WIKI
Line 10: | Line 10: | ||
[https://www.dropbox.com/s/jvzpfzadab92n15/DIV0009_ds100_2019-08-17.zip?dl=0 Ubuntu16.04_DS100_Image] | [https://www.dropbox.com/s/jvzpfzadab92n15/DIV0009_ds100_2019-08-17.zip?dl=0 Ubuntu16.04_DS100_Image] | ||
+ | |||
+ | [https://www.dropbox.com/s/o7qk123sqggcp3s/DIV0009_ds100_2019-08-17.zip.md5.txt?dl=0 Ubuntu16.04_DS100_Image_Checksum] | ||
== <span style="color:#0070c0">Account and Password for Login</span> == | == <span style="color:#0070c0">Account and Password for Login</span> == |
Revision as of 10:03, 19 August 2019
Contents
Linux BSP Version
Ubuntu16.04_aarch64
Ubuntu 16.04 Release Version
DS100 DIV0009 2019-08-17
Image Download Path
Ubuntu16.04_DS100_Image_Checksum
Account and Password for Login
Account : adv Password: adv
OTG port change Host mode
Command
RS-485 Test
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
# echo "123456abc" >/dev/ttyUSB0
RK3399 Receive Command
# cat /dev/ttyUSB0 &