logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git

NETGEAR ReadyNAS Duo v2.shtml (3115B)


  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <!--#include file="/templates/head.shtml" -->
  5. <title>NETGEAR ReadyNAS Duo v2 — lanodan’s cyber-home</title>
  6. </head>
  7. <body>
  8. <!--#include file="/templates/en/nav.shtml" -->
  9. <main>
  10. <h1>NETGEAR ReadyNAS Duo v2</h1>
  11. <ul>
  12. <li>Duo v1: admin/netgear1</li>
  13. <li>Duo v2: admin/password</li>
  14. </ul>
  15. <h2>Sources</h2>
  16. <ul>
  17. <li><a href="http://www.natisbad.org/NAS/index.html">Debian and upstream kernel on NETGEAR ReadyNAS Duo v2</a></li>
  18. </ul>
  19. <h2>Console extracts</h2>
  20. <p>With an arduino UNO (<code>CONFIG_USB_ACM=y</code>; group: uucp), command : <code>picocom -b 115200 /dev/ttyACM0</code></p>
  21. <pre>
  22. __ __ _ _
  23. | \/ | __ _ _ ____ _____| | |
  24. | |\/| |/ _` | '__\ \ / / _ \ | |
  25. | | | | (_| | | \ V / __/ | |
  26. |_| |_|\__,_|_| \_/ \___|_|_|
  27. _ _ ____ _
  28. | | | | | __ ) ___ ___ | |_
  29. | | | |___| _ \ / _ \ / _ \| __|
  30. | |_| |___| |_) | (_) | (_) | |_
  31. \___/ |____/ \___/ \___/ \__|
  32. ** MARVELL BOARD: DB-88F6282A-BP LE
  33. U-Boot 1.1.4 (Jun 29 2012 - 16:06:40) Marvell version: 3.4.27
  34. Netgear version: Uboot-1_1_4-NetgearDUOV3-V1009
  35. U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006D0120
  36. Soc: MV88F1155 Rev 1 (DDR3)
  37. CPU running @ 1600Mhz L2 running @ 533Mhz
  38. SysClock = 533Mhz , TClock = 200Mhz
  39. DRAM unknown CAL tRP = 8 tRAS = 20 tRCD=8
  40. DRAM CS[0] base 0x00000000 size 256MB
  41. DRAM Total size 256MB 16bit width
  42. Addresses 8M - 0M are saved for the U-Boot usage.
  43. Mem malloc Initialization (8M - 7M): Done
  44. NAND:128 MB
  45. Flash: 0 kB
  46. CPU : Marvell Feroceon (Rev 1)
  47. Streaming disabled
  48. Write allocate disabled
  49. USB 0: host mode
  50. PEX 0: PCI Express Root Complex Interface
  51. PEX interface detected Link X1
  52. Plug On and Power down, Please Switch On !
  53. </pre>
  54. <hr />
  55. <pre>
  56. NAND read: device 0 offset 0x200000, size 0x600000
  57. Reading data from 0x7ff800 -- 100% complete.
  58. 6291456 bytes read: OK
  59. NAND read: device 0 offset 0x800000, size 0x1000000
  60. Reading data from 0x17ff800 -- 100% complete.
  61. 16777216 bytes read: OK
  62. ## Booting image at 01200000 ...
  63. Image Name: Linux-2.6.31.8.duov2
  64. Created: 2013-04-18 10:25:25 UTC
  65. Image Type: ARM Linux Kernel Image (uncompressed)
  66. Data Size: 3442360 Bytes = 3.3 MB
  67. Load Address: 00008000
  68. Entry Point: 00008000
  69. Verifying Checksum ... OK
  70. OK
  71. ## Loading Ramdisk Image at 02000000 ...
  72. Image Name: initrd
  73. Created: 2013-04-19 3:06:56 UTC
  74. Image Type: ARM Linux RAMDisk Image (gzip compressed)
  75. Data Size: 4382833 Bytes = 4.2 MB
  76. Load Address: 00000000
  77. Entry Point: 00000000
  78. Verifying Checksum ... OK
  79. </pre>
  80. <hr />
  81. <pre>
  82. ~ # cat /proc/cpuinfo
  83. Processor : Feroceon 88FR131 rev 1 (v5l)
  84. BogoMIPS : 1599.07
  85. Features : swp half thumb fastmult edsp
  86. CPU implementer : 0x56
  87. CPU architecture: 5TE
  88. CPU variant : 0x2
  89. CPU part : 0x131
  90. CPU revision : 1
  91. Hardware : Feroceon-KW
  92. Revision : 0000
  93. Serial : 0000000000000000
  94. </pre>
  95. </main>
  96. <!--#include file="/templates/en/footer.shtml" -->
  97. </body>
  98. </html>