-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
Hi @ophub,
Installed Armbian_22.02.0_Aml_s922x_bullseye_5.4.171_2022.01.12.0851.img.gz on SD Card. Somehow the newly burned image on SD Card using Etcher or Rufus, the SD Card cannot seems to be recognised when I try to inspect the newly burned SD Card image using another linux image on USB Flash. Basically with "Disks" or "Gparted" the SD Card is NOT Allocated. Cannot mount or show up on File Manager.
But the funny thing is, managed to boot up on second try on GT King Pro Rev A. After boot up, performed the following:
sudo apt update
sudo apt upgrade "had dpkg warning ...linux-image-current-meson64 missing..." but it upgraded successfully.
armbian-tf e (to expand the SD Card)
sudo mv u-boot.ext to u-boot.ext-none (per my understanding u-boot.ext is not require with kernel 5.4.y)
reboot successfully
The issue is during boot up I noticed:
Failed ...keymap....
On TTY session keyboard works without issue.
Proceeded to install GNOME 41 following the instructions from https://www.linuxcapable.com/how-to-install-gnome-41-desktop-unstable-on-debian-11-bullseye/
Installed GNOME 41 successfully.
Reboot a success to gdm3 login greeting screen. But the issue is keyboard and mouse not functioning/working. Cannot enter the password to proceed to Desktop Environment! Unplug and replug keyboard or mouse make NO difference.
Cannot go back to TTY session with "ctl+alt+F1" or "ctl+alt+F2" so basically stuck and not usable now.
Any advice? How to get Armbian_22.02.0_Aml_s922x_bullseye_5.4.171_2022.01.12.0851.img.gz (kernel 5.4.y without u-boot.ext) to work on DE (i.e. keyboard and mouse working).