radxa-RockPi4: Fix USB keyboard not working#199
radxa-RockPi4: Fix USB keyboard not working#199jirutka wants to merge 2 commits intoTow-Boot:developmentfrom
Conversation
|
This change AFAICT should only change the operating system boot order, it shouldn't affect USB functionality in other ways. Unless for some reason looking for a USB boot device works around a problem. Have you tested the upcoming update (#178) to see if there is some issues that got solved by upstream? There might be, considering other RK3399 had some USB-related issues fixed by it. Note that it would be undesirable to prefer booting operating system form USB within Tow-Boot. The order is to first boot internal storage, then external storage, on a "gradient". E.g. eMMC is internal, NVMe is internal, SD is kinda internal, USB is not internal. [though yes, currently rockchip targets would prefer SD over NVMe.] |
Yeah, it’s weird, but it really fixed the problem with USB keyboard.
Yes, that was the first thing I did.
I know, it’s suboptimal but still better than the current state in which Tow-Boot is unusable on this device. I’ll try to find another way though. |
Note: On ROCK Pi 4B+, the keyboard must be connected to one of the *blue* USB ports. Fixes Tow-Boot#147
1d87105 to
3070928
Compare
3070928 to
adc4c30
Compare
|
Okay, I found a better way, |
|
Notes to self: the changes to The |
| -- | ||
| From: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | ||
| Date: Wed, 3 Jan 2020 12:45:26 +0700 | ||
| Subject: [PATCH] rockchip: rockpro64: initialize USB in preboot |
There was a problem hiding this comment.
sneaky!
I found "this patch", and got confused seeing it was accepted and merged in 2020.
Note to anyone missing the sneaky bits: this is an edited patch for another board.
We probably should instead move this to Tow-Boot config, since as-this-is it won't be inherited by the 4C, since it uses a different defconfig.
(Still notes to me)
See Tow-Boot#199 Co-authored-by: Jakub Jirutka <jakub@jirutka.cz>
See Tow-Boot#199 Co-authored-by: Jakub Jirutka <jakub@jirutka.cz>
Note: On ROCK Pi 4B+, the keyboard must be connected to one of the blue USB ports.
Fixes #147