Hi. I booted the image, ran the gpu script provided earlier and did a reboot. uart gets stuck at (from my memory) "running premount script". I connected monitor over hdmi, but it's just a mouse on black screen. I could switch to different tty. WiFi module doesn't seem to work either: the armbian script doesn't show on option to connect to a wifi hotspot. I noticed this in update logs:
```
Armbian 'linux-image-current-spacemit' for '6.18.21-current-spacemit': 'prerm' starting.
dkms: removing: bcmdhd-spacemit-sdio 101.10.591.84.37-4 (6.18.21-current-spacemit) (riscv64)
Module bcmdhd-spacemit-sdio-101.10.591.84.37-4 for kernel 6.18.21-current-spacemit (riscv64).
Before uninstall, this module version was ACTIVE on this kernel.
bcmdhd.ko.xz:
- Uninstallation
- Deleting from: /lib/modules/6.18.21-current-spacemit/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
dhd_static_buf.ko.xz:
- Uninstallation
- Deleting from: /lib/modules/6.18.21-current-spacemit/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
depmod......
Deleting module bcmdhd-spacemit-sdio-101.10.591.84.37-4 completely from the DKMS tree.
Armbian 'linux-image-current-spacemit' for '6.18.21-current-spacemit': 'prerm' finishing.
Armbian 'linux-image-current-spacemit' for '6.18.22-current-spacemit': 'preinst' starting.
Armbian 'linux-image-current-spacemit' for '6.18.22-current-spacemit': 'preinst' finishing.
```
Which IIUC means that wifi module was uninstalled.
Also there is this:
```
gdm.service is not active, cannot reload.
invoke-rc.d: initscript gdm3, action "reload" failed.
Synchronizing state of lightdm.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install disable lightdm
The unit files have no installation config (WantedBy=, RequiredBy=, UpheldBy=,
Also=, or Alias= settings in the [Install] section, and DefaultInstance= for
template units). This means they are not meant to be enabled or disabled using systemctl.
Possible reasons for having these kinds of units are:
• A unit may be statically enabled by being symlinked from another unit's
.wants/, .requires/, or .upholds/ directory.
• A unit's purpose may be to act as a helper for some other unit which has
a requirement dependency on it.
• A unit may be started when needed via activation (socket, path, timer,
D-Bus, udev, scripted systemctl call, ...).
• In case of template units, the unit is meant to be enabled with some
instance name specified.
OK.
```