|
Posted at 12/21/2018 09:09:54
Only Author
3#
Last edited by acidpero In 12/21/2018 09:12 Editor
Hi again, @penguin
I got Firefly:Ubuntu 16.04 image
[Here!](https://drive.google.com/drive/f ... gAqAdXBsaG9NMEl5bm8)
and flashed the image with the upgrade tool.
# Sys Info
- firefly@firefly:~$ uname -a
- Linux firefly 4.4.154 #1 SMP Fri Oct 12 09:51:35 CST 2018 aarch64 aarch64 aarch64 GNU/Linux
- firefly@firefly:~$ cat /proc/version
- Linux version 4.4.154 (luojh@tchip14) (gcc version 6.3.1 20170404 (Linaro GCC 6.3-2017.05) ) #1 SMP Fri Oct 12 09:51:35 CST 2018
Copy the code
------------------------------------
when boot without connecting the USB Type-C port to the Host PC, I got the same message like yours.
But when I boot them with both connected, I got the following message.
# Kernel Log, filtered (fusb302)
## USB Type-C <-> Host PC connected before boot.
- firefly@firefly:~$ dmesg | grep fusb302 | head -n 25
- [ 1.172583] fusb302 4-0022: GPIO lookup for consumer int-n
- [ 1.172593] fusb302 4-0022: using device tree for GPIO lookup
- [ 1.172645] fusb302 4-0022: GPIO lookup for consumer vbus-5v
- [ 1.172652] fusb302 4-0022: using device tree for GPIO lookup
- [ 1.172701] fusb302 4-0022: GPIO lookup for consumer vbus-other
- [ 1.172708] fusb302 4-0022: using device tree for GPIO lookup
- [ 1.172734] fusb302 4-0022: using lookup tables for GPIO lookup
- [ 1.172742] fusb302 4-0022: lookup for GPIO vbus-other failed
- [ 1.172750] fusb302 4-0022: GPIO lookup for consumer discharge
- [ 1.172756] fusb302 4-0022: using device tree for GPIO lookup
- [ 1.172780] fusb302 4-0022: using lookup tables for GPIO lookup
- [ 1.172787] fusb302 4-0022: lookup for GPIO discharge failed
- [ 1.172959] fusb302 4-0022: Can't get property of role, set role to default DRP
- [ 1.181972] fusb302 4-0022: port 0 probe success with role ROLE_MODE_DRP, try_role ROLE_MODE_NONE
- [ 1.419752] fusb302 4-0022: connection has disconnected
- [ 1.765406] fusb302 4-0022: connection has disconnected
- [ 2.105035] fusb302 4-0022: connection has disconnected
- [ 2.450593] fusb302 4-0022: connection has disconnected
- [ 2.820121] fusb302 4-0022: connection has disconnected
- [ 3.148492] fusb302 4-0022: connection has disconnected
- [ 3.505790] fusb302 4-0022: connection has disconnected
- [ 3.839298] fusb302 4-0022: connection has disconnected
- [ 4.179892] fusb302 4-0022: connection has disconnected
- [ 4.513059] fusb302 4-0022: connection has disconnected
- [ 4.861079] fusb302 4-0022: connection has disconnected
- firefly@firefly:~$
Copy the code
I would like to know why there is a USB Type-C port other than flashing.
|
|