Try 1. Start kwboot 2. Power up the Pogo Mobile. and 1. Power up the Pogo Mobile. 2. Start kwboot immediately. And make sure the serial wires are away from the power cord. Sometime the power interference could cause noise if the wires are not shielded. > Also, FWIW, I'm using the OpenWrt u-boot.kwb file > for this device (from OpenWrt 24.10.1). Is there > anotherby bodhi - uBoot
shermbug , I'm assuming the Ubuntu box is x86, 64bit. And serial console has worked welll before bricked. Try using this kwboot binary: https://forum.doozan.com/read.php?3,27280,27280#msg-27280 Quote2. I've attached the 2025.01-rc1 kwboot static binary (x86-64) to this post: kwboot_2025.01-rc1_x86-64.tar.bz2 (kwboot version u-boot version 2025.01-rc1-ge61ea9f2e5d2-dirty)by bodhi - uBoot
BayPanard, > We got further this time! > > Now it complained about dtb / fdt because I did > not place the dtb file under under /boot/dtb of > the rootfs. > > And I ran out of luck because the old Raspberry PI > 1B I was using choose to die at this moment... > > I need to put my hands on an UART adapter or > another PI-like device, I'll comby bodhi - Debian
Attached here is the new u-boot build for Synology DS112. uboot.2024.10-tld-1.ds112.bodhi.250509.tar md5: d04f7e16e6b1e1c3452c792a254a16b4 sha256: 0d3e2cb360b1e420f18ebbecb3694180b9f9bbbacc82053e1a3f24135fc037ac This tarball includes 5 files uboot.2024.10-tld-1.ds112.kwb uboot.2024.10-tld-1.ds112.environment.img uboot.2024.10-tld-1.ds112.environment uboot.2024.10-tld-1.ds112.bootby bodhi - Debian
Ivan, Thanks to your testing on this DS211 thread, and BayPanard testing of the Synology DS112. I mentioned on the DS112 thread: Quotehttps://forum.doozan.com/read.php?2,139072,139744#msg-139744 OK, so thanks to this topic I took a close look. Mainline u-boot seems to lack some support for the Kirkwood 6282 SoC! Will see if I can work around it or have to do the right thing by addingby bodhi - uBoot
In think it's best that I rebuild this u-boot to correct the default envs. Stay tuned for another build to test eSATA booting.by bodhi - Debian
sudos, > I have no idea what I'm even looking at, here. I > got the machine rebooted and updated the kernel > 6.13.8 right after and will be monitoring for any > weirdness, > Based on whats included in the trace, could > this be something to do with the CPU power saving > stuff? was this something fixed in a later kernel > and I'm reading too muchby bodhi - Debian
BayPanard, > As of now for all past tests I did not put new > boot.scr from your tarball on my rootfs as you > told me at the beginning that only the .kwb file > was modified. Am I executing the tests right? Yes, you did. My bad :) I did not reconize there was a syntax error in the format of the internal envs (copy/paste problem). > Still no luck with detecting usb andby bodhi - Debian
ZooMoo, > What is the latest SoC / NAS you'd recommend > that's supported? I don't know much about the latest models in the market. I have a few Synolgy DS116 (1-bay) and Thecus N2350 (2-bay) and I like both, especially the DS116. I'm supporting these here.by bodhi - Debian
ZooMoo, I did not have any luck requesting anything from Marvell in the past. I have most of the datasheets for the more popular Marvell SoCs, just not this Armada 375 SoC. Developers' interest seem to stop cold after the reference board (armada-375-db) was mainline.by bodhi - Debian
Attached here is the new u-boot build for Synology DS112. uboot.2024.10-tld-1.ds112.bodhi.250508.tar md5: 8da79550bb598de08689b900add12060 sha256: 7b5596b8bc92446f359c594aa77333cce56f18b4c69f09e227f508cd36e79dfc This tarball includes 5 files uboot.2024.10-tld-1.ds112.kwb uboot.2024.10-tld-1.ds112.environment.img uboot.2024.10-tld-1.ds112.environment uboot.2024.10-tld-1.ds112.bootby bodhi - Debian
OK, so thanks to this topic I took a close look. Mainline u-boot seems to lack some support for the Kirkwood 6282 SoC! Will see if I can work around it or have to do the right thing by adding the missing code. What we did in the past for u-boot was OK because we run the both 6281 and 6282 SoC boxes as 6281. Most of the time it works fine because the 6282 is a clone of the 6281, with some addiby bodhi - Debian
Ivan, Check your dmesg. There is some problem with your 12TB HDD. [ 5.325716][ T56] ata1.00: ATA-9: HGST HUH721212ALN600, LEGNT3D0, max UDMA/133 [ 5.333162][ T56] ata1.00: 2929721344 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 5.400229][ T56] ata1.00: configured for UDMA/133 [ 5.415843][ T22] scsi 0:0:0:0: Direct-Access ATA HGST HUH721212AL T3D0 PQ: 0 ANSI:by bodhi - uBoot
Also see if you can bring it down to 2500 RPM if you want even less fan noise. When the HDDs are sleeping, it does not generate much heat.by bodhi - uBoot
Ivan, > I have put 40C as min and 60C as max. Seems to > hold steady at +46.2C and 3100 RPM. > The HDD is at 32C idle. Cool! that's a good fan. Synology fans are usually good and quiet. > Just to note that I had to install fancontrol, it > was not there before, and it seems that the fan > was not working at all. Yes. I did not install fancontrol in the basiby bodhi - uBoot
Ivan, Kirkwood thermal seems to work OK on the 6282, so lm-sensors and fancontrol is the correct solution. You just have to test the fanspeed manuall control first (use the 2nd number which is the index). gpio-fan,speed-map = < 0 0>, <2500 1>, <3100 2>,by bodhi - uBoot
BayPanard, OK. Guess I need to take a look at the GPL source again!by bodhi - Debian
Further thoughts. Quotebodhi > Yes. And the behavior in Linux boot log is > interesting. The lower tray 500GB was up > after the USB drive. This means the lower > SATA port is very slow spinning up. > > I'm wondering if you have 2 small HDDs? put them > in both bays and power up, interrupt countdown and > The idea is to see if it is a bug in u-boot thatby bodhi - uBoot
AutoEdga, > So my main question is > - Is it possible to install Debian on the zyxel > nsa325 Yes. See here in the Wiki thread QuoteKirkwood plugs Basic steps to install Debian and new u-boot on Kirkwood boxes Boot Kirkwood rootfs with stock u-boot You could install Debian on USB or HDD drive.The 1st topic above is to install both Debian and new u-boot at the same timeby bodhi - Debian
Attached here is the new u-boot for Synology DS112. uboot.2024.10-tld-1.ds112.bodhi.250504.tar md5: 12050f29126d77e330fe43d44ec0652e sha256: c79e39ad2aac62f4e51263e4adc1df8c03b51469182807972160fbccac83b50c This tarball includes 5 files uboot.2024.10-tld-1.ds112.kwb uboot.2024.10-tld-1.ds112.environment.img uboot.2024.10-tld-1.ds112.environment uboot.2024.10-tld-1.ds112.boot.cmdby bodhi - Debian
BayPanard, > I did booted from rootfs on internal SATA, I hope > it'll be ok. (I plugged usb drive for it to show > in the commands after boot) Thanks! dmesg looks good. Quotelspci > 00:01.0 PCI bridge: Marvell Technology Group Ltd. > Device 6282 > 00:02.0 PCI bridge: Marvell Technology Group Ltd. > Device 6282 > 02:00.0 USB controller: NEC Corporatiby bodhi - Debian
Ivan, > I have modified it to pint to DS211.dtb, and now > it boots fine and I am able to see the disks. > > I have flashed the latest u-boot. Cool! > The LED below power button is flahing at it's 2Hz > blue still. After booting two orange LEDs to the > right of the front USB are slid orange. Try to control the LEDs according to thisby bodhi - uBoot
Ivan, You did not kwboot the new u-boot! Please see above. https://forum.doozan.com/read.php?3,138456,139715#msg-139715 QuoteHere is the May 03 build. uboot.2024.10-tld-1.ds211.bodhi.250503.tar md5: 3f2b5bb2a0c162a8f0525fd185959f84 sha256: 591c0b916c743c5d2025256e1f31c6c556c5c6d8e0c956b34335da3028b390f0 This tarball contains 5 files. uboot.2024.10-tld-1.ds211.kwb uboot.202by bodhi - uBoot
New u-boot build: https://forum.doozan.com/read.php?3,138456,139715#msg-139715by bodhi - Debian
Ivan, Here is the May 03 build. uboot.2024.10-tld-1.ds211.bodhi.250503.tar md5: 3f2b5bb2a0c162a8f0525fd185959f84 sha256: 591c0b916c743c5d2025256e1f31c6c556c5c6d8e0c956b34335da3028b390f0 This tarball contains 5 files. uboot.2024.10-tld-1.ds211.kwb uboot.2024.10-tld-1.ds211.environment.img uboot.2024.10-tld-1.ds211.environment uboot.2024.10-tld-1.ds211.boot.cmd uboot.2024.10-by bodhi - uBoot
Ivan, I thought I mentioned here that you should flash back to the Nov 22nd version. uboot.2024.10-tld-1.ds211.bodhi.tar.nov_22_version However, since I've got another u-boot version. Let me upload it and you can kwboot to see if it's better.by bodhi - Debian
Ivan, QuoteDiskStation> dd if=uboot.2023.04-tld-1.ds411j.kwb of=/dev/mtd0 1024+0 records in 1024+0 records out DiskStation> Now it's bricked. When turned on, the fan just starts full speed, and no output on the serial console. You're a bit impatient. It's not hard to make flashcp work in DSM.by bodhi - Debian
Ivan, Log in to Synology DSM. which busybox busybox --help ===== Use dd to flash will work too, but it does not provide any error output so there is no way to know if the flashing was successful.by bodhi - Debian
> Perhaps statically compiled flashcp would work? Or find an older version of flashcp.by bodhi - Debian
BayPanard, Boot into Debian like you normally do (with tftp and USB 3.0 rootfs). dmesg lsusb lsusb -v lspci lspci -v And please post the entire log here.by bodhi - Debian