StarLabsLtd / firmware

73 stars 5 forks source link

[StarLite Mk V] Touchscreen intermittent #175

Closed Sean-StarLabs closed 3 months ago

Sean-StarLabs commented 3 months ago

Fix released:

Fixed an issue which made the touchscreen intermittently stop responding
Improved Bluetooth compatibility
Decreased the delay on the power button when an OS is loaded
Added an option to set the charging speed
Added an option to disable the lid switch

This build has been uploaded to the LVFS, so if you want to install it from there, you can find the steps here. However, the LVFS is not designed for speed, so if you'd like to manually install this firmware, please follow the below steps:

First, install flashrom: Ubuntu: sudo apt install flashrom Fedora sudo dnf install flashrom Arch sudo pacman -Syyuu flashrom

Then, connect your charger and run:

wget https://github.com/StarLabsLtd/firmware/raw/master/StarLite/MkV/coreboot/24.06/24.06.rom
sudo flashrom -p internal -w 24.06.rom -i bios --ifd -n -N
sudo shutdown now

Once that has finished, please shutdown (not a reboot), disconnect the charger and wait for 12 seconds until you see the LEDs flicker. Once that happens, you can reconnect the charger and carry on.

If you see a message Message recipient disconnected from message bus without replying or /dev/mem mmap failed: Operation not permitted, you'll need to add the iomem=relaxed kernel parameter. The two below commands will do this for you:

sudo sed -i 's/quiet/quiet iomem=relaxed/g' /etc/default/grub
sudo update-grub
ghost commented 3 months ago

Have installed the latest bios (24.06). But seems not to still be able to connect to some bluetooth devices, ex my Surface Mobile Mouse, with my stabook can connect to.

Sean-StarLabs commented 3 months ago

Have installed the latest bios (24.06). But seems not to still be able to connect to some bluetooth devices, ex my Surface Mobile Mouse, with my stabook can connect to.

Distro?

ghost commented 3 months ago

Have installed the latest bios (24.06). But seems not to still be able to connect to some bluetooth devices, ex my Surface Mobile Mouse, with my stabook can connect to.

Distro?

Debian 12, elementaryOS, ZorinOS and Fedora.

Sean-StarLabs commented 3 months ago

See #180