Dev/Embedded: Difference between revisions

From Embeded Linux (and more) Wiki by Nathael
< Dev
Jump to navigation Jump to search
No edit summary
No edit summary
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 ==
Line 6: Line 7:


== Rootfs ==
== Rootfs ==
[[Dev/Embedded/Rootfs|Create and configure Rootfs]]
[[Dev/Embedded/Rootfs|Create and configure Rootfs]] :
: - BusyBox
: - 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]]

Revision as of 12:03, 6 December 2024

General

Cross-compilation

Setup cross-compilation environnement on Devuan GNU/Linux

Rootfs

Create and configure Rootfs :

- BusyBox
- Devuan rootfs : creation from scratch and configuration]

Rootfs backup or copy (doing it the right way)

Embedded targets