Has anyone switched to the userspace keyboard driver on Manjaro ARM?
#4
Does the file:
/boot/mkscr
exist?  It should be with the files '/boot/boot.txt' and '/boot/boot.scr'
And is it executable (-rwxr-xr-x) ?

to list the files and their permissions in the '/boot' directory:
cd /boot
ls -l


If it doesn't exist, manually create it:
sudo nano /boot/mkscr

Code:
#!/bin/bash

if [[ ! -x /usr/bin/mkimage ]]; then
  echo "mkimage not found. Please install uboot-tools:"
  echo "  pacman -S uboot-tools"
  exit 1
fi

mkimage -A arm -O linux -T script -C none -n "U-Boot boot script" -d boot.txt boot.scr
To save changes and close Nano, type CTRL-X, Y, and Enter.

and set permissions to executable:
sudo chmod 755 /boot/mkscr
  Reply


Messages In This Thread
RE: Has anyone switched to the userspace keyboard driver on Manjaro ARM? - by neil_swann80 - 03-18-2022, 01:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pinephone (Pro) Keyboard Case for sale manubert 3 12,637 08-26-2025, 06:06 AM
Last Post: zetabeta
  keyboard case charging but not typing new2pinephone 19 17,616 02-14-2025, 04:09 PM
Last Post: zltpxqhp69o2
  Searching for a PinePhone Keyboard Case RubiksCube 1 3,368 10-07-2024, 11:08 PM
Last Post: tllim
  So which keyboard you suggest for the Pinephone? Peter Gamma 21 13,212 07-19-2024, 08:05 AM
Last Post: Peter Gamma
  Rii mini 4 keyboard and touchpad work over Bluetooth Peter Gamma 0 2,086 07-19-2024, 08:02 AM
Last Post: Peter Gamma
  Bring the Pinephone keyboard back, it is worth it! Peter Gamma 1 3,265 07-04-2024, 07:32 AM
Last Post: Kevin Kofler
Heart The Pinephone keyboard offers alternative layouts Peter Gamma 0 1,790 07-04-2024, 05:40 AM
Last Post: Peter Gamma
  Keyboard & 2.4G usb dongle for the Pinephone? Peter Gamma 2 2,934 06-29-2024, 09:36 PM
Last Post: Peter Gamma
  Bluetooth keyboard with trackpad Zebulon Walton 11 16,271 06-29-2024, 04:09 AM
Last Post: Peter Gamma
  Was someone able to use the Pinephone keyboard & an usb mouse at the same? Peter Gamma 4 8,763 06-26-2024, 07:11 AM
Last Post: dachalife

Forum Jump:


Users browsing this thread: 1 Guest(s)