eecc47a3e9
Kernel is downstream. System boots. Flash the device using the netcat method to an external SD (use the entire SD, not a partition, as the target device) because the internal memory is too small.
4 lines
152 B
Bash
Executable file
4 lines
152 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Fix "panning" (see https://wiki.postmarketos.org/wiki/Troubleshooting:display#Changing_the_panning)
|
|
echo 0 0 > /sys/class/graphics/fb0/pan
|