הצטרף ל-Nostr
2023-11-30 08:00:15 CET

LogicalErzor on Nostr: Modify the kernel and deploy it (for future me) cd mainline-linux . ...

Modify the kernel and deploy it (for future me)

cd mainline-linux
. pmbootstrap/helpers/envkernel.sh
cp defconfig arch/arm/configs/expressatt_defconfig
make expressatt_defconfig
make menuconfig
make -j8
deactivate
pmbootstrap build --envkernel linux-postmarketos-qcom-msm8960
pmbootstrap initfs hook_add debug-shell
pmbootstrap export
fastboot boot /tmp/postmarketOS-export/boot.img
sleep 40
telnet 172.16.42.1

lk2nd should be installed in BOOT

lmk if there's a better workflow #postmarketos