Board:cubietech/cubieboard: Difference between revisions

From coreboot
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Whoa! Slow down cowboy! [http://review.coreboot.org/#/q/status:open+project:coreboot+branch:master+topic:cubieboard/a10,n,z Go review], then come back.
Whoa! Slow down cowboy! [http://review.coreboot.org/#/q/status:open+project:coreboot+branch:master+topic:cubieboard/a10,n,z Go review], then come back.
== TODOs ==
* Integrate mksunxiboot into our buildsystem
* Figure out how to move bootblock and CBFS header to make room for BOOT0 header.
* Figure out the whole MMC/blockdev/NAND shenanigance


== Build ==
== Build ==

Revision as of 10:18, 10 January 2014

Whoa! Slow down cowboy! Go review, then come back.

TODOs

  • Integrate mksunxiboot into our buildsystem
  • Figure out how to move bootblock and CBFS header to make room for BOOT0 header.
  • Figure out the whole MMC/blockdev/NAND shenanigance

Build

Build prerequisites

mksunxiboot

The BROM will only load our bootblock, if it finds a signature, and a correct checksum. These are currently added with mxsunxiboot. The source is available from sunxi uboot. Since this tool is not yet integrated into our build system, the build will silently fail to produce a bootable image if mksunxiboot is not in PATH.