Hello nice people,
my Cubietruck has been working stable for many years https://de.wikipedia.org/wiki/Cubieboar ... ubieboard3 and has been natively supported by Debian since buster. Since my originally used distri Armbian no longer supports the hardware (but there are still working automatic builds with bookworm), I finally wanted to switch to Debian.In particular, the hardware is perfectly adequate with 2GiB main memory & SATA with SSD for the existing tasks and much too a shame to scrap.
Unfortunately, I don't know how to manually load drivers (like usbkbd) after switching the U-Boot boot process to the "normal" boot process, because from this point on the keyboard no longer works and the output via the serial console also ends.
I followed the official instructions for the installation: Installing from an SD card image section of the source: https://wiki.debian.org/InstallingDebia ... _Platforms
When I boot from the SD card created with this, I get an error-free boot process via HDMI. I get an error-free boot process that runs through to the installer.
In the installer, however, no operation is possible via a connected USB keyboard is possible.
A serial adapter connected in parallel does not help me either, as the character output ends at the point where the autoboot can be canceled via keyboard can be canceled -> yes, the keyboard still works at this point![🙂]()
Even if I abort the boot process as described and send the commands
via the connected working USB keyboard:does not change the result at all. The installer is not operable.
Does anyone have a tip for me on how to
1. how I can load the apparently missing USB driver when starting the Debian image after completing the UBOOT
2. how I can continue to operate the installer via the UBOOT process using the serial console (perhaps define the console differently?). I'm not really familiar with this?) - maybe there is something wrong in the setenv commands mentioned above? not specified correctly?
3. if nobody has an idea to 1. or 2. to which package I can report the report the bug to Debian ? ... installer (but which specific package? ), U-Boot, or something else ... ?)
many thanks for your support
Heiko
PS: here are a few more technical details, if anyone wants to take a closer look
(if something is still missing, please ask):
Boot process log under Debian: https://paste.debian.net/download/1314873
Boot process log under Armbian (for comparison):
https://paste.debian.net/download/1314874
lsmod under armbian: https://paste.debian.net/download/1314870
cubietruck:~# lsusb
Bus 005 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit
Ethernet
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
diff Boot Armbian - Debian
1. Armbian
U-Boot 2024.01-armbian (Mar 14 2024 - 00:34:26 +0000) Allwinner Technology
...
In: serial,usbkbd
2. Debian
U-Boot 2023.01+dfsg-2 (Jan 18 2023 - 01:57:16 +0000) Allwinner Technology
---
In: serial
my Cubietruck has been working stable for many years https://de.wikipedia.org/wiki/Cubieboar ... ubieboard3 and has been natively supported by Debian since buster. Since my originally used distri Armbian no longer supports the hardware (but there are still working automatic builds with bookworm), I finally wanted to switch to Debian.In particular, the hardware is perfectly adequate with 2GiB main memory & SATA with SSD for the existing tasks and much too a shame to scrap.
Unfortunately, I don't know how to manually load drivers (like usbkbd) after switching the U-Boot boot process to the "normal" boot process, because from this point on the keyboard no longer works and the output via the serial console also ends.
I followed the official instructions for the installation: Installing from an SD card image section of the source: https://wiki.debian.org/InstallingDebia ... _Platforms
When I boot from the SD card created with this, I get an error-free boot process via HDMI. I get an error-free boot process that runs through to the installer.
In the installer, however, no operation is possible via a connected USB keyboard is possible.
A serial adapter connected in parallel does not help me either, as the character output ends at the point where the autoboot can be canceled via keyboard can be canceled -> yes, the keyboard still works at this point
Even if I abort the boot process as described and send the commands
via the connected working USB keyboard:
Code:
uboot> setenv console tty1uboot> setenv bootargs console=tty1 fb=falseuboot> saveenvuboot> boot
Does anyone have a tip for me on how to
1. how I can load the apparently missing USB driver when starting the Debian image after completing the UBOOT
2. how I can continue to operate the installer via the UBOOT process using the serial console (perhaps define the console differently?). I'm not really familiar with this?) - maybe there is something wrong in the setenv commands mentioned above? not specified correctly?
3. if nobody has an idea to 1. or 2. to which package I can report the report the bug to Debian ? ... installer (but which specific package? ), U-Boot, or something else ... ?)
many thanks for your support
Heiko
PS: here are a few more technical details, if anyone wants to take a closer look
(if something is still missing, please ask):
Boot process log under Debian: https://paste.debian.net/download/1314873
Boot process log under Armbian (for comparison):
https://paste.debian.net/download/1314874
lsmod under armbian: https://paste.debian.net/download/1314870
cubietruck:~# lsusb
Bus 005 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit
Ethernet
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
diff Boot Armbian - Debian
1. Armbian
U-Boot 2024.01-armbian (Mar 14 2024 - 00:34:26 +0000) Allwinner Technology
...
In: serial,usbkbd
2. Debian
U-Boot 2023.01+dfsg-2 (Jan 18 2023 - 01:57:16 +0000) Allwinner Technology
---
In: serial
Statistics: Posted by weiss — 2024-05-05 11:00 — Replies 0 — Views 22