Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 16, 2014 08:36PM |
Admin Registered: 14 years ago Posts: 19,426 |
heychris1
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 16, 2014 08:39PM |
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 16, 2014 09:05PM |
Admin Registered: 14 years ago Posts: 19,426 |
heychris1
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 16, 2014 10:39PM |
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 17, 2014 12:50AM |
Admin Registered: 14 years ago Posts: 19,426 |
Linux debian 2.6.33-2-kirkwood #4 Thu Aug 5 18:42:13 UTC 2010 armv5tel
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 17, 2014 04:10AM |
Registered: 11 years ago Posts: 6 |
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- EXTRAVERSION=-5-kirkwood KDEB_PKGVERSION=1.0.kirkwood KBUILD_DEBARCH=armel deb-pkgI'm receiving following error:
arch/arm/mach-kirkwood/built-in.o: In function `netgear_ms2110_init': netgear_ms2110-setup.c:(.init.text+0xca4): undefined reference to `kirkwood_mpp_conf' arch/arm/mach-kirkwood/built-in.o:(.arch.info.init+0x3c): undefined reference to `kirkwood_init_irq' make: *** [vmlinux] Błąd 1
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 17, 2014 11:32AM |
Admin Registered: 14 years ago Posts: 19,426 |
Quote
> arch/arm/mach-kirkwood/built-in.o: In function
> `netgear_ms2110_init':
> netgear_ms2110-setup.c:(.init.text+0xca4):
> undefined reference to `kirkwood_mpp_conf'
> arch/arm/mach-kirkwood/built-in.o:(.arch.info.init
> +0x3c): undefined reference to
> `kirkwood_init_irq'
> make: *** [vmlinux] Błąd 1
heychris1
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 17, 2014 01:48PM |
It is based on Linux 3.10 (longterm maintenance release) and uses Debian's default config for kirkwood. Unlike johnou's kernel it doesn't include some nice patches but it supports ext4fs and other stuff.
ide_inb (dev= 0, port= 0x11c) : @ 0xf108211c -> 0x50 ide_outb (dev= 0, port= 0x108, val= 0x01) : @ 0xf1082108 ide_outb (dev= 0, port= 0x10c, val= 0x95) : @ 0xf108210c ide_outb (dev= 0, port= 0x110, val= 0x78) : @ 0xf1082110 ide_outb (dev= 0, port= 0x114, val= 0x06) : @ 0xf1082114 ide_outb (dev= 0, port= 0x118, val= 0xe0) : @ 0xf1082118 ide_outb (dev= 0, port= 0x11c, val= 0x20) : @ 0xf108211c
heychris1
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 17, 2014 03:19PM |
SoC: Kirkwood 88F6281_A1 DRAM: 128 MiB WARNING: Caches not enabled NAND: 256 MiB In: serial Out: serial Err: serial Net: egiga0 PHY reset timed out 88E1116 Initialized on egiga0 Using egiga0 device host 192.168.2.65 is alive Uncompressing Linux... done, booting the kernel. [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct
root@debian:~# fw_printenv arcNumber=2743 baudrate=115200 boot_sata1=mw 0x200000 0 1; setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10 $mtdparts; ide reset; ext2load ide 0:1 0x200000 /boot/uImage; ext2load ide 0:1 0x800000 /boot/uInitrd; bootm 0x00800000 0x800000 boot_sata2=mw 0x200000 0 1; setenv bootargs console=ttyS0,115200 root=/dev/sdb1 rootdelay=10 $mtdparts; ide reset; ext2load ide 1:1 0x200000 /boot/uImage; ext2load ide 1:1 0x800000 /boot/uInitrd; bootm 0x00800000 0x800000 bootcmd_rescue=run set_bootargs_rescue; nand read.e 0x200000 0x4640000 0xa00000; bootm 0x200000 bootcmd_sata=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=c0:3f:0e:45:70:ec fileaddr=800000 filesize=80000 force_rescue=0 force_rescue_bootcmd=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi if_netconsole=ping $serverip ipaddr=192.168.2.250 led_error=orange blinking led_exit=green off led_init=green blinking 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) netmask=255.255.255.0 partition=nand0,2 pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi preboot=run if_netconsole start_netconsole rescue_bootcmd=if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi rescue_installed=1 rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params serverip=192.168.2.65 set_bootargs_rescue=setenv bootargs console=$console ubi.mtd=8 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootstype $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 ubifs_bootcmd=run ubifs_set_bootargs; if ubi part data && ubifsmount rootfs && ubifsload 0x800000 /boot/uImage && ubifsload 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; fi ubifs_mtd=3 ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params usb_boot=if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x200000 0x1100000;else bootm 0x200000;fi; usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot usb_device=0:1 usb_init=usb start usb_load_uimage=mw 0x200000 0 1; ext2load usb $usb_device 0x200000 /boot/uImage usb_root=LABEL=rootfs usb_rootdelay=10 usb_rootfstype=ext2 usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $usb_scan_done -eq 0 && ext2load usb $usb 0x800000 /boot/uImage 1; then usb_scan_done=1; echo "Found bootable drive on usb $usb"; setenv usb_device $usb; setenv usb_root /dev/$dev; fi; done usb_scan_1=usb=0:1 dev=sda1 usb_scan_2=usb=1:1 dev=sdb1 usb_scan_3=usb=2:1 dev=sdc1 usb_scan_4=usb=3:1 dev=sdd1 usb_scan_list=1 2 3 4 usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params x_bootargs=console=ttyS0,115200 mtdparts=orion_nand:1m(uboot),4m@1m(kernel),251m@5m(rootfs) rw x_bootargs_root=ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs x_bootcmd_kernel=nand read 0x80000 0x100000 0x400000 x_bootcmd_usb=usb start bootcmd=run bootcmd_usb; run boot_sata1; run boot_sata2; usb stop; run bootcmd_rescue; reset
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 17, 2014 03:24PM |
Admin Registered: 14 years ago Posts: 19,426 |
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 17, 2014 03:28PM |
Admin Registered: 14 years ago Posts: 19,426 |
> SoC: Kirkwood 88F6281_A1 > DRAM: 128 MiB > WARNING: Caches not enabled > NAND: 256 MiB > In: serial > Out: serial > Err: serial > Net: egiga0 > PHY reset timed out > 88E1116 Initialized on egiga0 > Using egiga0 device > host 192.168.2.65 is alive > Uncompressing Linux... done, booting the kernel. > [ 0.000000] Booting Linux on physical CPU 0x0 > [ 0.000000] Initializing cgroup subsys cpuset > [ 0.000000] Initializing cgroup subsys cpu > [ 0.000000] Initializing cgroup subsys cpuacct >>
> root@debian:~# fw_printenv > arcNumber=2743 > baudrate=115200 > boot_sata1=mw 0x200000 0 1; setenv bootargs > console=ttyS0,115200 root=/dev/sda1 rootdelay=10 > $mtdparts; ide reset; ext2load ide 0:1 0x200000 > /boot/uImage; ext2load ide 0:1 0x800000 > /boot/uInitrd; bootm 0x00800000 0x800000 > boot_sata2=mw 0x200000 0 1; setenv bootargs > console=ttyS0,115200 root=/dev/sdb1 rootdelay=10 > $mtdparts; ide reset; ext2load ide 1:1 0x200000 > /boot/uImage; ext2load ide 1:1 0x800000 > /boot/uInitrd; bootm 0x00800000 0x800000 > bootcmd_rescue=run set_bootargs_rescue; nand > read.e 0x200000 0x4640000 0xa00000; bootm > 0x200000 > bootcmd_sata=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=c0:3f:0e:45:70:ec > fileaddr=800000 > filesize=80000 > force_rescue=0 > force_rescue_bootcmd=if test $force_rescue -eq 1 > || ext2load usb 0:1 0x1700000 /rescueme 1 || > fatload usb 0:1 0x1700000 /rescueme.txt 1; then > run rescue_bootcmd; fi > if_netconsole=ping $serverip > ipaddr=192.168.2.250 > led_error=orange blinking > led_exit=green off > led_init=green blinking > mainlineLinux=yes > mtdids=nand0=orion_nand > mtdparts=mtdparts=orion_nand:1M(u-boot),512K(uboot > _env),512K(key_store),512K(info),10M(etc),10M(kern > el_1),48896K(rootfs1),10M(kernel_2),-(rootfs2) > netmask=255.255.255.0 > partition=nand0,2 > pogo_bootcmd=if fsload uboot-original-mtd0.kwb; > then go 0x800200; fi > preboot=run if_netconsole start_netconsole > rescue_bootcmd=if test $rescue_installed -eq 1; > then run rescue_set_bootargs; nand read.e 0x800000 > 0x100000 0x400000; bootm 0x800000; else run > pogo_bootcmd; fi > rescue_installed=1 > rescue_set_bootargs=setenv bootargs > console=$console ubi.mtd=2 root=ubi0:rootfs ro > rootfstype=ubifs $mtdparts $rescue_custom_params > serverip=192.168.2.65 > set_bootargs_rescue=setenv bootargs > console=$console ubi.mtd=8 root=ubi0:rootfs ro > rootfstype=ubifs $mtdparts > set_bootargs_usb=setenv bootargs console=$console > root=$usb_root rootdelay=$usb_rootdelay > rootfstype=$usb_rootstype $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 > ubifs_bootcmd=run ubifs_set_bootargs; if ubi part > data && ubifsmount rootfs && ubifsload 0x800000 > /boot/uImage && ubifsload 0x1100000 /boot/uInitrd; > then bootm 0x800000 0x1100000; fi > ubifs_mtd=3 > ubifs_set_bootargs=setenv bootargs > console=$console ubi.mtd=$ubifs_mtd > root=ubi0:rootfs rootfstype=ubifs $mtdparts > $ubifs_custom_params > usb_boot=if ext2load usb $usb_device 0x1100000 > /boot/uInitrd; then bootm 0x200000 0x1100000;else > bootm 0x200000;fi; > usb_bootcmd=run usb_init; run usb_set_bootargs; > run usb_boot > usb_device=0:1 > usb_init=usb start > usb_load_uimage=mw 0x200000 0 1; ext2load usb > $usb_device 0x200000 /boot/uImage > usb_root=LABEL=rootfs > usb_rootdelay=10 > usb_rootfstype=ext2 > usb_scan=usb_scan_done=0;for scan in > $usb_scan_list; do run usb_scan_$scan; if test > $usb_scan_done -eq 0 && ext2load usb $usb 0x800000 > /boot/uImage 1; then usb_scan_done=1; echo "Found > bootable drive on usb $usb"; setenv usb_device > $usb; setenv usb_root /dev/$dev; fi; done > usb_scan_1=usb=0:1 dev=sda1 > usb_scan_2=usb=1:1 dev=sdb1 > usb_scan_3=usb=2:1 dev=sdc1 > usb_scan_4=usb=3:1 dev=sdd1 > usb_scan_list=1 2 3 4 > usb_set_bootargs=setenv bootargs console=$console > root=$usb_root rootdelay=$usb_rootdelay > rootfstype=$usb_rootfstype $mtdparts > $usb_custom_params > x_bootargs=console=ttyS0,115200 > mtdparts=orion_nand:1m(uboot),4m@1m(kernel),251m@5 > m(rootfs) rw > x_bootargs_root=ubi.mtd=2 root=ubi0:rootfs > rootfstype=ubifs > x_bootcmd_kernel=nand read 0x80000 0x100000 > 0x400000 > x_bootcmd_usb=usb start > bootcmd=run bootcmd_usb; run boot_sata1; run > boot_sata2; usb stop; run bootcmd_rescue; reset > >
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 17, 2014 04:13PM |
Registered: 11 years ago Posts: 6 |
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 17, 2014 04:35PM |
Admin Registered: 14 years ago Posts: 19,426 |
heychris1
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 17, 2014 05:26PM |
heychris1
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 17, 2014 05:38PM |
setenv serverip 192.168.0.100 setenv ipaddr 192.168.0.200 tftp 0x800000 uboot.2013.10.tld-2.netgear_ms2110.mtd0.kwb nand erase 0x0 0x80000 nand write.e 0x800000 0x0 0x80000Right away I reset, I've seen things not quite work out when I start changing variables before a reboot.
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 18, 2014 01:33AM |
Admin Registered: 14 years ago Posts: 19,426 |
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 23, 2014 09:26PM |
Admin Registered: 14 years ago Posts: 19,426 |
Heychris1
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 23, 2014 11:01PM |
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 24, 2014 12:13AM |
Admin Registered: 14 years ago Posts: 19,426 |
Quote
I suppose I should let all the guys over at openstora.com know that it's working again?
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 24, 2014 03:40AM |
Admin Registered: 14 years ago Posts: 19,426 |
heychris1
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 25, 2014 01:54PM |
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 25, 2014 04:28PM |
Admin Registered: 14 years ago Posts: 19,426 |
heychris1
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 25, 2014 09:59PM |
Reset IDE: Bus 0: OK Bus 1: not available Device 0: Model: Hitachi HDS722020ALA330 Firm: JKAOA3EA Ser#: JK1104B8GE6THW Type: Hard Disk Supports 48-bit addressing Capacity: 1907729.0 MB = 1863.0 GB (3907029168 x 512) Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** Wrong Image Format for bootm command ERROR: can't get kernel image!
heychris1
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 25, 2014 11:05PM |
[ 13.554904] ata1: SATA max UDMA/133 irq 21 [ 13.559023] ata2: SATA max UDMA/133 irq 21 [ 13.904743] ata1: SATA link down (SStatus 0 SControl F300) [ 14.414742] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl F300) [ 14.454771] ata2.00: ATA-8: KINGSTON SV300S37A120G, 506ABBF0, max UDMA/133 [ 14.461684] ata2.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32) [ 14.504772] ata2.00: configured for UDMA/133 [ 14.509493] scsi 1:0:0:0: Direct-Access ATA KINGSTON SV300S3 506A PQ: 0 ANSI: 5 [ 14.544927] sd 1:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB) [ 14.553869] sd 1:0:0:0: [sda] Write Protect is off [ 14.558860] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 14.572024] sda: sda1 [ 14.576272] sd 1:0:0:0: [sda] Attached SCSI disk [ 14.592745] sd 1:0:0:0: Attached scsi generic sg0 type 0 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Waiting for root file system ... done. Gave up waiting for root device. Common problems: - Boot args (cat /proc/cmdline) - Check rootdelay= (did the system wait long enough?) - Check root= (did the system wait for the right device?) - Missing modules (cat /proc/modules; ls /dev) ALERT! /dev/sdb1 does not exist. Dropping to a shell! modprobe: module i8042 not found in modules.dep
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) February 25, 2014 11:58PM |
Admin Registered: 14 years ago Posts: 19,426 |
usb_root=LABEL=rootfsSo if you label one disk rootfs, and set your bootargs to look for the label, then it will boot correctly. We can't really rely on the drive assignments, since it is unpredictable some of the time (whichever spins up first gets sda1).
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) April 10, 2014 02:24AM |
Admin Registered: 14 years ago Posts: 19,426 |
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) April 17, 2014 06:39PM |
Registered: 14 years ago Posts: 161 |
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) April 17, 2014 07:03PM |
Admin Registered: 14 years ago Posts: 19,426 |
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) April 17, 2014 07:36PM |
Registered: 14 years ago Posts: 161 |
Re: Is there a newer u-boot for Netgear Stora (RD-88F6281A LE) April 17, 2014 09:07PM |
Admin Registered: 14 years ago Posts: 19,426 |