Dev/Embedded: Difference between revisions

From Embeded Linux (and more) Wiki by Nathael
< Dev
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== General ==
== General ==
* [[Dev/Embedded/NotOEYocto|Do not use Yocto or OpenEmbeded]] (or their predecessors).
* [[Dev/Embedded/NotOEYocto|Do not use Yocto or OpenEmbeded]] (or their predecessors).
* [[Dev/Embedded/Openness|Open-source matters]] (or why I don't use RaspberryPi boards)


== Cross-compilation ==
== Cross-compilation ==
[[Dev/Embedded/CrossCompile|Setup cross-compilation environnement on Devuan GNU/Linux]]


== [[Dev/Embedded/Rootfs|Create and configure 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/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)
 
== Embedded targets ==
* [[Dev/BeagleBone|BeagleBone boards]]
* [[Dev/OPi|OrangePi boards]]

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