Felix Posted May 31, 2020 Posted May 31, 2020 Hi I would like to know whether I can use orange pi lite 2 image on orange pi one plus. I tried it but eth0 is not visible. Is there a way to tweak it? The reason is I want to create an image with various packages installed. So that i do not need to maintain 2 sd images since both are H6. Tq
Werner Posted May 31, 2020 Posted May 31, 2020 Replace the dtb with one that matches the One Plus. But do not expect help for that since there are images for the One Plus available as well. For customization check the docs: https://docs.armbian.com/Developer-Guide_User-Configurations/#user-provided-image-customization-script
martinayotte Posted May 31, 2020 Posted May 31, 2020 2 hours ago, Felix said: I would like to know whether I can use orange pi lite 2 image on orange pi one plus. Is there any reason for that ? Because there are images dedicated for OPiOne+ ...
Felix Posted June 1, 2020 Author Posted June 1, 2020 Yes, because I want to maintain 1 image for 2 boards.
Felix Posted June 1, 2020 Author Posted June 1, 2020 @Wener thanks for the guidance. It seems that fdtfile= in armbianEnv.txt doesn't work. Incidentally, i saw both lite2 and one+ dtb in /boot/dtb/allwinner folder and i just need to switch dtb name because apparently the image file is hardcoded to load the respective board name.
martinayotte Posted June 1, 2020 Posted June 1, 2020 7 hours ago, Felix said: It seems that fdtfile= in armbianEnv.txt doesn't work It should work ! But be aware that variable doesn't include /boot/dtb path, but you still need to provide allwinner/ subpath, so it should be "fdtfile=allwinner/sun50i-h6-orangepi-lite2.dtb" ...
Recommended Posts