Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Thomas Buck e5c8b0dfd7 Added RPI Userland, GL il y a 8 ans
board Added RPI Userland, GL il y a 8 ans
buildroot @ 2b23ab47ad Newer buildroot and Linux versions, added gstreamer. il y a 8 ans
configs Added RPI Userland, GL il y a 8 ans
.gitignore Add Dropbear, missing files. il y a 8 ans
.gitmodules Initial commit il y a 8 ans
Config.in Initial commit il y a 8 ans
README.md Link to blog in Readme il y a 8 ans
build.sh Newer buildroot and Linux versions, added gstreamer. il y a 8 ans
external.mk Initial commit il y a 8 ans
flash.sh Automatically run dhcpd when cable is connected. Added ifplugd, omx stuff. il y a 8 ans

README.md

CamCorder-Buildroot

This is a buildroot project creating a bootable SD card Image for the Olimex iMX233-OLinuXino-Micro (and all other boards of this series).

U-Boot is used instead of the MXS-Bootlets to support SDHC cards. The current mainline Linux Kernel (4.4.1) has been used.

For more informations, read my blog post about this project.

Getting started

To build, first load the configuration, edit it if neccessary, and run the build:

./build.sh olinuxino_defconfig
./build.sh menuconfig
./build.sh

If this succeeds, insert your SD card, find out it’s identifier, and run this (replace sdc with your disk!):

./flash.sh /dev/sdc

Then eject the card, insert it into the OLinuXino, apply power and watch the boot console on the Debug Serial port.

Working with Git Submodules

To clone this repository, enter the following:

git clone https://xythobuz.de/git/CaseLights.git
git submodule init
git submodule update

When pulling changes from this repository, you may need to update the submodule:

git submodule update

Sources

This is mostly based on the olinuxino_defconfig included with buildroot. To get U-Boot to compile for the OLinuXino, I included this patch from here.