01-29-2022, 10:37 PM
Nice! The concatenated installer image booted for me on my 1080P Pinebook. I got online using USB tethering to an Android phone. I also had to partition manually: only a single ext4 partition worked, with the 16MB free at the beginning for u-boot, like you said. The partition table had to be MBR, not GPT.
After installation, before rebooting, chrooted into the target eMMC partition and installed u-boot from the u-boot-sunxi package (version 2022.01+dfsg-1):
TARGET=/usr/lib/u-boot/pinebook u-boot-install-sunxi64 /dev/mmcblk1
I added sections to the wiki pages for Original Pinebook and 1080P Pinebook Software Releases to list this installation option, linking to this thread:
- https://wiki.pine64.org/wiki/Pinebook_So..._Installer
- https://wiki.pine64.org/wiki/1080P_Pineb..._Installer
I wasn't able to build the rtl8723cs driver, as it depends on ipx.h which is no longer in Linux:
https://lkml.kernel.org/netdev/202108131...baidu.com/
After installation, before rebooting, chrooted into the target eMMC partition and installed u-boot from the u-boot-sunxi package (version 2022.01+dfsg-1):
TARGET=/usr/lib/u-boot/pinebook u-boot-install-sunxi64 /dev/mmcblk1
I added sections to the wiki pages for Original Pinebook and 1080P Pinebook Software Releases to list this installation option, linking to this thread:
- https://wiki.pine64.org/wiki/Pinebook_So..._Installer
- https://wiki.pine64.org/wiki/1080P_Pineb..._Installer
I wasn't able to build the rtl8723cs driver, as it depends on ipx.h which is no longer in Linux:
https://lkml.kernel.org/netdev/202108131...baidu.com/