Hi all,
Proud to be in this forum where a lot of experts are.
I have a seagate nas220 bricked as someone starts an (official) upgrade and tried to stop it disconnecting power supply connector.
I have a 3.3V rs232 connection to the device and a stable connection , following https://github.com/hn/seagate-blackarmor-nas I tried several times and ways to get debian installed but the point where i'm stuck is :
## Booting kernel from Legacy Image at 00040000 ...
Image Name: kernel 4.19.0-17-marvell
Created: 2021-09-29 21:27:21 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2068066 Bytes = 2 MiB
Load Address: 00040000
Entry Point: 00040000
Verifying Checksum ... OK
Wrong Ramdisk Image Format
Ramdisk image is corrupt or invalid
nas220>
I can boot from usb easly and run the installer , i tried openwrt but with the same results. Anyway I'm interested in install Debian to use the nas as nas. No need for special apps o application. I want to install nas220 in a local network and share /yourbackup to some users that will backup their files.
As I learned from other post in the forum i place my env here....
nas220> printenv
autoload=no
autostart=no
baudrate=115200
bootargs=console=ttyS0,115200
bootargs_base=console=ttyS0,115200
bootcmd=run bootcmd_nand
bootcmd_nand=setenv bootargs ${bootargs_base} ${mtdparts} ${bootargs_extra}; nand read.e 0x40000 0xc0000 0x500000; nand read.e 0x800000 0x5c0000 0x1a3fff0; bootm 0x40000 0x800000
bootcmd_rescue=setenv bootargs_extra rescue/enable=true; run bootcmd_usb
bootcmd_usb=setenv bootargs ${bootargs_base} ${mtdparts} ${bootargs_extra}; usb start; fatload usb 0:1 0x40000 uImage-dtb; fatload usb 0:1 0x800000 uInitrd; bootm 0x40000 0x800000
bootdelay=5
ethact=egiga0
ethaddr=00:00:00:00:00:00 ( yes yes i placed the mac address on the nas label.... :) )
fdtcontroladdr=7b56608
mtdids=nand0=orion_nand
mtdparts=cmdlinepart.mtdparts=orion_nand:0xa0000@0x0(uboot),0x010000@0xa0000(env),0x500000@0xc0000(uimage),0x1a40000@0x5c0000(rootfs)
stderr=serial
stdin=serial
stdout=serial
Proud to be in this forum where a lot of experts are.
I have a seagate nas220 bricked as someone starts an (official) upgrade and tried to stop it disconnecting power supply connector.
I have a 3.3V rs232 connection to the device and a stable connection , following https://github.com/hn/seagate-blackarmor-nas I tried several times and ways to get debian installed but the point where i'm stuck is :
## Booting kernel from Legacy Image at 00040000 ...
Image Name: kernel 4.19.0-17-marvell
Created: 2021-09-29 21:27:21 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2068066 Bytes = 2 MiB
Load Address: 00040000
Entry Point: 00040000
Verifying Checksum ... OK
Wrong Ramdisk Image Format
Ramdisk image is corrupt or invalid
nas220>
I can boot from usb easly and run the installer , i tried openwrt but with the same results. Anyway I'm interested in install Debian to use the nas as nas. No need for special apps o application. I want to install nas220 in a local network and share /yourbackup to some users that will backup their files.
As I learned from other post in the forum i place my env here....
nas220> printenv
autoload=no
autostart=no
baudrate=115200
bootargs=console=ttyS0,115200
bootargs_base=console=ttyS0,115200
bootcmd=run bootcmd_nand
bootcmd_nand=setenv bootargs ${bootargs_base} ${mtdparts} ${bootargs_extra}; nand read.e 0x40000 0xc0000 0x500000; nand read.e 0x800000 0x5c0000 0x1a3fff0; bootm 0x40000 0x800000
bootcmd_rescue=setenv bootargs_extra rescue/enable=true; run bootcmd_usb
bootcmd_usb=setenv bootargs ${bootargs_base} ${mtdparts} ${bootargs_extra}; usb start; fatload usb 0:1 0x40000 uImage-dtb; fatload usb 0:1 0x800000 uInitrd; bootm 0x40000 0x800000
bootdelay=5
ethact=egiga0
ethaddr=00:00:00:00:00:00 ( yes yes i placed the mac address on the nas label.... :) )
fdtcontroladdr=7b56608
mtdids=nand0=orion_nand
mtdparts=cmdlinepart.mtdparts=orion_nand:0xa0000@0x0(uboot),0x010000@0xa0000(env),0x500000@0xc0000(uimage),0x1a40000@0x5c0000(rootfs)
stderr=serial
stdin=serial
stdout=serial