Dev/Embedded: Difference between revisions
< Dev
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
== Cross-compilation == | == Cross-compilation == | ||
[[Dev/Embedded/CrossCompile|Setup cross-compilation environnement on Devuan GNU/Linux]] | [[Dev/Embedded/CrossCompile|Setup cross-compilation environnement on Devuan GNU/Linux]] | ||
== Linux Kernel (and bootloader) == | |||
[[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 == |
Revision as of 12:46, 6 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
- - BusyBox
- - Devuan rootfs : creation from scratch and configuration]
Rootfs backup or copy (doing it the right way)