Skip to content
/ u-boot Public
forked from CreatorDev/u-boot

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

Notifications You must be signed in to change notification settings

immolo/u-boot

 
 

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.

If building your own toolchain then note binutils-2.33.1 or earlier is required.

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.6%
  • Assembly 2.0%
  • Python 0.9%
  • Makefile 0.7%
  • Perl 0.5%
  • Shell 0.2%
  • Other 0.1%