[U-Boot] howto write uboot to nand

2013-06-28 Thread kqt4at5v
I thought I should ask before I screw this up. I have a new uboot that I load with kwboot. It works fine and I want to write it to nand. I see many references to write it after loading with tftp but not kwboot. Can I do this? How? This is to a Guruplug. Using tftp tftp 0x640 u-boot.kwb nan

[U-Boot] uboot for zyxel nsa320

2012-07-13 Thread kqt4at5v
I have a new Zyxel NSA320. It is unmodified. At the uboot prompt I printenv and save all environment variables. Next I pulled code from https://github.com/psch2/uboot-nsa320, compiled and used kwboot to load new uboot. No problems so far. Now if I reload all environment variables I saved and bo

Re: [U-Boot] uboot for zyxel nsa320

2012-07-14 Thread kqt4at5v
On Sat, 14 Jul 2012, Luka Perkov wrote: Hi, On Fri, Jul 13, 2012 at 12:43:13PM -0500, kqt4a...@gmail.com wrote: I have a new Zyxel NSA320. It is unmodified. At the uboot prompt I printenv and save all environment variables. Next I pulled code from https://github.com/psch2/uboot-nsa320, compile

Re: [U-Boot] uboot for zyxel nsa320

2012-07-14 Thread kqt4at5v
On Sat, 14 Jul 2012, Luka Perkov wrote: Hi kqt4at5v, On Sat, Jul 14, 2012 at 04:51:13AM -0500, kqt4a...@gmail.com wrote: NSA320>> printenv bootargs=console=ttyS0,115200 mtdparts=nand_mtd:0x10(uboot),0x8(uboot_env),0x8(key_store),0x8(info),0xA0(etc),0xA0(ke

[U-Boot] cross compile suceeds but not usable

2012-07-19 Thread kqt4at5v
I downloaded the latest u-boot snapshot on 20120717, installed Sourcery CodeBench, set the CROSS_COMPILE variable, and compiled. There were no errors. When I try to load with kwboot it fails. If I build the same u-boot source on the target, Guruplug, with Debian Wheezy installed I get a usable