* barebox: plathome-openblocks-a6/kwbimage.cfg is missed
@ 2019-01-11 7:45 Antony Pavlov
2019-01-11 8:23 ` Uwe Kleine-König
0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2019-01-11 7:45 UTC (permalink / raw)
To: Ezequiel Garcia; +Cc: barebox, Uwe Kleine-König
Hi!
It looks like the file arch/arm/boards/plathome-openblocks-a6/kwbimage.cfg is missed.
Here is my build log quotes:
git clone git://git.pengutronix.de/git/barebox.git
cd barebox
git describe
v2018.12.0-140-g64fc4ac1b
touch arch/arm/boards/globalscale-mirabox/binary.0
touch arch/arm/boards/lenovo-ix4-300d/binary.0
touch arch/arm/boards/marvell-armada-xp-gp/binary.0
touch arch/arm/boards/netgear-rn104/binary.0
touch arch/arm/boards/plathome-openblocks-ax3/binary.0
CROSS_COMPILE=arm-linux-gnueabi- ./MAKEALL -a arm mvebu_defconfig
...
Could not open input file /home/builduser/barebox/arch/arm/boards/plathome-openblocks-a6/kwbimage.cfg
--
Best regards,
Antony Pavlov
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: barebox: plathome-openblocks-a6/kwbimage.cfg is missed
2019-01-11 7:45 barebox: plathome-openblocks-a6/kwbimage.cfg is missed Antony Pavlov
@ 2019-01-11 8:23 ` Uwe Kleine-König
0 siblings, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2019-01-11 8:23 UTC (permalink / raw)
To: Antony Pavlov; +Cc: barebox, Ezequiel Garcia
[fixed e-mail address of Ezequiel, added Sebastian to Cc:]
Hello,
On Fri, Jan 11, 2019 at 10:45:41AM +0300, Antony Pavlov wrote:
> Hi!
>
> It looks like the file arch/arm/boards/plathome-openblocks-a6/kwbimage.cfg is missed.
>
> Here is my build log quotes:
>
> git clone git://git.pengutronix.de/git/barebox.git
> cd barebox
> git describe
> v2018.12.0-140-g64fc4ac1b
>
> touch arch/arm/boards/globalscale-mirabox/binary.0
> touch arch/arm/boards/lenovo-ix4-300d/binary.0
> touch arch/arm/boards/marvell-armada-xp-gp/binary.0
> touch arch/arm/boards/netgear-rn104/binary.0
> touch arch/arm/boards/plathome-openblocks-ax3/binary.0
>
> CROSS_COMPILE=arm-linux-gnueabi- ./MAKEALL -a arm mvebu_defconfig
>
> ...
>
> Could not open input file /home/builduser/barebox/arch/arm/boards/plathome-openblocks-a6/kwbimage.cfg
That problem goes back to v2014.08.0-242-g906afb533186 ("ARM: mvebu: Add
Plat'home's Kirkwood Openblocks A6 board support")
I didn't find vendor U-Boot sources for that machine, also mainline
U-Boot doesn't seem to support it.
According to the dts/src/arm/kirkwood-openblocks_a6.dts
that device has an "uboot" partition in NAND. So I suggest:
diff --git a/arch/arm/boards/plathome-openblocks-a6/kwbimage.cfg b/arch/arm/boards/plathome-openblocks-a6/kwbimage.cfg
new file mode 100644
index 000000000000..ba3011736fb7
--- /dev/null
+++ b/arch/arm/boards/plathome-openblocks-a6/kwbimage.cfg
@@ -0,0 +1,3 @@
+VERSION 1
+BOOT_FROM nand
+BINARY ./binary.0 0000005b 00000068
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-01-11 8:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-11 7:45 barebox: plathome-openblocks-a6/kwbimage.cfg is missed Antony Pavlov
2019-01-11 8:23 ` Uwe Kleine-König
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox