Dev/Embedded: Difference between revisions
< Dev
Line 13: | Line 13: | ||
though you really should consider reading all the information you will find on [[Dev/Embedded/FromScratch|the main page about building your system from scratch]]. | though you really should consider reading all the information you will find on [[Dev/Embedded/FromScratch|the main page about building your system from scratch]]. | ||
== Rootfs and | == Rootfs and UserLand == | ||
[[Dev/Embedded/Rootfs|Create and configure | [[Dev/Embedded/Rootfs|Create and configure the base system]] : | ||
* [[Dev/Embedded/Rootfs/BusyBox|Busybox]] | * [[Dev/Embedded/Rootfs/BusyBox|Busybox]] | ||
* [[Dev/Embedded/Rootfs/Devuan/FromScratch|Devuan rootfs creation from scratch]] and [[Dev/Embedded/Rootfs/Devuan/Config|configuration]] | * [[Dev/Embedded/Rootfs/Devuan/FromScratch|Devuan rootfs creation from scratch]] and [[Dev/Embedded/Rootfs/Devuan/Config|configuration]] |
Revision as of 02:29, 30 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.
Here are direct links to :
though you really should consider reading all the information you will find on the main page about building your system from scratch.
Rootfs and UserLand
Create and configure the base system :
Rootfs backup or copy (doing it the right way)