Board:cubietech/cubieboard: Difference between revisions

From coreboot
Jump to navigation Jump to search
(Created page with "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.")
 
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.
=== 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 [https://github.com/linux-sunxi/u-boot-sunxi/blob/sunxi/tools/mksunxiboot.c 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.

Revision as of 10:15, 10 January 2014

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

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.