14 Jun, 2015
1 commit
-
To support the Armada 38x, new values for the request-delay and the
response-timeout are needed. As the values already implemented in
this tool (for Kirkwood and Armada XP) don't seem to work here.
To make this more flexible, lets add make those 2 parameters
configurable via the cmdline. Here the new parameters:-q : use specific request-delay
-s : use specific response-timeoutFor the Marvell DB-88F6820 these values are known to work:
One board:
-q 2 -s 12nd board:
-q 5 -s 5So this seems to be even board specific. But with this patch now
those values can be specified and tested via the cmdline.Signed-off-by: Stefan Roese
Cc: Kevin Smith
Cc: Dirk Eibach
Cc: Luka Perkov
23 Oct, 2014
1 commit
-
The barebox version of the kwboot tool has evolved a bit. To support
Armada XP and Dove. Additionally a few minor fixes have been applied.
So lets sync with the latest barebox version.Please note that the main difference between both versions now is, that
the U-Boot version still supports the -p option, to dynamically patch
an image for UART boot mode. I didn't test it now though.Signed-off-by: Stefan Roese
Tested-by: Luka Perkov
07 Jul, 2012
1 commit
-
The kwboot program boots boards based on Marvell's Kirkwood platform
via Xmodem over their integrated UART.Signed-off-by: Daniel Stodden
Acked-by: Luka Perkov
Tested-By: Holger Brunck
Tested-By: David Purdy
Tested-by: Simon Guinot