fix: make it boot on pinephone

This commit is contained in:
DanyLE
2025-07-21 00:10:47 +02:00
parent 1fe7d54ae8
commit 37571d17cc
11 changed files with 238 additions and 58 deletions

View File

@@ -1,3 +1,17 @@
# meta-pinephone-diya
Pinephone yocto layer for diya
Pinephone yocto layer for diya
# Notes
To power on the modem
```sh
echo 1 > /sys/class/modem-power/modem-power/device/powered
```
Enable GPS
```sh
mmcli -m 0 --command="AT+QGPS=1,30,50,0,2"
```