Re: Zyxel NSA320 : basic support for Debian installation May 13, 2013 05:20PM |
Registered: 13 years ago Posts: 157 |
Re: Zyxel NSA320 : basic support for Debian installation May 14, 2013 04:13AM |
Registered: 13 years ago Posts: 157 |
Re: Zyxel NSA320 : basic support for Debian installation May 25, 2013 02:53AM |
Registered: 13 years ago Posts: 23 |
Re: Zyxel NSA320 : basic support for Debian installation June 03, 2013 02:35PM |
Registered: 13 years ago Posts: 157 |
mindm49907
Re: Zyxel NSA320 : basic support for Debian installation July 31, 2013 10:55AM |
Re: Zyxel NSA320 : basic support for Debian installation July 31, 2013 11:47PM |
Admin Registered: 14 years ago Posts: 19,236 |
mindm49907
Re: Zyxel NSA320 : basic support for Debian installation August 01, 2013 05:07AM |
usb start fatload usb 0:1 0x800000 uboot.kwb nand erase 0x0 0x80000 nand write 0x800000 0x0 0x80000
NSA320> fatload usb 0:1 0x800000 uboot.kwb reading uboot.kwb 524288 bytes read NSA320> nand erase 0x0 0x80000 NAND erase: device 0 offset 0x0, size 0x80000 Skipping bad block at 0x00040000 Skipping bad block at 0x00060000 OK NSA320> nand write 0x800000 0x0 0x80000 NAND write: device 0 offset 0x0, size 0x80000 Skip bad block 0x00040000 Skip bad block 0x00060000 524288 bytes written: OK
Re: Zyxel NSA320 : basic support for Debian installation August 01, 2013 08:06AM |
Registered: 12 years ago Posts: 36 |
mindm49907
Re: Zyxel NSA320 : basic support for Debian installation August 01, 2013 08:49AM |
picocom -b 115200 /dev/ttyUSB0
nand write.einstead of
nand writewhich is mentioned there. Sorry if i got you on the wrong track with this.
Re: Zyxel NSA320 : basic support for Debian installation August 01, 2013 01:57PM |
Registered: 12 years ago Posts: 36 |
Re: Zyxel NSA320 : basic support for Debian installation August 02, 2013 02:27AM |
Admin Registered: 14 years ago Posts: 19,236 |
mindm49907
Re: Zyxel NSA320 : basic support for Debian installation August 05, 2013 01:01AM |
NSA320> printenv arcNumber=3956 baudrate=115200 boot_sata1=mw 0x800000 0 1; setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10 $mtdparts; ide reset; ext2load ide 0:1 0x800000 /boot/uImage; ext2load ide 0:1 0x01100000 /boot/uInitrd; bootm 0x00800000 0x01100000 boot_sata2=mw 0x800000 0 1; setenv bootargs console=ttyS0,115200 root=/dev/sdb1 rootdelay=10 $mtdparts; ide reset; ext2load ide 1:1 0x800000 /boot/uImage; ext2load ide 1:1 0x01100000 /boot/uInitrd; bootm 0x00800000 0x01100000 bootcmd=run boot_sata1; run boot_sata2; run bootcmd_usb; usb stop; run bootcmd_rescue; reset bootcmd_usb=run usb_init; run usb_load_uimage; run set_bootargs_usb; run usb_boot; bootdelay=3 console=ttyS0,115200 ethact=egiga0 ethaddr=c8:6c:87:12:34:56 filesize=80000 if_netconsole=ping $serverip ipaddr=192.168.11.150 mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:1M(u-boot),512K(uboot_env),512K(key_store),512K(info),10M(etc),10M(kernel_1),48896K(rootfs1),10M(kernel_2),-(rootfs2) nand_erasesize=20000 nand_oobsize=40 nand_writesize=800 netmask=255.255.255.0 partition=nand0,2 preboot=run if_netconsole start_netconsole serverip=192.168.11.149 set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial usb_boot=if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000;else bootm 0x800000;fi; usb_device=0:1 usb_init=usb start usb_load_uimage=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage usb_root=LABEL=USBROOT usb_rootdelay=10 usb_rootfstype=ext2 Environment size: 1802/131068 bytes
Re: Zyxel NSA320 : basic support for Debian installation August 05, 2013 02:31AM |
Registered: 13 years ago Posts: 157 |
Re: Zyxel NSA320 : basic support for Debian installation August 05, 2013 03:14AM |
Admin Registered: 14 years ago Posts: 19,236 |
Re: Zyxel NSA320 : basic support for Debian installation August 05, 2013 04:58AM |
Registered: 13 years ago Posts: 157 |
U-Boot 2011.12 (May 03 2012 - 17:04:23) ZyXEL NSA320 2-Bay Power Media Server arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1 GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709 Hit any key to stop autoboot: 0
└──> uname -a Linux bigdata-on-arm-bd3 3.8.11-kirkwood-tld-3 #2 PREEMPT Fri Jun 14 07:51:05 PDT 2013 armv5tel GNU/Linux
Re: Zyxel NSA320 : basic support for Debian installation August 06, 2013 12:30AM |
Admin Registered: 14 years ago Posts: 19,236 |
mindm49907
Re: Zyxel NSA320 : basic support for Debian installation August 06, 2013 01:23AM |
Re: Zyxel NSA320 : basic support for Debian installation August 06, 2013 03:01AM |
Admin Registered: 14 years ago Posts: 19,236 |
mindm49907
Re: Zyxel NSA320 : basic support for Debian installation August 06, 2013 02:29PM |
Re: Zyxel NSA320 : basic support for Debian installation August 07, 2013 12:22AM |
Admin Registered: 14 years ago Posts: 19,236 |
Flashing uBoot on Pogoplug E02 with bad block at 0x60000 #cd /tmp #flash_erase /dev/mtd0 0 5 Erase Total 5 Units Performing Flash Erase of length 131072 at offset 0x60000 MTD Erase failure: Input/output error #nandwrite /dev/mtd0 uboot.pogoplugE02-L2Coff-arcNumFixed.kwb Writing data to block 0 at offset 0x0 Writing data to block 1 at offset 0x20000 Writing data to block 2 at offset 0x40000 Writing data to block 3 at offset 0x60000 Bad block at 60000, 1 block(s) from 60000 will be skipped Writing data to block 4 at offset 0x80000 #nanddump -nof /tmp/uBoot1.dump -l 0x60000 /dev/mtd0 Block size 131072, page size 2048, OOB size 64 Dumping data starting at 0x00000000 and ending at 0x00060000... #nanddump -nof /tmp/uBoot2.dump -l 0x20000 -s 0x80000 /dev/mtd0 Block size 131072, page size 2048, OOB size 64 Dumping data starting at 0x00080000 and ending at 0x000a0000... #cat uBoot1.dump uBoot2.dump > uBoot.dump #diff -s uboot.pogoplugE02-L2Coff-arcNumFixed.kwb uBoot.dump Files uboot.pogoplugE02-L2Coff-arcNumFixed.kwb and uBoot.dump are identical reboot
NSA320> nand erase 0x0 0x80000to
NSA320> nand erase 0x0 0xc0000
Paul Krupa
Re: Zyxel NSA320 : basic support for Debian installation August 07, 2013 10:13AM |
mindm49907
Re: Zyxel NSA320 : basic support for Debian installation August 12, 2013 02:24AM |
Re: Zyxel NSA320 : basic support for Debian installation August 15, 2013 07:38PM |
Registered: 11 years ago Posts: 42 |
Re: Zyxel NSA320 : basic support for Debian installation August 16, 2013 12:30AM |
Admin Registered: 14 years ago Posts: 19,236 |
Re: Zyxel NSA320 : basic support for Debian installation August 17, 2013 10:23AM |
Registered: 11 years ago Posts: 42 |
Re: Zyxel NSA320 : basic support for Debian installation August 18, 2013 06:35PM |
Admin Registered: 14 years ago Posts: 19,236 |
mindm49907
Re: Zyxel NSA320 : basic support for Debian installation August 19, 2013 10:23AM |
Re: Zyxel NSA320 : basic support for Debian installation August 21, 2013 02:55AM |
Admin Registered: 14 years ago Posts: 19,236 |
Re: Zyxel NSA320 : basic support for Debian installation August 21, 2013 08:00AM |
Registered: 14 years ago Posts: 20 |
Re: Zyxel NSA320 : basic support for Debian installation August 26, 2013 01:13PM |
Registered: 13 years ago Posts: 23 |