From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Stodden Date: Tue, 24 Apr 2012 16:31:54 -0700 Subject: [U-Boot] [PATCH] kwboot: Boot Marvell Kirkwood SoCs over a serial link. In-Reply-To: <20120424202823.GA11687@w500.lan> References: <20120423205937.40742200261@gemini.denx.de> <1335247641-10207-1-git-send-email-daniel.stodden@googlemail.com> <1335247641-10207-2-git-send-email-daniel.stodden@googlemail.com> <20120424202823.GA11687@w500.lan> Message-ID: <1335310314.30851.20.camel@espiritosanto> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2012-04-24 at 22:28 +0200, Luka Perkov wrote: > Hi Daniel, > > On Mon, Apr 23, 2012 at 11:07:21PM -0700, Daniel Stodden wrote: > > The kwboot program boots boards based on Marvell's Kirkwood platform > > via Xmodem over their integrated UART. > > > > Signed-off-by: Daniel Stodden > > --- > > doc/kwboot.1 | 84 +++++++ > > tools/Makefile | 6 + > > tools/kwboot.c | 750 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > 3 files changed, 840 insertions(+) > > create mode 100644 doc/kwboot.1 > > create mode 100644 tools/kwboot.c > > I'm wondering if this tool does the same thing as this one: > > http://www.solinno.co.uk/public/kwuartboot/ > > If yes I can test it and give my comment on the patch. Yup, same thing. I used the above for a while. Obviously -- same startup spinner. |/-\ :). Then decided I wanted this packaged in u-boot-tools. Rewrote after after playing with various timings, moving to mmap(), kwbimage.h, adding term mode, etc. It works pretty reliably for me. Let me know if not find sth. Especially if see more than a couple '+' chars popping up during upload (I never do, unless I deliberately scratch the TX line. Should propbably have tested with a longer cable.). Thanks, Daniel