Skip to content

U-boot Project Based on "Das U-Boot" Source Tree

Notifications You must be signed in to change notification settings

CreatorDev/u-boot

Folders and files

NameName
Last commit message
Last commit date
Apr 23, 2015
Sep 15, 2015
Oct 21, 2016
Dec 21, 2016
Dec 5, 2016
Nov 20, 2015
Sep 11, 2015
Sep 14, 2016
Dec 2, 2016
Oct 3, 2015
May 19, 2015
Oct 11, 2015
Oct 4, 2017
Oct 18, 2016
Nov 20, 2015
Sep 30, 2015
May 6, 2015
Nov 20, 2015
Oct 11, 2015
Nov 4, 2016
Jun 25, 2013
Aug 5, 2015
Jul 22, 2014
Mar 17, 2015
Jan 6, 2017
Jul 27, 2015
Sep 28, 2015
May 16, 2015
Jul 14, 2015
Feb 21, 2017
Oct 11, 2015
Jan 6, 2017
Aug 5, 2015
Aug 6, 2010

Repository files navigation

Using u-boot on Creator (Ci40) Marduk platform

Toolchain setup

If you are using the toolchain produced by OpenWrt you must setup the environment as explained here.

For the MIPS official toolchain see here.

Configure and build it

$ make CROSS_COMPILE=<toolchain-prefix> pistachio_marduk_defconfig
$ make CROSS_COMPILE=<toolchain-prefix>

This will generate u-boot-pistachio_<board_name>-<version>.img

eg. u-boot-pistachio_marduk-2015.10-v1.0.4.img

OR u-boot-pistachio_<board_name>-<version>-<githash>.img, if there are extra commits above the tag.

e.g. u-boot-pistachio_marduk-2015.10-v1.0.4-g75cbe38.img

Flash it onto your Ci40

See our docs.