Open ttimasdf opened 1 year ago
an lk2nd bootloader is included in base.zip, but the partition is wiped on later stage, I think it's not used in this project?
did you ever make any progress on this?
do u have full tutorial?
Have not tried it, but this might help: https://github.com/redwoz/msm8916-openstick-build
I tried the https://github.com/redwoz/msm8916-openstick-build and it seems to work fine but I had to update the 2_rootfs.sh script to use "export DEBIAN_VERSION=bookworm" to get the build to complete.
Building kernel and rootfs from scratch is a pain for average users. A build system on CI, or at least an fully automated build script could make life easier and also gives reproducible results and accurate version numbers for diagnosis.
After some research, to build a flashable firmware for OpenStick requires the following steps
I'll be working on a build system this weekend and open a PR when ready. Additional thoughts and ideas are greatly appreciated 😉