Add step directives for installing onto SPI flash.
This commit is contained in:
parent
b53d460537
commit
b047e69741
2 changed files with 17 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2019/09/05 16:09:09 bouyer Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2019/09/19 04:47:02 thorpej Exp $
|
||||
|
||||
UBOOT_TARGET= a20-olinuxino-lime2-emmc
|
||||
UBOOT_CONFIG= A20-OLinuXino-Lime2-eMMC_defconfig
|
||||
|
@ -6,6 +6,6 @@ UBOOT_BIN= u-boot-sunxi-with-spl.bin
|
|||
|
||||
UBOOT_INSTALLBOOT_PLIST=installboot.plist
|
||||
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
|
||||
.include "../../sysutils/u-boot/u-boot-arm.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $NetBSD: installboot.plist,v 1.1 2019/07/12 05:08:38 thorpej Exp $ -->
|
||||
<!-- $NetBSD: installboot.plist,v 1.2 2019/09/19 04:47:03 thorpej Exp $ -->
|
||||
<!--
|
||||
Copyright (c) 2019 The NetBSD Foundation, Inc.
|
||||
All rights reserved.
|
||||
|
@ -33,7 +33,7 @@
|
|||
<dict>
|
||||
<key>description</key>
|
||||
<string>Olimex A20-OLinuXino-LIME2-eMMC</string>
|
||||
<key>u-boot-install</key>
|
||||
<key>u-boot-install-sdmmc</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>file-name</key>
|
||||
|
@ -42,6 +42,19 @@
|
|||
<integer>8192</integer>
|
||||
</dict>
|
||||
</array>
|
||||
<key>u-boot-install-emmc</key>
|
||||
<string>u-boot-install-sdmmc</string>
|
||||
<key>u-boot-install-spi</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>file-name</key>
|
||||
<string>u-boot-sunxi-with-spl.bin</string>
|
||||
<key>output-size</key>
|
||||
<integer>2097152</integer>
|
||||
<key>output-block-size</key>
|
||||
<integer>65536</integer>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Reference in a new issue