Dev/Embedded: Difference between revisions
< Dev
No edit summary |
(→Rootfs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
[[Dev/Embedded/FromScratch|Build your Linux Kernel and bootloader]] : generic informations, may need specific versions or patches depending on the board you are using. | [[Dev/Embedded/FromScratch|Build your Linux Kernel and bootloader]] : generic informations, may need specific versions or patches depending on the board you are using. | ||
== Rootfs == | == Rootfs and Userspace == | ||
[[Dev/Embedded/Rootfs|Create and configure Rootfs]] : | [[Dev/Embedded/Rootfs|Create and configure Rootfs]] : | ||
* [[Dev/Embedded/Rootfs/BusyBox|Busybox]] | |||
* [[Dev/Embedded/Rootfs/Devuan|Devuan rootfs]] : creation from scratch and configuration | |||
[[Dev/Embedded/Rootfs/Backup|Rootfs backup or copy]] (doing it the right way) | [[Dev/Embedded/Rootfs/Backup|Rootfs backup or copy]] (doing it the right way) | ||
Latest revision as of 22:11, 21 December 2024
General
- Do not use Yocto or OpenEmbeded (or their predecessors).
- Open-source matters (or why I don't use RaspberryPi boards)
Cross-compilation
Setup cross-compilation environnement on Devuan GNU/Linux
Linux Kernel (and bootloader)
Build your Linux Kernel and bootloader : generic informations, may need specific versions or patches depending on the board you are using.
Rootfs and Userspace
- Busybox
- Devuan rootfs : creation from scratch and configuration
Rootfs backup or copy (doing it the right way)