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
There is mainline U-Boot support for this device, so you should be able to easily build a modern U-Boot for it. See https://github.com/u-boot/u-boot/blob/master/configs/netspace_v2_defconfig in the U-Boot source for the default config file for building U-Boot for the device. Rayby rayknight - Debian
For someone who hasn't read the entire thread, what exactly is the difference in test setup (i.e. not the result difference, but configuration difference) between test 1 and test 2? Rayby rayknight - uBoot
Please re-create your boot device and post a log of the creation process as for some reason U-Boot is not finding a readable partition. Are you creating on a Linux distribution? If so when completed please run the command: fdisk -l /dev/sd? Replacing the ? with the device indicator (i.e. either a, b, c ...) depending on how the USB drive was identified by Linux. Also helpful would be tby rayknight - uBoot
It has been a while since I made the WikiDevi entry for this device. However, if I recall correctly the 1MB Serial Flash contains the configuration for the USB4640 IC which is a USB 2.0 Flash Media Controller with Hi-Speed USB Hub. If you look at the DTS for this device you see the following: &hsic0 { status = "okay"; usb1@1 { compatible = "usb424,2640"by rayknight - Debian
gov Wrote: ------------------------------------------------------- > hello Bodhi ser.. > > I have flashed new boot image and I don't know how > to go forward after this step. > SNIP > Pogoplug:/tmp$ ./fw_printenv ethaddr > > >by rayknight - Rescue System
pczerepaniak Wrote: ------------------------------------------------------- > Hi, i try to get wake on lan working on RN102 with > debian. > > I am setting on wake on lan with: > > ethtool -s eht0/end1 wol g > Likely not the issue, but you do have a typo in the above line. It should be: ethtool -s eth0 wol gby rayknight - Debian
See the Backup/Restore rootfs using tar commandby rayknight - Rescue System
bowent@encorecsl.com Wrote: ------------------------------------------------------- > Greetings, installing rescue system on Pink > Pogoplug E02 and am getting errors right out of > the gate. > Ran command: > fw_printenv mtdparts > > > Got this error: > ## Error: "mtdparts" not defined > > Any help appreciated. mtdparts is defined in U-Boby rayknight - Rescue System
Popo Wrote: > but, now ! after fix dtb, I can completely power > off machine! > It's good situation... Can you please post the your modified dts file? Thanks, Rayby rayknight - Rescue System
QuotePopo BTW, my machine is not DC01. My machine is the same OEM product as OpenWRT and Ray's machine. It's just that I don't have the RTC on the motherboard. Are you sure you have no RTC on the motherboard? I posted a link to an image of my board which does have an RTC IC, just not the one referenced in the DTS. On the bottom of the board there is a small battery marked BT1by rayknight - Rescue System
AleXSR700 Wrote: > EDIT: > For anybody hooking up UART. You need RX, TX > aaaaand GND. No VCC but you do need GND. Probably > obvious for most but less so for inexperienced > users like me who usually use VCC & GND for their > flashing needs. This can vary depending on what you are using to connect to the UART port. For instance I make extensive use of the μArtby rayknight - uBoot