logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 2d541e683edbdaa1221054150a9b387d7480d010
parent 9e1899d5008c317e3648ef21580bb6b56bf89684
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 13 Apr 2017 01:20:04 +0200

notes/NETGEAR ReadyNAS Duo v2: Add passwords and copies of the console

Diffstat:

Anotes/NETGEAR ReadyNAS Duo v2.shtml109+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 109 insertions(+), 0 deletions(-)

diff --git a/notes/NETGEAR ReadyNAS Duo v2.shtml b/notes/NETGEAR ReadyNAS Duo v2.shtml @@ -0,0 +1,109 @@ +<!DOCTYPE html> +<html> + <head> +<!--#include file="/templates/head.shtml" --> + <title>NETGEAR ReadyNAS Duo v2 — lanodan’s cyber-home</title> + </head> + <body> +<!--#set var="feedUrl" value='http://gitlab.com/lanodan/blog/commits/master.atom?utf8=%E2%9C%93&search=notes%2F' --><!--#include file="/templates/en/nav.shtml" --> + <main> + <h1>NETGEAR ReadyNAS Duo v2</h1> + <ul> + <li>Duo v1: admin/netgear1 + <li>Duo v2: admin/password + </ul> + <h2>Sources</h2> + <ul> + <li><a href="http://www.natisbad.org/NAS/index.html">Debian and upstream kernel on NETGEAR ReadyNAS Duo v2</a> + </ul> + <h2>Console extracts</h2> +<pre> + __ __ _ _ + | \/ | __ _ _ ____ _____| | | + | |\/| |/ _` | '__\ \ / / _ \ | | + | | | | (_| | | \ V / __/ | | + |_| |_|\__,_|_| \_/ \___|_|_| + _ _ ____ _ +| | | | | __ ) ___ ___ | |_ +| | | |___| _ \ / _ \ / _ \| __| +| |_| |___| |_) | (_) | (_) | |_ + \___/ |____/ \___/ \___/ \__| + ** MARVELL BOARD: DB-88F6282A-BP LE + +U-Boot 1.1.4 (Jun 29 2012 - 16:06:40) Marvell version: 3.4.27 +Netgear version: Uboot-1_1_4-NetgearDUOV3-V1009 + +U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006D0120 + +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 ! +</pre> +<hr> +<pre> +NAND read: device 0 offset 0x200000, size 0x600000 + +Reading data from 0x7ff800 -- 100% complete. + 6291456 bytes read: OK + +NAND read: device 0 offset 0x800000, size 0x1000000 + +Reading data from 0x17ff800 -- 100% complete. + 16777216 bytes read: OK +## Booting image at 01200000 ... + Image Name: Linux-2.6.31.8.duov2 + Created: 2013-04-18 10:25:25 UTC + Image Type: ARM Linux Kernel Image (uncompressed) + Data Size: 3442360 Bytes = 3.3 MB + Load Address: 00008000 + Entry Point: 00008000 + Verifying Checksum ... OK +OK +## Loading Ramdisk Image at 02000000 ... + Image Name: initrd + Created: 2013-04-19 3:06:56 UTC + Image Type: ARM Linux RAMDisk Image (gzip compressed) + Data Size: 4382833 Bytes = 4.2 MB + Load Address: 00000000 + Entry Point: 00000000 + Verifying Checksum ... OK +</pre> +<hr> +<pre> +~ # cat /proc/cpuinfo +Processor : Feroceon 88FR131 rev 1 (v5l) +BogoMIPS : 1599.07 +Features : swp half thumb fastmult edsp +CPU implementer : 0x56 +CPU architecture: 5TE +CPU variant : 0x2 +CPU part : 0x131 +CPU revision : 1 + +Hardware : Feroceon-KW +Revision : 0000 +Serial : 0000000000000000 +</pre> + </main> +<!--#include file="/templates/en/footer.html" --> + </body> +</html>