Dev/Embedded: Difference between revisions

From Embeded Linux (and more) Wiki by Nathael
< Dev
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
[[Dev/Embedded/CrossCompile|Setup cross-compilation environnement on Devuan GNU/Linux]]
[[Dev/Embedded/CrossCompile|Setup cross-compilation environnement on Devuan GNU/Linux]]


== Rootfs ==
== 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 and Userspace ==
[[Dev/Embedded/Rootfs|Create and configure Rootfs]] :
[[Dev/Embedded/Rootfs|Create and configure Rootfs]] :
: - BusyBox
* [[Dev/Embedded/Rootfs/BusyBox|Busybox]]
: - Devuan rootfs : creation from scratch and configuration]
* [[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

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

Create and configure Rootfs :

Rootfs backup or copy (doing it the right way)

Embedded targets