Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Thomas Buck 4199f2e968 Newest buildroot, small flash.sh fixes, disabled ccache, removed gst-opengl. před 8 roky
board Added RPI Userland, GL před 8 roky
buildroot @ 318a4d8489 Newest buildroot, small flash.sh fixes, disabled ccache, removed gst-opengl. před 8 roky
configs Newest buildroot, small flash.sh fixes, disabled ccache, removed gst-opengl. před 8 roky
.gitignore Add Dropbear, missing files. před 8 roky
.gitmodules Initial commit před 8 roky
Config.in Initial commit před 8 roky
README.md Link to blog in Readme před 8 roky
build.sh Newer buildroot and Linux versions, added gstreamer. před 8 roky
external.mk Initial commit před 8 roky
flash.sh Newest buildroot, small flash.sh fixes, disabled ccache, removed gst-opengl. před 8 roky

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.