embedded_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
embedded_linux [2012/03/26 17:11] – [ELC2010] adminembedded_linux [2025/10/31 22:20] (current) admin
Line 26: Line 26:
  
 libgcc is a low-level runtime library used by gcc-compiled code, e.g. to support complex arithmetic operations libgcc is a low-level runtime library used by gcc-compiled code, e.g. to support complex arithmetic operations
 +
 +===== Boot process =====
 +
 +  * https://www.0xkato.xyz/linux-boot/
  
  
Line 53: Line 57:
  
   * [[http://crosstool-ng.org/|crosstool-ng]]   * [[http://crosstool-ng.org/|crosstool-ng]]
-  * [[http://buildroot.uclibc.org/|Buildroot]] is a set of Makefiles and patches that make it easy to generate a cross-compilation toolchain and root filesystem for your target Linux system using the uClibc C library. Some instructions [[http://free-electrons.com/pub/conferences/2011/elce/using-buildroot-real-project.pdf|here]].+  * [[http://buildroot.uclibc.org/|Buildroot]] is a set of Makefiles and patches that make it easy to generate a cross-compilation toolchain and root filesystem for your target Linux system using the uClibc C library. Some instructions [[http://free-electrons.com/pub/conferences/2011/elce/using-buildroot-real-project.pdf|here]]. See http://autobuild.buildroot.org/.
   * [[http://www.pengutronix.de/software/ptxdist/index_en.html|PTXDist]] is a tool to create a Linux **root filesystem** (kernel, scripts, programs and libraries) for small/embedded computer systems. PTXDist provides a defined and repeatable way of building toolchains and root filesystems, consisting of open-source packages and user applications/libraries. In contrast to tools like OpenWrt or Buildroot, its principal library is glibc and not one of its lightweight counterparts like uclibc or dietlibc.   * [[http://www.pengutronix.de/software/ptxdist/index_en.html|PTXDist]] is a tool to create a Linux **root filesystem** (kernel, scripts, programs and libraries) for small/embedded computer systems. PTXDist provides a defined and repeatable way of building toolchains and root filesystems, consisting of open-source packages and user applications/libraries. In contrast to tools like OpenWrt or Buildroot, its principal library is glibc and not one of its lightweight counterparts like uclibc or dietlibc.
   * [[http://www.openembedded.org/index.php/Main_Page|Open Embedded]] is a software framework to create Linux distributions aimed at embedded devices.    * [[http://www.openembedded.org/index.php/Main_Page|Open Embedded]] is a software framework to create Linux distributions aimed at embedded devices. 
  • embedded_linux.1332781894.txt.gz
  • Last modified: 14 years ago
  • by admin