pyavitz / debian-image-builder

Debian image builder for single board computers
Other
141 stars 33 forks source link

debian-image-builder vs rpi-img-builder #25

Closed djsftree closed 2 years ago

djsftree commented 2 years ago

Which do you suggest for Debian / RPI4?

pyavitz commented 2 years ago

The pi builder pulls its kernel from the Raspberry Pi Github, so it benefits from the work they put into it. Bug fixes, defconfigs. code changes and what have you? I would say the pi builder is better for those who want that support.

The Pi4 was added to this builder to watch the progression of mainline Linux on the board more than anything else. Although last I checked it works fine on a headless level, I wouldn't use it for production. Unless you are trying to do something specific that is and don't require the Foundations efforts in that Linux space.

djsftree commented 2 years ago

Understood, many thanks!