Thomas Buck fc6330b9a8 Updated Readme | 8 年前 | |
---|---|---|
board/olinuxino | 8 年前 | |
buildroot @ ecf55c3f02 | 8 年前 | |
configs | 8 年前 | |
.gitignore | 8 年前 | |
.gitmodules | 8 年前 | |
Config.in | 8 年前 | |
README.md | 8 年前 | |
build.sh | 8 年前 | |
external.mk | 8 年前 | |
flash.sh | 8 年前 |
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.
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.
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
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.