Hello All,
Before I start to beg for help, let me introduce myself :
I am 42 years old and a linux newcomer.
I followed this forum years ago when I boought the Goflex Net (GFN) but at that time I decided to use a custom linux called "Squeezeplug". It ran on USB thumbdrive (2 died, exhausted by the R/W cycle). it was a beat tricky to ssh and start the logitechmediaserver. then I moved to a RPI3 that has a best fit for use. The GFNwent to the drawer.
Now I would like to use the GFN to set a drive to host a shared folder ( samba ), to sync the file from the different device around the house (4PC + 2 tablet). Optionally run some module like "transmission". I would like that the GFN boots and runs without the need of the USB thumbdrive because they wear to o fast and are not reliable to run 24/7.
Thati swhy I wanted to refresh the GFN with latest UBOOT, ROOTFS and Rescue Sytem.
I tried to follow the tutorial : 2017.07 U-Boot Kirkwood - GoFlexNet, but at step 4 :
"Be sure there is no bad block in the first 1M of your NAND (check dmesg). This is very important, if there is bad block in the first 1M (8 blocks), don't flash u-boot, because you will almost certainly brick your box. Please post your question here (there is a work around for it). "
DMESG give this log output :( see attachment for detail)
Scanning device for bad blocks
Bad eraseblock 1 at 0x000000020000
Bad eraseblock 3 at 0x000000060000
Bad eraseblock 4 at 0x000000080000
Bad eraseblock 5 at 0x0000000a0000
Bad eraseblock 7 at 0x0000000e0000
Bad eraseblock 8 at 0x000000100000
Bad eraseblock 10 at 0x000000140000
Bad eraseblock 11 at 0x000000160000
Bad eraseblock 12 at 0x000000180000
Bad eraseblock 13 at 0x0000001a0000
Bad eraseblock 15 at 0x0000001e0000
Bad eraseblock 16 at 0x000000200000
Bad eraseblock 17 at 0x000000220000
Bad eraseblock 18 at 0x000000240000
Bad eraseblock 19 at 0x000000260000
Bad eraseblock 20 at 0x000000280000
Bad eraseblock 22 at 0x0000002c0000
thats stopped me .
I tried to implement the rescue system v.2 from Jeff :
https://forum.doozan.com/read.php?4,3896
Unfortunately, I got this message :
--2019-10-15 16:06:56-- (try: 2)
http://projects.doozan.com/uboot/valid-uboot.md5
Connecting to projects.doozan.com|45.77.104.33|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1133 (1.1K)
Saving to: `/tmp/valid-uboot.md5'
100%[===========================================================================>] 1,133 --.-K/s in 0s
2019-10-15 16:06:56 (34.2 MB/s) - `/tmp/valid-uboot.md5' saved [1133/1133]
##
## uBoot is not up-to-date
## Please install the newest uBoot and then re-run this installer.
##
What do I do ? proceed with uboot anyway ? I fear to brick the GFN
I have logs from mount , fw_printenvs and uboot version available
Thanks for your support.