how can install LineageOS 20 my radxa zero https://wiki.lineageos.org/devices/radxa0/
how can i do ? i can not understand this pls help me
Radxa zero LineageOS 20
For me the installation page did not work.
I did the following on a plain zero (attention because you delete all data on the storage):
- make the downloads from lineageos on your host (notebook) OS linux
- connect from host over right usb-c to zero and press the bottom on the back of the zero
- You get in maskrom mode
- from the host aml-flash the install-image
- then boot the zero in recovery (connect monitor to hdmi and keyboard to the left usb-c
- On the zero go after default from recovery in fastboot mode
- On host make with fastboot command wipe super_empty partition
- go back to recovery mode
- In recovery mode allow sideload
- On host sideload the lineageos zip
- reboot
Now You come perhaps in a recovery mode loop (mistake)
- enter fastboot mode
- On host flash the recovery-partition with the boot image
- reboot
On the next reboot the first time lineageos starts the first time initially.
Hope this helps You a little bit.
If You need more advice , ask
Expanding on what @dondon said before, as that is the first version that worked for me.
make the downloads from lineageos on your host (notebook) OS linux
I used these builds from odd solutions
from the host aml-flash the install-image
get that aml image from odd solutions here
On host make with fastboot command wipe super_empty partition
fastboot wipe-super super_empty.img
downloaded from the official nightly
Now You come perhaps in a recovery mode loop (mistake)
This I was stuck on for a day…
enter fastboot mode
On host flash the recovery-partition with the boot image
fastboot flash recovery boot.img
with boot.img
from the official nightly
For anyone also running into that problem…
Thanks for the explanation @gnunicornbut still a little puzzled:
I don’t understando what to do in this step:
- On the zero go after default from recovery in fastboot mode
Aren’t the buildss downloaded from odd solutions used?
Thanks again!