[Buildroot] [PATCH 1/1] board/ci20: Implement creation of a basic sdcard image for ci20

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Jan 9 14:38:54 UTC 2018


Hello,

On Tue,  9 Jan 2018 14:29:02 +0100, Johannes Schmitz wrote:
> Add a genimage.cfg and post-image.sh to create a working sdcard.img for
> the ci20 hardware. We also need a uboot-env.txt to create the partition
> for the uboot environment.
> 
> Update the board/ci20/readme.txt with the related information. Remove
> the tftp netboot description from the readme as it is already to
> complicated for a basic bootable example.
> 
> Fix the toolchain-wrapper to support more recent GCC versions concerning
> the MIPS XBurst architecture used by ci20.
> 
> Signed-off-by: Johannes Schmitz <johannes.schmitz1 at gmail.com>

Thanks for this new iteration!

> ---
>  board/ci20/genimage.cfg        | 29 +++++++++++++++++++++++
>  board/ci20/post-image.sh       | 16 +++++++++++++

This script is no longer needed/used by your patch, since you use the
generic genimage.sh script.

>  board/ci20/readme.txt          | 54 +++++++++++++++++++++++-------------------
>  board/ci20/uboot-env.txt       | 10 ++++++++
>  configs/ci20_defconfig         | 11 +++++++++
>  toolchain/toolchain-wrapper.c  | 10 ++++++--
>  toolchain/toolchain-wrapper.mk |  6 ++++-

The toolchain changes are really unrelated, they shouldn't be part of
the same patch.

Best regards,

Thomas Petazzoni
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com


More information about the buildroot mailing list