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

From ESS-WIKI
Jump to: navigation, search
Line 3: Line 3:
 
Ubuntu16.04_aarch64
 
Ubuntu16.04_aarch64
  
== <span style="color:#0070c0">Ubuntu 16.04 Release Version</span> ==
+
== <span style="color:#0070c0">Ubuntu 16.04 Release Version and Image Download Path</span> ==
  
 
DS100 DIV0009 2019-08-17
 
DS100 DIV0009 2019-08-17
  
== <span style="color:#0070c0">Image Download Path</span> ==
+
[https://www.dropbox.com/s/jvzpfzadab92n15/DIV0009_ds100_2019-08-17.zip?dl=0 Ubuntu16.04_DS100_V0009_Image]
 +
 
 +
[https://www.dropbox.com/s/o7qk123sqggcp3s/DIV0009_ds100_2019-08-17.zip.md5.txt?dl=0 Ubuntu16.04_DS100_V0009_Image_Checksum]
 +
 
 +
DS100 DIV0010 2019-08-21
 +
 
 +
[https://www.dropbox.com/s/w5jifw93w1nxpqg/DIV0010_ds100_2019-08-21.zip?dl=0 Ubuntu16.04_DS100_V0010_Image]
 +
 
 +
[https://www.dropbox.com/s/zcztr762jg3c98r/DIV0009_ds100_2019-08-21.zip.md5.txt?dl=0 Ubuntu16.04_DS100_V0010_Image_Checksum]
  
[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">How to do about update Ubuntu in DS100?</span> ==
 
== <span style="color:#0070c0">How to do about update Ubuntu in DS100?</span> ==
Line 43: Line 49:
 
or
 
or
 
# stty -F /dev/ttyUSB3 speed 115200 -hupcl -icrnl -ixon -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echok
 
# stty -F /dev/ttyUSB3 speed 115200 -hupcl -icrnl -ixon -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echok
</syntaxhighlight>Please check return 115200  
+
</syntaxhighlight>Please check return 115200 RK3399 Send "123456ABC" to ttyUSB2 or ttyUSB3<syntaxhighlight lang="bash"># echo "123456abc" >/dev/ttyUSB2
 
 
RK3399 Send "123456ABC" to ttyUSB2 or ttyUSB3<syntaxhighlight lang="bash"># echo "123456abc" >/dev/ttyUSB2
 
 
or  
 
or  
 
# echo "123456abc" >/dev/ttyUSB3
 
# echo "123456abc" >/dev/ttyUSB3

Revision as of 07:37, 21 August 2019

Linux BSP Version

Ubuntu16.04_aarch64

Ubuntu 16.04 Release Version and Image Download Path

DS100 DIV0009 2019-08-17

Ubuntu16.04_DS100_V0009_Image

Ubuntu16.04_DS100_V0009_Image_Checksum

DS100 DIV0010 2019-08-21

Ubuntu16.04_DS100_V0010_Image

Ubuntu16.04_DS100_V0010_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/ttyUSB2 speed 115200 -hupcl -icrnl -ixon -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echok
or
# stty -F /dev/ttyUSB3 speed 115200 -hupcl -icrnl -ixon -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echok
Please check return 115200 RK3399 Send "123456ABC" to ttyUSB2 or ttyUSB3
# echo "123456abc" >/dev/ttyUSB2
or 
# echo "123456abc" >/dev/ttyUSB3
RK3399 Receive Command
# cat /dev/ttyUSB2 &
or
# cat /dev/ttyUSB3 &