I am trying to get Manjaro ARM (or any mobile linux OS) on my Pixel 4.
The device is unlocked. I got an img here: kdebuild manjaro org /images/dev/
I unzipped it so it’s just an image.
Multiple questions:
- fastboot flash system Manjaro-ARM-lomiri-pinephone-dev-20210108.img
–outputs: fastboot: error: cannot load ‘Manjaro-ARM-lomiri-pinephone-dev-20210108.img’: Permission denied
I have tried many different flash commands and everything is permission denied. Any ideas what this is about?
- Do I need to get a specific bootloader and flash it? Where can I find the img if so?
I looked at a flash-all script for my Pixel 4 img zip, and it has:
PATH=%PATH%;"%SYSTEMROOT%\System32"
fastboot flash bootloader bootloader-flame-c2f2-0.2-5799621.img
fastboot reboot-bootloader
ping -n 5 127.0.0.1 >nul
fastboot flash radio radio-flame-g8150-00014-190826-b-5830341.img
fastboot reboot-bootloader
ping -n 5 127.0.0.1 >nul
fastboot -w update image-flame-qd1a.190821.007.zip
Do I need the radio as well? Where do I find the image?