Thanks a lot for all your hard work!
I just got EndeavourOS ARM loaded up on my Pinebook (SD card for a first test), and so far everything works great.
I set it up with f2fs instead of ext4 and it worked without a hitch. Performance is noticeably better than my Manjaro install (ext4). From the install instructions, I just replaced
with
(the additional options are recommended on the arch wiki)
I just got EndeavourOS ARM loaded up on my Pinebook (SD card for a first test), and so far everything works great.
I set it up with f2fs instead of ext4 and it worked without a hitch. Performance is noticeably better than my Manjaro install (ext4). From the install instructions, I just replaced
Code:
mkfs.ext4 -L ROOT_ALARM /dev/mmcblk2p2
with
Code:
mkfs.f2fs -l ROOT_ALARM -O extra_attr,inode_checksum,sb_checksum /dev/mmcblk2p2
(the additional options are recommended on the arch wiki)