Jump to content

User:Newbyte/Mainlining Notes

From postmarketOS Wiki
Revision as of 18:48, 7 September 2021 by Newbyte (talk | contribs) (Created page with "== Troubleshooting == === Can't find default configuration "arch/arm/configs/msm8916_defconfig" === If you get this error when working with envkernel.sh, it likely means tha...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Troubleshooting

Can't find default configuration "arch/arm/configs/msm8916_defconfig"

If you get this error when working with envkernel.sh, it likely means that you have the wrong architecture or device selected in pmbootstrap. Do pmbootstrap init again and make sure you have the right device selected.

mkdir: can't create directory '.tmp_XXXXX': Permission denied

I'm not sure why this happens, but generally you can fix it by running rm -rf .output/ in your Linux kernel tree. You will probably need to use sudo. Also, make sure to deactivate and re-source envkernel.sh after doing this.