Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende Überarbeitung | |||
| software:linux:buildroot:buildrootsystemerstellen [2017-06-07 15:06] – kalberer | software:linux:buildroot:buildrootsystemerstellen [2017-06-07 15:20] (aktuell) – kalberer | ||
|---|---|---|---|
| Zeile 11: | Zeile 11: | ||
| Bildroot will build a rootfs image from your config and if you want to add some specific files and users this can be done with a rootfs overlay and a user file. | Bildroot will build a rootfs image from your config and if you want to add some specific files and users this can be done with a rootfs overlay and a user file. | ||
| - | The current rootfsOverlay for the iMX6 running a 3.14 Preempt RT Kernel can be found on [[https:// | + | The current rootfsOverlay for the iMX6 running a 3.14 Preempt RT Kernel can be found on [[https:// |
| + | * Kernel modules for [[http:// | ||
| + | * Startup Script to load the FPGA at boot-time and load the needed kernel modules for flink (/ | ||
| + | * FPGA config file (/ | ||
| + | * firmware for a Edimax Wifi Stick (EW-7811) (/ | ||
| + | * flink Userspace Library (/ | ||
| + | * symlinks for all libraries from /usr/lib to / | ||
| + | * initial-setup script: Since our rootfs is mounted read-only it will mount the filesystem read-write so that the SSH-Keys can be generated. Also the read-write mounted data partition is formatted initially (/ | ||
| + | The path to the rootfs overlay has to be entered in your Buildroot config at '' | ||
| + | |||
| + | If you want to add additional users (except root), you can add a user table file to Buildroot. The path to this file needs to be entered in your Buildroot config at '' | ||