bodhi Wrote: ------------------------------------------------------- > adrien60, > > > I think you are wrong about the RN104, it has a > > 88SE9215 4 port PCIE SATA controller > > > (http://web.archive.org/web/20240420194720/http://natisbad.org/NAS3/index.html) > > Thanks! Then the Wikidev is quite wrong. > > https://wikidevi.wi-cat.ru/Netgear_by rayknight - Debian
Why give them away with obsolete insecure firmware? Just leave Debian on them and point the new user to these forums.by rayknight - Rescue System
Curious as to why you're recommending the 370xp kernel for the device rather than the linux-6.11.6-mvebu-tld-1-bodhi.tar.bz2 kernel?by rayknight - Debian
You might want to try enabling the gpio-leds-hdd-38 defined in kirkwood-synology.dtsi as it appears to be another 2-bay led definition.by rayknight - Debian
The source for the DTB files for the DS210 and DS212 indicate they support multiple models as follows: DS210 - Synology DS210 v10, v20, v30, DS211j DS212 - Synology DS212, DS212p v10, v20, DS213air v10, DS213 v10 DS212j - Synology DS212j v10, v20 The DS210 DTB is for 6281 based devices, the DS212 DTB is for 6282 based devices and the DS212j is again for 6218 based devices. The DS212 DTBby rayknight - Debian
A similar program is available called 'neofetch'. Example of default output after installing on Netgear-Stora: _,met$$$$$gg. rayk@Netgear-Stora ,g$$$$$$$$$$$$$$$P. ------------------ ,g$$P" """Y$$.". OS: Debian GNU/Linux 11 (bullseye) armv5tel ,$$P' `$$$. Host: NETGEAR MS2000 / MS2110 akaby rayknight - Debian
mossbeachlarry Wrote: > P.S. Ray was looking for a DTB in the Nimbus SDK. > I hadn't thought of that before. I checked, and > there is none. Ionics did include their kernel > config file and their kernel patches, along with > their patches to U-Boot and a small rootfs. > I knew there would be no DTB as the source is too old. I was looking for the patches as thaby rayknight - Debian
Already know how to do that. I am trying to locate the Ionics source for these to enable creating an appropriate DTS file.by rayknight - Debian
What are the contents of the current directory.by rayknight - Debian
mossbeachlarry Wrote: ------------------------------------------------------- > I have something that may save you a whole lot of > time, assuming you are on the right track: the > Ionics-EMS Nimbus 101 SDK v6.1-p1.tar.bz2. > It is very comprehensive, including the upstream > Marvell U-Boot and Linux kernel source archives > and the Nimbus patches to those. It is too biby rayknight - Debian
There has been a DTS file available in mainstream linux since sometime before 4.19.x. So apparently someone has successfully used it. Current longterm kernel has https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/arch/arm/boot/dts/ti/omap/dm8148-t410.dts?h=v6.6.57. My device is buried in a closet and I never got around to trying it. I did find a page at booting hp t410 witby rayknight - Off-Topic
See https://promwad.com/case-studies/thin-client regarding development of this device. Perhaps reach out to PromWad to see if they are willing to provide the U-Boot source code for the device. Rayby rayknight - Debian
Zasshi Wrote: > But Un-bricking it is not a problem, it's just > that I need to give this unit to a person that > can't(won't) use Linux, > and so I'd like to restore the original > software. Do you realize the original firmware is Linux based also? Rayby rayknight - Rescue System
The factory firmware is extremely obsolete and contains multiple vulnerabilities. If you desire something that can operate entirely from the NAND flash like the original firmware then I would recommend OpenWrt. You can find information about loading that firmware and links to the firmware at OpenWrt for Dockstarby rayknight - Rescue System
In my opinion if Synology is patching kernel code then their patches must be GPL, otherwise they're in violation of the kernel license. Rayby rayknight - Debian
Need to add a similar line as kirkwood-nsa325.dts has: /* This board uses the pcf8563 RTC instead of the SoC RTC */ rtc@10300 { status = "disabled"; }; Only replace the pcf8563 in comment with the rs5c372a used by the Duo V2. It appears that this fix should be applied to the kirkwood-netgear_readynas_nv+_vby rayknight - Debian
tme Wrote: > I found a file named > "ReadyNASOS_V6.6.0_WW_src.zip" dated October 2020 > on my file server, but I don't recall from where I You got lucky!!! The file in question is still available from the NETGEAR Open Source Code for Programmers (GPL) page as https://www.downloads.netgear.com/files/GPL/ReadyNASOS_V6.6.0_WW_src.zip There are > 30 different versioby rayknight - Debian
There is U-Boot source in the downloads for ReadyNAS OS 6 (RN102/RN104/2120), but it does not match the U-Boot binary installed on those devices. Rayby rayknight - Debian
bodhi Wrote: > > Do you have a link to this download site? Netgear has source downloads at https://kb.netgear.com/2649/NETGEAR-Open-Source-Code-for-Programmers-GPL for most of their devices. There are quite a few releases of ReadyNAS OS 6 source available for RN102/RN104/2120.by rayknight - Debian
The earliest source code download for the RN102/RN104/2120 6.2.5 seems to be based on buildroot 2014.08 and uses a recipe for building u-boot using a tar file for U-Boot-2014.07. The latest source code 6.10.9 (6.10.10 link actually downloads 6.10.9) uses buildroot 2015.11 and a recipe for building u-boot using a tar file for U-Boot-2015.10. Neither of these matches the U-Boot in my example whicby rayknight - Debian
You could also consider installing a Linux OS on the device as it is supported by the mainline Linux kernel. See https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts/vt8500/wm8505-ref.dts which is the device file for Wondermedia WM8505 Netbook.by rayknight - uBoot
jungle_roger Wrote: ------------------------------------------------------- > I have installed Debian on my RN104 but im having > a couple of issues with it. > I used this guide: > https://web.archive.org/web/20230909154806/https://www.katerkamp.de/howto/osinstall/rn104-d-i.xhtml > but I installed bookworm instead. > I'm glad I went to this link and read it as I lby rayknight - Debian
wdq Wrote: ------------------------------------------------------- > .dts file for nas2big - > https://elixir.bootlin.com/barebox/v2019.02.0/source/dts/src/arm/kirkwood-nas2big > > if you look there you will find most of the .dts > from kirkwood > > now the issue was there was no eth0 on nas2big.dtb > what i have noticed in all the other .dts files > they alby rayknight - Debian
Robin Wrote: > Those are 256MB DDR3 1600Mhz capable chips, but as > the attached stock bootlog shows, those are run at > 1066Mhz in the DS214 even though the MV78230 SoC > is 1600Mhz capable. > The MV78230 SoC has 4 speed ratings (1066 Mhz, 1200 Mhz, 1333 Mhz, and 1600 Mhz). The rating used in the DS214 is 1066 Mhz, while that used in the DS214+, DS414 and RS814 is 1333 Mhzby rayknight - uBoot
Do you know how to build Linux kernel from source? Are you familiar with Device Tree Compiler? What I was suggesting was to either obtain the actual device tree source (.dts) file or as a last resort using the Device Tree Compiler tool to de-compile the DTB file to create a DTS file. Once you have a DTS it will likely need updating as what you have is for kernel 3.10.53 and you'll need toby rayknight - Debian
bodhi Wrote: ------------------------------------------------------- > For boxes with Armada 385 SoC, hwmon0 is usually > reserved for the HDD. Usually we use hddtemp to > get the temperature so we ignore this, but beware > that in the latest Debian release, hddtemp is no > longer available. So smartctl should be used to > get the temperature of the disk drives. > &by rayknight - Debian
Based on the following from your boot log: Jan 1 00:00:30 sigmatek-arm user.info kernel: Machine: Freescale i.MX6 Quad/DualLite (Device Tree), model: Sigmatek TT1933-S Board The device you have is likely this one SigmTek TT1933-S. I would suggest searching their website for newer firmware or contacting them to see if they have an updated SDK for the device. Failing that you could extracby rayknight - Debian
A quick look at the various boot logs shows all images where the kernel is less than 6 MB boot successfully. The boot where kernel > 6 MB do not boot. Does the load address need to be adjusted? Rayby rayknight - Debian
If you want to boot and use and OS from the NAND flash on this device you should be looking at OpenWrt. The NSA320 doesn't currently have support, but adding support should not be difficult. Rayby rayknight - Off-Topic
Not sure if you are aware, but the Network Space 2 like most LaCie NAS devices has issues as documented at Install from a LaCie stock U-Boot. It also implements its own form of U-Boot Net Console called CLUNC. If you follow the instructions at the first link you should be able to get U-Boot replaced and Debian installed. Its been a few years, but that is how I got Debian working on my Networkby rayknight - Debian