Re: How to unbrick the Netgear Ready NAS Duo v2 October 18, 2024 02:20PM |
Admin Registered: 13 years ago Posts: 19,014 |
> setenv set_bootargs 'setenv bootargs > console=ttyS0,115200 root=LABEL=rootfs > rootdelay=10 > mtdparts=nand_mtd:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x1000000@0x800000(minirootfs),0x6800000@0x1800000(jffs2) > earlyprintk=serial init=/usr/bin/systemd' > setenv reset_bootargs 'setenv bootargs > console=ttyS0,115200 reason=normal > mtdparts=nand_mtd:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x1000000@0x800000(minirootfs),0x6800000@0x1800000(jffs2)' > setenv bootcmd_exec 'usb start; run set_bootargs; > run load_uimage; run load_initrd; bootm 0x800000 > 0x2100000' > setenv bootcmd_stock 'run reset_bootargs; nand > read.e 0x1200000 0x200000 0x600000;nand read.e > 0x2000000 0x800000 0x1000000;bootm 0x1200000 > 0x2000000' > setenv bootcmd 'run bootcmd_exec; run > bootcmd_stock; reset' >
Re: How to unbrick the Netgear Ready NAS Duo v2 October 21, 2024 05:53AM |
Registered: 27 days ago Posts: 3 |
__ __ _ _ | \/ | __ _ _ ____ _____| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_| \_/ \___|_|_| _ _ ____ _ | | | | | __ ) ___ ___ | |_ | | | |___| _ \ / _ \ / _ \| __| | |_| |___| |_) | (_) | (_) | |_ \___/ |____/ \___/ \___/ \__| ** MARVELL BOARD: DB-88F6282A-BP LE U-Boot 1.1.4 (Nov 15 2011 - 17:59:57) Marvell version: 3.4.27 Netgear version: Uboot-1_1_4-NetgearDUOV3-V1007 U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFD40 Soc: MV88F1155 Rev 1 (DDR3) CPU running @ 1600Mhz L2 running @ 533Mhz SysClock = 533Mhz , TClock = 200Mhz DRAM unknown CAL tRP = 8 tRAS = 20 tRCD=8 DRAM CS[0] base 0x00000000 size 256MB DRAM Total size 256MB 16bit width Addresses 8M - 0M are saved for the U-Boot usage. Mem malloc Initialization (8M - 7M): Done NAND:128 MB Flash: 0 kB CPU : Marvell Feroceon (Rev 1) Streaming disabled Write allocate disabled USB 0: host mode PEX 0: PCI Express Root Complex Interface PEX interface detected Link X1 Plug On and Power down, Please Switch On !
__ __ _ _ | \/ | __ _ _ ____ _____| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_| \_/ \___|_|_| _ _ ____ _ | | | | | __ ) ___ ___ | |_ | | | |___| _ \ / _ \ / _ \| __| | |_| |___| |_) | (_) | (_) | |_ \___/ |____/ \___/ \___/ \__| ** MARVELL BOARD: DB-88F6282A-BP LE U-Boot 1.1.4 (Nov 15 2011 - 17:59:57) Marvell version: 3.4.27 Netgear version: Uboot-1_1_4-NetgearDUOV3-V1007 U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFD40 Soc: MV88F1155 Rev 1 (DDR3) CPU running @ 1600Mhz L2 running @ 533Mhz SysClock = 533Mhz , TClock = 200Mhz DRAM unknown CAL tRP = 8 tRAS = 20 tRCD=8 DRAM CS[0] base 0x00000000 size 256MB DRAM Total size 256MB 16bit width Addresses 8M - 0M are saved for the U-Boot usage. Mem malloc Initialization (8M - 7M): Done NAND:128 MB Flash: 0 kB CPU : Marvell Feroceon (Rev 1) Streaming disabled Write allocate disabled USB 0: host mode PEX 0: PCI Express Root Complex Interface PEX interface detected Link X1 Switch On ! Net: egiga0 [PRIME]
Re: How to unbrick the Netgear Ready NAS Duo v2 October 21, 2024 06:18PM |
Admin Registered: 13 years ago Posts: 19,014 |