Hello all, I have been gifted a WD My Cloud EX4 16 TB NAS. I have permanently installed a db9 serial connector using this RS-232 to TTL Converter:
https://www.mouser.com/ProductDetail/713-103990363
and a volt meter, and hints from
https://github.com/gisab/WDMC-Ex2
I then connected a db9 serial to usb converter to my main manjaro linux box and got access to uboot using PuTTY, But that's as far as I've been able to figure out.
I think my next step is to use the existing uboot to try out another non-crippled uboot (loaded over the serial port? or from a tftp server?) until I find one that works and allows USB booting but I'm not sure how to do that, then I would want to install that fully functional uboot on the flash memory and attach a usb storage device with a kernel from these instructions:
https://github.com/gisab/WDMC-Ex2
and a root filesystem from ??? on the usb storage device and make it default to boot Debian stable off of USB.
I'm working under the assumption that the EX4 is the same as an EX2 non ultra just with 2 more drives
I can see from the boot information that it is a MARVELL BOARD: RD-88F6282A LE
running
it also says:
printenv bootargs returns:
I'm not an idiot, but I am brand new to this level of jiggery-pokery and any help will be appreciated, even an RTFM would be great if you tell me which manuals.
May you be free from anger, ill will, and jealousy. - Jerry.
==========
moderator: please use code tags (formatted code button) to post log.
https://www.mouser.com/ProductDetail/713-103990363
and a volt meter, and hints from
https://github.com/gisab/WDMC-Ex2
I then connected a db9 serial to usb converter to my main manjaro linux box and got access to uboot using PuTTY, But that's as far as I've been able to figure out.
I think my next step is to use the existing uboot to try out another non-crippled uboot (loaded over the serial port? or from a tftp server?) until I find one that works and allows USB booting but I'm not sure how to do that, then I would want to install that fully functional uboot on the flash memory and attach a usb storage device with a kernel from these instructions:
https://github.com/gisab/WDMC-Ex2
and a root filesystem from ??? on the usb storage device and make it default to boot Debian stable off of USB.
I'm working under the assumption that the EX4 is the same as an EX2 non ultra just with 2 more drives
I can see from the boot information that it is a MARVELL BOARD: RD-88F6282A LE
running
U-Boot 1.1.4 (Aug 14 2013 - 09:24:12) Marvell version: 3.5.9.LIGHTNING-4A.01
it also says:
U-Boot code: 00600000 -> 0067FFF9 BSS: -> 006CFB00 Soc: 88F6282 A1CPU running @ 2000Mhz L2 running @500Mhz SysClock = 500Mhz , TClock = 200Mhz DRAM (DDR3) CAS Latency = 7 tRP = & tRAS = 19 tRCD=7 DRAM CS[0] base 0x00000000 size 256MB DRAM CS[1] base 0x10000000 size 256MB DRAM total size 512MB 16bit width addresses 8M - 0M are saved for the U-Boot usage. NAND: 256 MB CPU : Marvell Feroceon (rev 1)
printenv bootargs returns:
bootargs=root=/dev/ram console=ttyS0,115200 max_loop=32 :::DB88FXX81:egiga0:noneprintenv bootcmd returns:
bootcmd=nand read.e 0xa00000 0x100000 0x500000;nand read.e 0xf00000 0x600000 0x5 00000;bootm 0xa00000 0xf00000
I'm not an idiot, but I am brand new to this level of jiggery-pokery and any help will be appreciated, even an RTFM would be great if you tell me which manuals.
May you be free from anger, ill will, and jealousy. - Jerry.
==========
moderator: please use code tags (formatted code button) to post log.