01-13-2020, 09:07 PM
(01-13-2020, 08:31 PM)hpc@scale Wrote:(01-13-2020, 07:47 PM)Sally Wrote:(01-13-2020, 06:59 PM)Sally Wrote: i attempted to update my 4 hour old Pinebook Pro. Now I can't sign into Pinebook Pro using rock, rock. The letters typed not correct.
What can I do? Do I have to reinstall the OS or is my new Pinebook Pro bricked. Thank you for any assistance.
Kinda flustered ...
I didn't say what I was attempting to update, the keyboard firmware. I'm not sure what happened. Can I reinstall Debian? Thank you for any assistance you can give me.
My regards,
Sally
I've been keeping notes on my PBP setup/configure. I experienced the same issue. I wasn't patient enough to try and figure out which key produced which character. I used an external keyboard. My notes:
# Apply trackpad/keyboard firmware [https://forum.pine64.org/showthread.php?tid=8407]
$ git clone https://github.com/ayufan-rock64/pineboo...rd-updater
$ cd pinebook-pro-keyboard-updater
$ sudo apt-get install build-essential libusb-1.0-0-dev xxd
$ make
$ sudo ./updater step-1 ansi
$ sudo reboot (my keyboard became unusable by step-1 so reboot via menu)
# Attach usb keyboard to finish
$ cd /pinebook-pro-keyboard-updater
$ sudo ./updater step-2 ansi
$ sudo reboot