openbouffalo / buildroot_bouffalo

Linux Image for the BL808 CPU by Bouffalo Lab
124 stars 33 forks source link

experimental alpine image for the m1s dock (and most probably pine64 ox64 too) #87

Open hexdump0815 opened 1 month ago

hexdump0815 commented 1 month ago

hi *,

this is not directly about this buildroot, but at least related to it and maybe interesting for people looking around here as the openbouffalo project and all the hype around the bl808 seems to have gone down quite a bit in the last months.

i have extended my little image builder framework which i use to build images for quite a few arm chromebooks, sbcs and other systems to also support simple alpine images and the bl808 based m1s dock and created a first experimental image with it.

in case you want to have a look at it, it can be found here: https://github.com/hexdump0815/imagebuilder/releases/tag/240525-01

it is based on the risc64 port of alpine edge and is rather simple … as it is that simple, it can be easily and normally updated to the lastest state via apk like any alpine system, only the kernel is hand compiled and will not be updated that way.

some notes/features:

i plan to improve it slowly over time - this is just a spare time project, so i’ll work on it whenever i have some time and feel like it - maybe it fits the use case of someone here … it is most probably not perfect, but it might be a good starting point for own experiments and moving on from there, playing around with it or building own software on it etc. …

in case you have other riscv64 devices around as well: if you look next to that image you’ll also find debian sid images for the starfive visionfive v2 and the bananapi f3 as well as another experimental alpine image for the milk-v duo 64mb in other releases of that repo.

best wishes and good luck - hexdump

gamelaster commented 1 month ago

amazing work! Thanks @hexdump0815 for letting us know here :)