From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luka Perkov Date: Sat, 14 Jul 2012 20:47:40 +0200 Subject: [U-Boot] uboot for zyxel nsa320 In-Reply-To: References: <20120713232007.GA703@w500.iskon.local> Message-ID: <20120714184740.GA10324@w500.lan> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi kqt4at5v, On Sat, Jul 14, 2012 at 04:51:13AM -0500, kqt4at5v at gmail.com wrote: > NSA320>> printenv > bootargs=console=ttyS0,115200 mtdparts=nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) root=/dev/nfs rw init=/init > bootcmd=nand read.e 0x2000000 $(kernel_addr) 0xA00000; bootm 0x2000000 > bootdelay=2 > baudrate=115200 > loads_echo=0 > eth1addr=00:19:CB:00:51:82 > ipaddr=10.4.50.165 > serverip=10.4.50.5 > rootpath=/mnt/ARM_FS/ > netmask=255.255.255.0 > nandEcc=1bit > MODEL_ID=DD01 > PRODUCT_NAME=NSA-320 > FEATURE_BIT=00 > CONTRY_TYPE=FF > VENDOR_NAME=ZyXEL Communications Corp. This is not from official uboot. Either your kernel that you are trying to boot is is not good or you did not set serial output correctly. Luka