Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 05, 2015 10:21AM |
Registered: 13 years ago Posts: 264 |
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 05, 2015 05:20PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 07, 2015 04:36PM |
Registered: 11 years ago Posts: 1,303 |
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 07, 2015 04:45PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug April 09, 2015 05:26PM |
Registered: 9 years ago Posts: 5 |
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 13, 2015 03:44AM |
Registered: 9 years ago Posts: 15 |
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 13, 2015 03:18PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 16, 2015 06:51AM |
Registered: 9 years ago Posts: 15 |
U-Boot 2014.07-gbb8ac0e-dirty (Apr 16 2015 - 13:42:10) ZyXEL NSA310 1-Bay Power Media Server U-Boot code: 00600000 -> 00668EB4 BSS: -> 006B7870 SoC: Kirkwood 88F6281_A1 monitor len: 000B7870 ramsize: 20000000 TLB table from 1fff0000 to 1fff4000 Top of RAM usable for U-Boot at: 1fff0000 Reserving 734k for U-Boot at: 1ff38000 Reserving 4224k for malloc() at: 1fb18000 Reserving 36 Bytes for Board Info at: 1fb17fdc Reserving 160 Bytes for Global Data at: 1fb17f3c New Stack Pointer is: 1fb17f30
# NSA320 bits # DATA 0xFFD01508 0x10000000 # CS[1]n Base address to 256Mb # DATA 0xFFD0150C 0x0FFFFFF5 # CS[1]n Size 256Mb Window enabled for CS1 # NSA320 bits DATA 0xFFD01508 0x00000000 # CS[1]n Size, window disabled DATA 0xFFD01514 0x00000000 # CS[2]n Size, window disabled DATA 0xFFD0151C 0x00000000 # CS[3]n Size, window disabled
U-Boot 2014.07-gbb8ac0e (Apr 16 2015 - 14:00:00) ZyXEL NSA310 1-Bay Power Media Server SoC: Kirkwood 88F6281_A1 DRAM: 256 MiB WARNING: Caches not enabled NAND: 128 MiB *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: egiga0 PHY reset timed out MV88E1318 PHY initialized on egiga0 Hit any key to stop autoboot: 0 NSA310>
/* * Ethernet Driver configuration */ #ifdef CONFIG_CMD_NET #define CONFIG_RTL8169 1 /* Network device */ #define CONFIG_MVGBE_PORTS {0, 0} /* enable port 0 only */ #define CONFIG_PHY_BASE_ADR 0x1 #define CONFIG_PHY_GIGE #define CONFIG_NETCONSOLE #endif /* CONFIG_CMD_NET */
int board_eth_init(bd_t *bis) { return rtl8169_initialize(bis); }
/u-boot-kirkwood-marlemion/drivers/net/rtl8169.c:481: undefined reference to `pci_bus_to_hose' /u-boot-kirkwood-marlemion/drivers/net/rtl8169.c:481: undefined reference to `pci_hose_bus_to_phys' drivers/net/built-in.o: In function `rtl_send': /u-boot-kirkwood-marlemion/drivers/net/rtl8169.c:530: undefined reference to `pci_bus_to_hose' /u-boot-kirkwood-marlemion/drivers/net/rtl8169.c:530: undefined reference to `pci_hose_bus_to_phys' drivers/net/built-in.o: In function `rtl8169_init_ring': /u-boot-kirkwood-marlemion/drivers/net/rtl8169.c:688: undefined reference to `pci_bus_to_hose' /u-boot-kirkwood-marlemion/drivers/net/rtl8169.c:688: undefined reference to `pci_hose_bus_to_phys' drivers/net/built-in.o: In function `rtl8169_hw_start': /u-boot-kirkwood-marlemion/drivers/net/rtl8169.c:635: undefined reference to `pci_bus_to_hose' /u-boot-kirkwood-marlemion/drivers/net/rtl8169.c:635: undefined reference to `pci_hose_bus_to_phys' /u-boot-kirkwood-marlemion/drivers/net/rtl8169.c:637: undefined reference to `pci_bus_to_hose' /u-boot-kirkwood-marlemion/drivers/net/rtl8169.c:637: undefined reference to `pci_hose_bus_to_phys' drivers/net/built-in.o: In function `rtl8169_initialize': /u-boot-kirkwood-marlemion/drivers/net/rtl8169.c:924: undefined reference to `pci_find_devices' /u-boot-kirkwood-marlemion/drivers/net/rtl8169.c:927: undefined reference to `pci_read_config_word' /u-boot-kirkwood-marlemion/drivers/net/rtl8169.c:938: undefined reference to `pci_read_config_dword' /u-boot-kirkwood-marlemion/drivers/net/rtl8169.c:953: undefined reference to `pci_bus_to_hose' /u-boot-kirkwood-marlemion/drivers/net/rtl8169.c:953: undefined reference to `pci_hose_bus_to_phys' arm-none-eabi-ld.bfd: BFD (GNU Binutils) 2.25 assertion fail elf32-arm.c:7827 arm-none-eabi-ld.bfd: BFD (GNU Binutils) 2.25 assertion fail elf32-arm.c:7827 arm-none-eabi-ld.bfd: BFD (GNU Binutils) 2.25 assertion fail elf32-arm.c:7827 arm-none-eabi-ld.bfd: BFD (GNU Binutils) 2.25 assertion fail elf32-arm.c:7827 arm-none-eabi-ld.bfd: BFD (GNU Binutils) 2.25 assertion fail elf32-arm.c:7827 arm-none-eabi-ld.bfd: error: required section '.rel.plt' not found in the linker script arm-none-eabi-ld.bfd: final link failed: Invalid operation
/* * Ethernet Driver configuration */ #ifdef CONFIG_CMD_NET #define CONFIG_RTL8169 1 /* Network device */ #define CONFIG_PCI 1 /* Network device */ #define CONFIG_MVGBE_PORTS {0, 0} /* enable port 0 only */ #define CONFIG_PHY_BASE_ADR 0x1 #define CONFIG_PHY_GIGE #define CONFIG_NETCONSOLE #endif /* CONFIG_CMD_NET */
drivers/pci/built-in.o: In function `pci_init': /u-boot-kirkwood-marlemion/drivers/pci/pci.c:723: undefined reference to `pci_init_board' arm-none-eabi-ld.bfd: BFD (GNU Binutils) 2.25 assertion fail elf32-arm.c:7827 arm-none-eabi-ld.bfd: error: required section '.rel.plt' not found in the linker script arm-none-eabi-ld.bfd: final link failed: Invalid operation
/* Boards with PCI network controllers can call this from their board_eth_init() * function to initialize whatever's on board. * Return value is total # of devices found */ static inline int pci_eth_init(bd_t *bis) { int num = 0; #ifdef CONFIG_PCI [...] #if defined(CONFIG_RTL8169) num += rtl8169_initialize(bis); #endif [...] #endif /* CONFIG_PCI */ return num; }
int board_eth_init(bd_t *bis) { return pci_eth_init(bis); }
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 19, 2015 01:32PM |
Registered: 12 years ago Posts: 115 |
dev: size erasesize name mtd0: 08000000 00020000 "orion_nand"
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 19, 2015 03:00PM |
Admin Registered: 13 years ago Posts: 18,997 |
mtdparts=mtdparts=orion_nand:0x100000(uboot),0x80000(stock_uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2)
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 19, 2015 03:04PM |
Admin Registered: 13 years ago Posts: 18,997 |
> block 21 is bad
dmesg | grep -i bad
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 20, 2015 04:35PM |
Registered: 9 years ago Posts: 25 |
▒_!5e57-=▒Y5▒▒▒Y!y▒▒▒▒i-▒▒▒s▒▒▒▒A▒▒▒▒w[}e▒▒▒▒▒▒▒e-{▒▒T_▒▒k▒-▒y=9/5▒#!▒5#=;'57▒▒▒▒▒-▒▒▒▒▒e-{▒▒[▒▒▒▒▒▒5'▒▒a▒▒▒▒5'▒▒u▒▒▒5'▒▒▒5▒▒▒▒51-1=▒▒▒Y▒▒u▒▒▒▒_oM▒-#--='- 57▒!#▒▒!▒!▒=!;!!▒▒▒▒▒▒▒▒▒▒cY}▒▒▒▒▒|||||||||||||||When I connect cable it not reboots, it just showing this symbol "|" continuosly.
Erase Total 4 Units Performing Flash Erase of length 131072 at offset 0x60000 done3. nandwrite /dev/mtd0 uboot.2014.07-tld-3.nsa325.mtd0.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 0x600004. ./flash_erase /dev/mtd0 0xc0000 1
Erase Total 1 Units Performing Flash Erase of length 131072 at offset 0xc0000 done5. ./nandwrite -s 786432 /dev/mtd0 uboot.2014.07-tld-2.environment.img
Writing data to block 6 at offset 0xc00006. Then i modified etc/fw_env.config to this:
# MTD device name Device offset Env. size Flash sector size Number of sectors # NAND example /dev/mtd0 0xc0000 0x20000 0x20000 47. Set env
/tmp # fw_setenv arcNumber 4495 /tmp # fw_setenv machid /tmp # fw_printenv /tmp # fw_setenv ipaddr '192.168.0.3' /tmp # fw_setenv serverip '192.168.0.2' /tmp # fw_setenv preboot 'run preboot_nc'8. My final conf was:
/tmp # fw_printenv mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) baudrate=115200 bootcmd=run bootcmd_uenv; run bootcmd_usb; run bootcmd_mmc; run bootcmd_sata; reset bootcmd_mmc=run mmc_init; run set_bootargs_mmc; run mmc_boot bootcmd_sata=run sata_init; run set_bootargs_sata; run sata_boot; bootcmd_usb=run usb_init; run set_bootargs_usb; run usb_boot; bootdelay=10 console=ttyS0,115200 device=0:1 ethact=egiga0 if_netconsole=ping $serverip led_error=orange blinking led_exit=green off led_init=green blinking mainlineLinux=yes mmc_boot=mw 0x800000 0 1; run mmc_load_uimage; if run mmc_load_uinitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi mmc_init=mmc rescan mmc_load_uimage=ext2load mmc $device 0x800000 /boot/uImage mmc_load_uinitrd=ext2load mmc $device 0x1100000 /boot/uInitrd mmc_root=/dev/mmcblk0p1 mtdids=nand0=orion_nand partition=nand0,2 preboot_nc=run if_netconsole start_netconsole rootdelay=10 rootfstype=ext3 sata_boot=mw 0x800000 0 1; run sata_load_uimage; if run sata_load_uinitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi sata_init=ide reset sata_load_uimage=ext2load ide $device 0x800000 /boot/uImage sata_load_uinitrd=ext2load ide $device 0x1100000 /boot/uInitrd sata_root=/dev/sda1 set_bootargs_mmc=setenv bootargs console=$console root=$mmc_root rootdelay=$rootdelay rootfstype=$rootfstype $mtdparts set_bootargs_sata=setenv bootargs console=$console root=$sata_root rootdelay=$rootdelay rootfstype=$rootfstype $mtdparts set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$rootdelay rootfstype=$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=mw 0x800000 0 1; run usb_load_uimage; if run usb_load_uinitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi usb_init=usb start usb_load_uimage=ext2load usb $device 0x800000 /boot/uImage usb_load_uinitrd=ext2load usb $device 0x1100000 /boot/uInitrd usb_root=/dev/sda1 bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi uenv_import=echo importing envs ...; env import -t 0x810000 uenv_load=usb start; mmc rescan; ide reset; setenv uenv_loaded 0; for devtype in usb mmc ide; do for disknum in 0; do run uenv_read_disk; done; done uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 0x810000 /boot/uEnv.txt; then setenv uenv_loaded 1; fi uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read; fi; else if $devtype part $disknum; then run uenv_read; fi; fi arcNumber=4495 ethaddr=5C:F4:AB:2F:F9:95 ipaddr=192.168.0.3 serverip=192.168.0.2 preboot=run preboot_ncAfter reboot, BRICK :(.
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 20, 2015 06:11PM |
Admin Registered: 13 years ago Posts: 18,997 |
nc -lup 6666 192.168.0.3 6666
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 21, 2015 05:29AM |
Registered: 9 years ago Posts: 25 |
�/5'���y���k���75-95�==-'=;'5��mUj�=�UY{����렕�}����UV������������9|##-#1- �/5'��뵵��7�75-95�%%9������뵵��7�75-95�%%9�������Q#1�m%=15�s!=�3!;!! |�9!%U-�/5'���y���k���75-95�==-'=;'5��mUj�=�UY{�����@U�}����UV������������9=##-#-2. netconsole (nc.exe on windows) - calm, no messages there. Its like uboot not reaching point for network environment setup.
# MTD device name Device offset Env. size Flash sector size Number of sectors # NAND example /dev/mtd0 0xc0000 0x20000 0x20000 4Before it was:
# MTD device name Device offset Env. size Flash sector size Number of sectors # NAND example /dev/mtd1 0x00000 0x20000 0x20000 4
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 21, 2015 06:55AM |
Admin Registered: 13 years ago Posts: 18,997 |
picocom --b 115200 --f n --p n --d 8 /dev/ttyUSB0
Quote
Important Note: If possible, try to test this boot image with UART booting before flashing to NAND. For the NSA325, use the small image in this post to test UART. See davygravy's UART booting using kwboot instruction here in this thread.
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 21, 2015 12:39PM |
Registered: 9 years ago Posts: 25 |
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 21, 2015 03:51PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 21, 2015 04:45PM |
Registered: 9 years ago Posts: 25 |
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) baudrate=115200 bootcmd=run bootcmd_uenv; run bootcmd_usb; run bootcmd_mmc; run bootcmd_sata; reset bootcmd_mmc=run mmc_init; run set_bootargs_mmc; run mmc_boot bootcmd_sata=run sata_init; run set_bootargs_sata; run sata_boot; bootcmd_usb=run usb_init; run set_bootargs_usb; run usb_boot; bootdelay=10 console=ttyS0,115200 device=0:1 ethact=egiga0 if_netconsole=ping $serverip led_error=orange blinking led_exit=green off led_init=green blinking mainlineLinux=yes mmc_boot=mw 0x800000 0 1; run mmc_load_uimage; if run mmc_load_uinitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi mmc_init=mmc rescan mmc_load_uimage=ext2load mmc $device 0x800000 /boot/uImage mmc_load_uinitrd=ext2load mmc $device 0x1100000 /boot/uInitrd mmc_root=/dev/mmcblk0p1 mtdids=nand0=orion_nand partition=nand0,2 preboot_nc=run if_netconsole start_netconsole rootdelay=10 rootfstype=ext3 sata_boot=mw 0x800000 0 1; run sata_load_uimage; if run sata_load_uinitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi sata_init=ide reset sata_load_uimage=ext2load ide $device 0x800000 /boot/uImage sata_load_uinitrd=ext2load ide $device 0x1100000 /boot/uInitrd sata_root=/dev/sda1 set_bootargs_mmc=setenv bootargs console=$console root=$mmc_root rootdelay=$rootdelay rootfstype=$rootfstype $mtdparts set_bootargs_sata=setenv bootargs console=$console root=$sata_root rootdelay=$rootdelay rootfstype=$rootfstype $mtdparts set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$rootdelay rootfstype=$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_init=usb start usb_load_uimage=ext2load usb $device 0x800000 /boot/uImage usb_load_uinitrd=ext2load usb $device 0x1100000 /boot/uInitrd usb_root=/dev/sda1 bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi uenv_import=echo importing envs ...; env import -t 0x810000 uenv_load=usb start; mmc rescan; ide reset; setenv uenv_loaded 0; for devtype in usb mmc ide; do for disknum in 0; do run uenv_read_disk; done; done uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 0x810000 /boot/uEnv.txt; then setenv uenv_loaded 1; fi uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read; fi; else if $devtype part $disknum; then run uenv_read; fi; fi arcNumber=4495 ethaddr=5C:F4:AB:2F:F9:95 ipaddr=192.168.0.3 preboot=run preboot_nc load_dtb=ext2load usb 0:1 0x1c00000 /boot/dts/kirkwood-nsa325.dtb load_initrd=ext2load usb 0:1 0x1100000 /boot/uInitrd load_uimage=ext2load usb 0:1 0x800000 /boot/uImage usb_boot=run load_dtb; run load_uimage; if run load_initrd; then bootm 0x800000 0x1100000 0x1c00000; else bootm 0x800000 - 0x1c00000; fi serverip=192.168.0.102. NC still not avalilable.
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 21, 2015 06:50PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 21, 2015 07:14PM |
Registered: 9 years ago Posts: 25 |
fw_setenv usb_root 'LABEL=rootfs'it works now
nc -l -p 6666 192.168.0.10When i do following on NAS:
cat test.txt | nc 192.168.0.10 6666I receive message from the file.
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 21, 2015 08:33PM |
Admin Registered: 13 years ago Posts: 18,997 |
> fw_setenv usb_root 'LABEL=rootfs' >> it works now
> nc -l -p 6666 192.168.0.10 >> When i do following on NAS:
> cat test.txt | nc 192.168.0.10 6666 >> I receive message from the file.
Re: 2014.07 U-Boot for FDT and Non-FDT Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 April 22, 2015 10:14AM |
Registered: 12 years ago Posts: 115 |
mtdparts=orion_nand:0x100000(uboot),0x80000(stock_uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2)
mtdparts=mtdparts=orion_nand:0x100000(uboot),0x80000(stock_uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2)
Re: 2013.10 U-Boot for FDT and Non-FDT Kernel - GoFlex Net/GoFlex Home/Pogo E02 April 22, 2015 07:01PM |
Admin Registered: 13 years ago Posts: 18,997 |
U-Boot SPL 2013.10-tld-4 (Sep 07 2014 - 14:10:12) Boot device: NAND Attempting to set PLLA to 850 MHz ... plla_ctrl0 : 0000020a plla_ctrl1 : 00330000 plla_ctrl2 : 0065008b plla_ctrl3 : 000000f1 PLLA Set U-Boot 2013.10-tld-5 (Mar 07 2015 - 16:50:17) for OXNAS DRAM: 128 MiB NAND: 128 MiB In: serial Out: serial Err: serial Net: Led: GREEN mii0 Main Loop Hit any key to stop autoboot: 0 OX820> OX820> OX820> OX820> OX820> ide reset Reset IDE: Bus 0: OK Device 0: Model: SanDisk SDSSDRC032G Firm: 3.0.0 Ser#: 13393xxxxxxx Type: Hard Disk Supports 48-bit addressing Capacity: 30533.8 MB = 29.8 GB (62533296 x 512) OX820> ide part Partition Map for IDE device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 2048 62531248 00000000-01 83 Boot OX820> ide info IDE device 0: Model: SanDisk SDSSDRC032G Firm: 3.0.0 Ser#: 13393xxxxxxx Type: Hard Disk Supports 48-bit addressing Capacity: 30533.8 MB = 29.8 GB (62533296 x 512) OX820>
Preluder
Re: 2014.07 U-Boot Kirkwood - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 May 11, 2015 10:31PM |
dmesg | grep -i 'bad' [ 1.070000] Scanning device for bad blocks [ 1.110000] Bad eraseblock 766 at 0x05fc0000
Re: 2014.07 U-Boot Kirkwood - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 May 11, 2015 11:17PM |
Admin Registered: 13 years ago Posts: 18,997 |
> dmesg | grep -i 'bad' > > [ 1.070000] Scanning device for bad blocks > [ 1.110000] Bad eraseblock 766 at 0x05fc0000 >>
alex
Re: 2014.07 U-Boot Kirkwood - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 May 14, 2015 08:10AM |
Re: 2014.07 U-Boot Kirkwood - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320 May 14, 2015 04:15PM |
Admin Registered: 13 years ago Posts: 18,997 |
pengu
possible U-Boot for ZyXEL NSA310? May 16, 2015 09:11AM |
Re: possible U-Boot for ZyXEL NSA310? May 16, 2015 03:35PM |
Admin Registered: 13 years ago Posts: 18,997 |