+-Serie DS213+ Stromausfall bei Firmware-Update

Alle Geräte der +-Serie. Geräte für kleinere und mittlere Unternehmen.

dil88

Benutzer
Contributor
Sehr erfahren
Mitglied seit
03. Sep 2012
Beiträge
29.898
Punkte für Reaktionen
1.177
Punkte
754
Ich bin immer wieder schwer beeindruckt, was Du da zauberst, Götz! Was Du hier schon an Disk Stations reanimiert hast, ist unglaublich.
 

PeterB87

Benutzer
Mitglied seit
06. Jul 2015
Beiträge
16
Punkte für Reaktionen
0
Punkte
1
hmm. ich hab die DS jetzt heruntergefahren und wieder zusammengebaut. jetzt wo ich neugestartet hab, is sie schon wieder im blau blinkenden modus. was hab ich den falsch gemacht?
 

goetz

Super-Moderator
Teammitglied
Sehr erfahren
Mitglied seit
18. Mrz 2009
Beiträge
14.023
Punkte für Reaktionen
274
Punkte
393
Hallo,
welche Version hast Du per tftp übertragen?
Hast Du danach per DSM ein Firmwareupgrade auf die aktuelle Version gemacht?
Mit den bisherigen Befehlen ist der Flash nicht neu geschrieben worden. Geflasht wird erst wenn per DSM eine höhere Firmwareversion installiert wird.
Also noch mal von vorn.

Gruß Götz
 

PeterB87

Benutzer
Mitglied seit
06. Jul 2015
Beiträge
16
Punkte für Reaktionen
0
Punkte
1
achso :D nein ich hab noch nicht eine neue dsm version installiert. bin gerade dabei die befehle neu einzugeben.

danke :) hoffe jetzt geht es
 

Vaako

Benutzer
Mitglied seit
21. Aug 2009
Beiträge
43
Punkte für Reaktionen
3
Punkte
8
Hallo,
zur Dokumentation:

sf read addr offset len - read 'len' bytes starting at 'offset' to memory at 'addr'
Ein Schuß ins blaue:
Rich (BBCode):
tftpboot 0x1000000 zImage
tftpboot 0x2000000 rd.bin
sf probe 0
sf read c00000 7E0000 10000
bootm 1000000 2000000 c00000
Genau auf die Zahlen achten.

Gruß Götz

@Götz du bist super.
Dank Ihnen funktioniert meine DS213+ wieder !
 

fanatikatm

Benutzer
Mitglied seit
22. Aug 2023
Beiträge
2
Punkte für Reaktionen
0
Punkte
1
Hello Everyone,

First sorry for the English but i need help with my DS216SE.
i did try the adobe steps but i cant write to the correct offset.
Can someone please help?
Here is the printenv:

CASset=min
MALLOC_len=5
autoload=no
baudrate=115200
bootargs=console=ttyS0,115200 ip=off initrd=0x8000040,8M root=/dev/md0 rw syno_hw_version=DS216se ihd_num=2 netif_num=1 flash_size=8
bootargs_end=:10.4.50.254:255.255.255.0:KW40:eth0:none
bootargs_root=root=/dev/nfs rw
bootcmd=sf probe 0 50000000;bootm 0xf40c0000 0xf4390000
bootdelay=3
cacheShare=no
console=console=ttyS0,115200
disL2Cache=yes
disaMvPnp=no
eeeEnable=no
enaAutoRecovery=yes
enaClockGating=no
enaFPU=no
enaWrAllo=no
eth1addr=00:50:43:02:00:00
eth1mtu=1500
ethact=egiga0
ethaddr=00:50:43:02:02:00
ethmtu=1500
ethprime=egiga0
fileaddr=F4390000
filesize=36001A
image_name=uImage
initrd_name=uInitrd
ipaddr=169.254.0.2
loadaddr=0x02000000
loads_echo=0
mvNetConfig=mv_net_config=1,(00:50:43:11:11:11,0:1:2:3:4),mtu=1500
mv_pon_addr=00:50:43:00:00:02
netbsd_en=no
netmask=255.255.255.0
netretry=no
pcieTune=no
pexMode=rc
pxe_files_load=:default.arm-armada370-db:default.arm-armadaxp:default.arm
pxefile_addr_r=3100000
rcvrip=169.254.100.100
rootpath=/srv/oneiric
sata_delay_reset=0
sata_dma_mode=yes
serverip=169.254.0.1
setL2CacheWT=no
standalone=fsload 0x2000000 $image_name;setenv bootargs $console $mtdparts root=/dev/mtdblock0 rw ip=$ipaddr:$serverip$bootargs_end; bootm 0x2000000;
stderr=serial
stdin=serial
stdout=serial
usb0Mode=host
usb1Mode=host
usb2Mode=device
usbActive=1
vxworks_en=no
yuk_ethaddr=00:00:00:EE:51:81

Environment size: 1503/65532 bytes
 

fanatikatm

Benutzer
Mitglied seit
22. Aug 2023
Beiträge
2
Punkte für Reaktionen
0
Punkte
1
Marvell>> setenv ipaddr 169.254.0.2
Marvell>> setenv serverip 169.254.0.1
Marvell>> tftpboot 0x1000000 zImage
Using egiga0 device
TFTP from server 169.254.0.1; our IP address is 169.254.0.2
Filename 'zImage'.
Load address: 0x1000000
Loading: T T T T
Abort
Marvell>> setenv ipaddr 169.254.0.2
Marvell>> setenv serverip 169.254.0.1
Marvell>> tftpboot 0x1000000 zImage
Using egiga0 device
TFTP from server 169.254.0.1; our IP address is 169.254.0.2
Filename 'zImage'.
Load address: 0x1000000
Loading: #################################################################
#################################################################
done
Bytes transferred = 1894224 (1ce750 hex)
Marvell>> tftpboot 0x2000000 rd.bin
Using egiga0 device
TFTP from server 169.254.0.1; our IP address is 169.254.0.2
Filename 'rd.bin'.
Load address: 0x2000000
Loading: #################################################################
#################################################################
#################################################################
###############################################
done
Bytes transferred = 3540991 (3607ff hex)
Marvell>> sf probe 0
SF: Detected MX25L6405D with page size 64 KiB, total 8 MiB
Marvell>> sf read c00000 7E0000 10000
Marvell>> bootm 1000000 2000000 c00000
## Booting kernel from Legacy Image at 01000000 ...
Image Name: Linux-3.2.101
Created: 2023-01-16 9:53:46 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1894160 Bytes = 1.8 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 02000000 ...
Image Name: synology_armada370_216se 42218
Created: 2023-01-17 2:10:27 UTC
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 3540927 Bytes = 3.4 MiB
Load Address: 08000000
Entry Point: 08000000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[ 0.000000] Linux version 3.2.101 (root@build1) (gcc version 7.5.0 (GCC) ) #42218 Mon Jan 16 17:53:04 CST 2023
[ 0.000000] CPU: Marvell PJ4Bv7 Processor [561f5811] revision 1 (ARMv7), cr=18c53c7d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] Machine: Marvell Armada-370
[ 0.000000] Using UBoot passing parameters structure
[ 0.000000] >>>>>>>Tag MAC 00:02:02:43:50:00
[ 0.000000] >>>>>>>Tag MAC 00:00:00:00:00:00
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping off. Total pages: 65024
[ 0.000000] Kernel command line: console=ttyS0,115200 ip=off initrd=0x8000040,8M root=/dev/md0 rw syno_hw_version=DS216se ihd_num=2 netif_num=1 flash_size=8
[ 0.000000] Synology Hardware Version: DS216se-j
[ 0.000000] Internal HD num: 2
[ 0.000000] Internal netif num: 1
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Memory: 256MB = 256MB total
[ 0.000000] Memory: 240148k/240148k available, 21996k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xd0800000 - 0xfa800000 ( 672 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0497000 (4668 kB)
[ 0.000000] .init : 0xc0497000 - 0xc04bf000 ( 160 kB)
[ 0.000000] .data : 0xc04c0000 - 0xc04e52a0 ( 149 kB)
[ 0.000000] .bss : 0xc04e52c4 - 0xc053dfec ( 356 kB)
[ 0.000000] NR_IRQS:256
[ 0.000000] a370_time_init
[ 0.000000] sched_clock: 32 bits at 533MHz, resolution 1ns, wraps every 8058ms
[ 5.798632] Calibrating delay loop... 795.44 BogoMIPS (lpj=3977216)
[ 5.838602] pid_max: default: 32768 minimum: 301
[ 5.838722] Security Framework initialized
[ 5.838763] AppArmor: AppArmor initialized
[ 5.838816] Mount-cache hash table entries: 512
[ 5.839175] CPU: Testing write buffer coherency: ok
[ 5.839900] devtmpfs: initialized
[ 5.843807] NET: Registered protocol family 16
[ 5.845980] L0 cache Enabled
[ 5.845993] Speculative Prefetch Disabled
[ 5.846021] Aurora L2 Cache Enabled
[ 5.846055] Support IO coherency.
[ 5.846071] Enable DLB and DRAM write coalescing
[ 5.857699]
[ 5.857706] CPU Interface
[ 5.857713] -------------
[ 5.857719] SDRAM_CS0 ....base 00000000, size 256MB
[ 5.857735] SDRAM_CS1 ....disable
[ 5.857744] SDRAM_CS2 ....disable
[ 5.857752] SDRAM_CS3 ....disable
[ 5.857761] DEVICE_CS0 ....base f2000000, size 32MB
[ 5.857777] DEVICE_CS1 ....no such
[ 5.857798] DEVICE_CS2 ....no such
[ 5.857819] DEVICE_CS3 ....no such
[ 5.857840] PEX0_MEM ....base e0000000, size 32MB
[ 5.857854] PEX0_IO ....base f1100000, size 1MB
[ 5.857868] PEX1_MEM ....base e2000000, size 32MB
[ 5.857883] PEX1_IO ....base f1200000, size 1MB
[ 5.857898] INTER_REGS ....base f1000000, size 1MB
[ 5.857912] DMA_UART ....no such
[ 5.857932] SPI_CS0 ....base f0000000, size 16MB
[ 5.857948] SPI_CS1 ....no such
[ 5.857969] SPI_CS2 ....no such
[ 5.857989] SPI_CS3 ....no such
[ 5.858010] SPI_CS4 ....no such
[ 5.858030] SPI_CS5 ....no such
[ 5.858050] SPI_CS6 ....no such
[ 5.858071] SPI_CS7 ....no such
[ 5.858091] BOOT_ROM_CS ....no such
[ 5.858112] DEV_BOOTCS ....base f5000000, size 16MB
[ 5.858128] PMU_SCRATCHPAD ....no such
[ 5.858149] CRYPT0_ENG ....base c8010000, size 64KB
[ 5.858167]
[ 5.858170] Marvell Armada370 Board-- SYNO-DS216se-BP Soc: MV6710 A1 LE
[ 5.858187] LSP version: linux-3.2.y-2013_Q1.2p2
[ 5.858195]
[ 5.858198]
[ 5.858208] Detected Tclk 200000000, SysClk 533000000, FabricClk 533000000
[ 5.860537] Synology Armada370 DS216se GPIO Init
[ 5.862139] Marvell USB EHCI Host controller #0: c4047000
[ 5.862551] Marvell USB EHCI Host controller #1: c405ce00
[ 5.863078] PCI: bus0: Fast back to back transfers enabled
[ 5.863100] mvPexLocalBusNumSet: ERR. Invalid PEX interface 1
[ 5.863109] mvPexLocalDevNumSet: ERR. Invalid PEX interface 1
[ 5.871563] bio: create slab <bio-0> at 0
[ 5.872552] SCSI subsystem initialized
[ 5.874323] Switching to clocksource armada370_clocksource
[ 5.874535] AppArmor: AppArmor Filesystem Enabled
[ 5.876975] NET: Registered protocol family 2
[ 5.883897] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 5.884157] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 5.884269] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[ 5.884372] TCP: Hash tables configured (established 8192 bind 8192)
[ 5.884384] TCP reno registered
[ 5.884398] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 5.884418] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 5.884602] NET: Registered protocol family 1
[ 5.884847] Trying to unpack rootfs image as initramfs...
[ 5.898587] Freeing initrd memory: 8192K
[ 5.898932] XOR registered 4 channels
[ 5.898944] cesadev_init(c049f518)
[ 5.899872] Armada XP hwmon thermal sensor initialized.
[ 5.900005] Initializing Armada-XP CPU power management (WFI)
[ 5.900773] audit: initializing netlink socket (disabled)
[ 5.900814] type=2000 audit(0.090:1): initialized
[ 5.901128] VFS: Disk quotas dquot_6.5.2
[ 5.901171] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 5.901655] msgmni has been set to 485
[ 5.902924] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[ 5.902942] io scheduler noop registered
[ 5.902996] io scheduler cfq registered (default)
[ 5.903320] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 5.904729] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 41) is a 16550A
[ 6.454527] console [ttyS0] enabled
[ 6.458532] serial8250.1: ttyS1 at MMIO 0xf1012100 (irq = 42) is a 16550A
[ 6.473623] brd: module loaded
[ 6.476738] Loading iSCSI transport class v2.0-870.
[ 6.483085] sata_mv sata_mv.0: slots 32 ports 2
[ 6.489721] scsi0 : sata_mv
[ 6.493087] scsi1 : sata_mv
[ 6.496364] ata1: SATA max UDMA/133 irq 55
[ 6.500491] ata2: SATA max UDMA/133 irq 55
[ 9.994375] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[ 10.014511] ata1.00: ATA-10: WDC WD10SPZX-24Z10, 04.01A04, max UDMA/133
[ 10.021169] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 10.044474] ata1.00: configured for UDMA/133
[ 10.064476] scsi 0:0:0:0: Direct-Access WDC WD10SPZX-24Z10 04.0 PQ: 0 ANSI: 5
[ 10.074285] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 10.082018] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 13.074789] Delay 5 seconds to wait for disk 2 ready.
[ 18.058392] sd 0:0:0:0: [sda] Write Protect is off
[ 18.063302] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 18.564377] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[ 18.584513] ata2.00: ATA-10: WDC WD10SPZX-21Z10T0, 02.01A02, max UDMA/133
[ 18.591346] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 18.634472] ata2.00: configured for UDMA/133
[ 18.654470] scsi 1:0:0:0: Direct-Access WDC WD10SPZX-21Z10T0 02.0 PQ: 0 ANSI: 5
[ 18.664279] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 18.672014] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 18.678593] sd 1:0:0:0: [sdb] Write Protect is off
[ 18.683931] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 18.693515] physmap platform flash device: 00800000 at f0000000
[ 18.702175] SPI Serial flash detected @ 0xf0000000, 8192KB (128sec x 64KB)
[ 18.709131] Searching for RedBoot partition table in SYNOMTD-0 at offset 0x7f0000
[ 18.756215] 6 RedBoot partitions found on MTD device SYNOMTD-0
[ 18.762084] SYNOMTD flash bank 0: Using RedBoot partition definition
[ 18.768486] Creating 6 MTD partitions on "SYNOMTD-0":
[ 18.773573] 0x000000000000-0x0000000c0000 : "RedBoot"
[ 18.780683] 0x0000000c0000-0x000000390000 : "zImage"
[ 18.786813] 0x000000390000-0x0000007d0000 : "rd.gz"
[ 18.792811] 0x0000007d0000-0x0000007e0000 : "vendor"
[ 18.797931] vender Mac0 address : 00:11:32:49:d1:22
[ 18.802844] vender Mac1 doesn't set ucSum:0x00 Buf:0x00 Sum:0.
[ 18.808725] vender Mac2 doesn't set ucSum:0x00 Buf:0x00 Sum:0.
[ 18.814602] vender Mac3 doesn't set ucSum:0x00 Buf:0x00 Sum:0.
[ 18.820477] serial number='1580NDN273602'
[ 18.825485] 0x0000007e0000-0x0000007f0000 : "RedBoot Config"
[ 18.832458] 0x0000007f0000-0x000000800000 : "FIS directory"
[ 18.839308] mv_eth_probe: port_mask=0x3, cpu_mask=0x1
[ 18.844618] o 2 Giga ports supported
[ 18.848389] o SKB recycle supported (Enabled)
[ 18.852946] o NETA acceleration mode 1
[ 18.856902] o RX Queue support: 8 Queues * 128 Descriptors
[ 18.862595] o TX Queue support: 8 Queues * 532 Descriptors
[ 18.868294] o GSO supported
[ 18.871277] o GRO supported
[ 18.874259] o Receive checksum offload supported
[ 18.879084] o Transmit checksum offload supported
[ 18.884060] o Driver ERROR statistics enabled
[ 18.888636]
[ 18.890291] o Loading network interface(s)
[ 18.894617]
[ 18.896119] o Port 0 is connected to Linux netdevice
[ 18.901816] giga p=0: mtu=1500, mac=c4027e44
[ 18.909983] sdb: unknown partition table
[ 18.914451] o eth0, ifindex = 2, GbE port = 0
[ 18.919013] o eth0, phy chipid = 1410e90, Support WOL = 0
[ 18.924989]
[ 18.926494]
[ 18.926498] o Warning: GbE port 1 is not connected to PHY/RGMII/Switch, skip initialization
[ 18.926507]
[ 18.938070]
[ 18.940531] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 18.945506] i2c /dev entries driver
[ 18.949977] md: raid1 personality registered for level 1
[ 18.955497] cpuidle: using governor ladder
[ 18.959857] cpuidle: using governor menu
[ 18.963971] cancel mvsdio probe
[ 18.967485] TCP cubic registered
[ 18.970738] NET: Registered protocol family 17
[ 18.975244] Registering the dns_resolver key type
[ 18.980087] VFP support v0.3: implementor 56 architecture 2 part 20 variant 9 rev 6
[ 18.988498] registered taskstats version 1
[ 19.702858] sda: unknown partition table
[ 19.707793] sd 0:0:0:0: [sda] Attached SCSI disk
[ 19.712491] md: Waiting for all devices to be available before autodetect
[ 19.719343] md: If you don't use raid, use raid=noautodetect
[ 19.725803] md: Autodetecting RAID arrays.
[ 19.729930] md: Scanned 0 and added 0 devices.
[ 19.734419] md: autorun ...
[ 19.737229] md: ... autorun DONE.
[ 19.740868] EXT3-fs (md0): error: unable to read superblock
[ 19.746616] EXT2-fs (md0): error: unable to read superblock
[ 19.752319] EXT4-fs (md0): unable to read superblock
[ 19.757347] List of all partitions:
[ 19.760872] 0800 976762584 sda driver: sd
[ 19.765546] 0810 976762584 sdb driver: sd
[ 19.770205] 1f00 768 mtdblock0 (driver?)
[ 19.775310] 1f01 2880 mtdblock1 (driver?)
[ 19.780407] 1f02 4352 mtdblock2 (driver?)
[ 19.785513] 1f03 64 mtdblock3 (driver?)
[ 19.790609] 1f04 64 mtdblock4 (driver?)
[ 19.795713] 1f05 64 mtdblock5 (driver?)
[ 19.800805] No filesystem could mount root, tried: ext3 ext2 ext4
[ 19.807080] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(9,0)
[ 19.815398] Backtrace:
[ 19.817902] [<c0012af0>] (dump_backtrace+0x0/0x124) from [<c038fb30>] (dump_stack+0x18/0x1c)
[ 19.826398] r7:c04b7488 r6:c04e62e0 r5:c0437938 r4:c04e62e0
[ 19.832146] [<c038fb18>] (dump_stack+0x0/0x1c) from [<c038fccc>] (panic+0x70/0x18c)
[ 19.839871] [<c038fc5c>] (panic+0x0/0x18c) from [<c0497eb0>] (change_floppy+0x0/0xec)
[ 19.847760] r3:c4027f38 r2:00000020 r1:c4027f38 r0:c0426094
[ 19.853500] r7:c04b7488
[ 19.856080] [<c0497b40>] (mount_block_root+0x0/0x370) from [<c0498000>] (mount_root+0x64/0x68)
[ 19.864757] [<c0497f9c>] (mount_root+0x0/0x68) from [<c049818c>] (prepare_namespace+0x188/0x1d0)
[ 19.873594] r5:c04e5340 r4:c04b7488
[ 19.877230] [<c0498004>] (prepare_namespace+0x0/0x1d0) from [<c04979dc>] (kernel_init+0x1c0/0x1c8)
[ 19.886249] r6:c04e52e0 r5:00000009 r4:c04967c0
[ 19.890941] [<c049781c>] (kernel_init+0x0/0x1c8) from [<c004ccd4>] (do_exit+0x0/0x644)
[ 19.898915] r7:00000013
 

Synchrotron

Benutzer
Sehr erfahren
Mitglied seit
13. Jul 2019
Beiträge
4.733
Punkte für Reaktionen
1.694
Punkte
214
Hello from someone.

1) This forum is German language only.
2) Please don‘t post meters of Logikers here - if you want to attach something, pot it into a file, attach the file.
3) No idea about your issue.

For professional help, contact NAS Central directly.
 


 

Kaffeautomat

Wenn du das Forum hilfreich findest oder uns unterstützen möchtest, dann gib uns doch einfach einen Kaffee aus.

Als Dankeschön schalten wir deinen Account werbefrei.

:coffee:

Hier gehts zum Kaffeeautomat