Difference between revisions of "IoTGateway/BSP/Linux/Linux BSP User Guide Ubuntu16.04 for rk"
From ESS-WIKI
(12 intermediate revisions by the same user not shown) | |||
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:#FF0000;"> | |
− | [ | + | *[NEW] DS100 DIV0010 2019-08-21</span> |
− | + | == <span style="color:#0070c0">How to do about update Ubuntu in DS100?</span> == | |
+ | |||
+ | *[[IoTGateway/BSP/Linux/Update_SOP1_Image_DS100_and_DS100Lite|Update Image DS100 and DS100Lite]] | ||
+ | |||
+ | [[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> == | ||
Line 25: | Line 29: | ||
$ adv | $ adv | ||
# cd / | # cd / | ||
− | # echo | + | # echo host >/sys/kernel/debug/usb0/rk_usb_force_mode |
</syntaxhighlight> | </syntaxhighlight> | ||
== <span style="color:#0070c0">RS-485 Test</span> == | == <span style="color:#0070c0">RS-485 Test</span> == | ||
Line 34: | Line 38: | ||
<syntaxhighlight lang="bash">$ sudo su | <syntaxhighlight lang="bash">$ sudo su | ||
$ adv | $ adv | ||
− | # stty -F /dev/ | + | # stty -F /dev/ttyUSB2 speed 115200 -hupcl -icrnl -ixon -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echok |
− | </syntaxhighlight>Please check return 115200 | + | or |
− | + | # stty -F /dev/ttyUSB3 speed 115200 -hupcl -icrnl -ixon -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echok | |
− | RK3399 Send "123456ABC" to | + | </syntaxhighlight>Please check return 115200 RK3399 Send "123456ABC" to ttyUSB2 or ttyUSB3<syntaxhighlight lang="bash"># echo "123456abc" >/dev/ttyUSB2 |
− | <syntaxhighlight lang="bash"># echo "123456abc" >/dev/ | + | or |
+ | # echo "123456abc" >/dev/ttyUSB3 | ||
</syntaxhighlight> RK3399 Receive Command | </syntaxhighlight> RK3399 Receive Command | ||
− | <syntaxhighlight lang="bash"># cat /dev/ | + | <syntaxhighlight lang="bash"># cat /dev/ttyUSB2 & |
+ | or | ||
+ | # cat /dev/ttyUSB3 & | ||
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 09:18, 13 November 2019
Contents
Linux BSP Version
Ubuntu16.04_aarch64
Ubuntu 16.04 Release Version and Image Download Path
- DS100 DIV0009 2019-08-17
- [NEW] DS100 DIV0010 2019-08-21
How to do about update Ubuntu in DS100?
Account and Password for Login
Account : adv Password: adv
OTG port change Host mode
Command
$ sudo su
$ adv
# cd /
# echo host >/sys/kernel/debug/usb0/rk_usb_force_mode
RS-485 Test
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
# echo "123456abc" >/dev/ttyUSB2
or
# echo "123456abc" >/dev/ttyUSB3
# cat /dev/ttyUSB2 &
or
# cat /dev/ttyUSB3 &