I tried sysupgrade -v with these two files from https://downloads.openwrt.org/releases/21.02.3/targets/oxnas/ox820/ cloudengines_pogoplugpro-ubifs-sysupgrade.tar cloudengines_pogoplugpro-ubifs-ubinized.bin Well, nothing changed after the "upgrade", I still have my good old version and it can still boot. :P I think I should call it a "stable" version. BusyBoby daviddyer - Rescue System
chessplayer Wrote: ------------------------------------------------------- > daviddyer, > > does this survive a sysupgrade from OpenWrt? (Just > out of curiosity - the use case for that is > probably not too obvious ...). My guess is it > wouldn't, would it? > > Cheers, > > chessplayer I'm sure it won't survive a sysupgrade from Openwrby daviddyer - Rescue System
This is in Debian (NFS root) Linux pogopronfs 5.4.101-oxnas-tld-1 #1.0 SMP PREEMPT Sat Feb 27 20:19:53 PST 2021 armv6l The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted bby daviddyer - Rescue System
Well, I think change the dts in openwrt then recompile is the best solution for this box. In this way, Bodhi's debian and the openwrt will have the same mtd definition and it will be easy to use. This is in openwrt (with the modified dts file) BusyBox v1.33.1 (2021-10-24 09:01:35 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-by daviddyer - Rescue System
In the original dts file (from openwrt source) ... partition@0 { label = "stage1"; reg = <0x00000000 0x00040000>; read-only; }; partition@40000 { label = "u-boot"; reg = <0x00040000 0x0by daviddyer - Rescue System
Well, openwrt put the dtb file in the kernel (like booting debian with old u-boot), and the mtd definition is in the dtb. You can modify the dts file and compile your own kernel, then combine it with the openwrt root file system, build a volume to write to the ubi file system, then adjust the u-boot parameters. The dts file is located here: ~/openwrt/target/linux/oxnas/files/arch/arm/booby daviddyer - Rescue System
I built the cable myself. Barrel jack cable was from the broken Goflexhome adapter the other end was connected to an adjustable switching power module (LM2596 module, eBay has it @ $0.99 shipped long time ago).by daviddyer - Off-Topic
I guess I will give up the wireless part of Dreamplug. Thanks to Bodhi and LeggoMyEggo!by daviddyer - Debian
I grabbed the info from two dreamplugs. Kernel version 5.9.12-kirkwood-tld-1 One without the non-free firmware, it mentions sd8787 Non-free firmware NOT installed. [ 37.134802] systemd-udevd[353]: Using default interface naming scheme 'v240'. [ 37.151152] systemd-udevd[352]: Using default interface naming scheme 'v240'. [ 37.232019] systemd-udevd[352]: lby daviddyer - Debian
Is it easy to make the onboard wireless (Dreamplug, Topkick-1281P2, etc, I guess they both use the sd8787?) work with modern debian? I use the ethernet port, but it is nice to get less errors in dmesg.by daviddyer - Debian
And bodhi said to Topkick: No new u-boot for you!by daviddyer - Debian
bodhi Wrote: ------------------------------------------------------- > This USI Topkick has been done and should be on > the support list. > > There it is: > > Quote......., > Lenovo/Iomega ix2-dl, CTera C220 V1, and all other > Kirkwood plugs that are already in the > mainline. Hi, bodhi, just found one typo here, C220 should be C200by daviddyer - Debian
Long time ago, those 1GB Quad core Rock64 SBCs were really good. It also had 5V3A power supply, ugly case, i2c 1602 lcd, 16GB or 8GB SD card. I got three @ amazon for $12 each. And those M300 used to be $15 each. The good old days...by daviddyer - Debian
Speaking of price, Ctera C200 can be $16 shipped. (Best offer. With power supply, but no back door).by daviddyer - Debian
DDR2 / DDR3 speed doesn''t make big difference. Capacity is more important. The CPU is kind of slow, but 2GHz is good! M300's performance is noticeably better than Goflex Home. After these boxes damaged a few of my flash drives, I usually just run them on NFS root, so no swap... swapfile on NFS will cause DIO error. Flash drives are for testing only, not for the long run.by daviddyer - Debian
Looks like kirkwood @ 2Ghz with DDR2 memory https://wiki.debian.org/ArmEabiPort so it is a shrinked version of M300 (both accept one 2.5" HD, but M300 has 2GB memory, this one has 512MB memory. The better part: this one has more flash, but it is not so useful now) I guess M300 is a better deal. @ 512MB memory, you even can not compile a kernel without swap... (It will stop at lzmaby daviddyer - Debian
apt-get install u-boot-toolsby daviddyer - Debian
Your root file system on usb (the ext4/ext3 partition) should be labeled rootfs. Bodhi's instruction for making root file system: ...Format a new USB drive with a single Ext3 partition, and label it rootfs .... Suppose you put the stick on another linux machine, and the stick is sdb, and the partition for the debian root file system is sdb1 sudo tune2fs -L rootfs /dev/sdb1by daviddyer - Debian
LABEL=rootfs does not exist. Dropping to a shell! Did you label your root file system partition rootfs? initrd need this to change root to final root file system.by daviddyer - Debian
Just don't care about it... Pretend that it is no use. That's my opinion. :-)by daviddyer - Debian
I guess he/she wants an usb-ttl adapter to get serial console?by daviddyer - Debian
I guess we can skip this ....I don't think anyone will use that box with the original 16GB "sd". So he / she will need to remove the old drive and he / she needs to open the case anyway.. When he / she opens the case, then booting with uart or changing shadowed password can be easy.by daviddyer - Debian
That should be an easy job. Format the usb drive, 1 partition, ext3/ext4 format Just download openwwrt, extra the file system to the usb. Make any change if necessary. Download / copy the kernel to the usb. change the u-boot enviroment to boot from that usb.by daviddyer - Rescue System
Kace used to be $14.99 or $13.49 (sale) shipped. Look at the inflation!by daviddyer - Debian
Just did a test myself on Dockstar, 4.8v DC from 5.5×2.5mm jack worked. :P I got u-boot messages from net console and I can ssh in later. The Dockstar usb voltage is jumping between3.0v-4.0v, so I guess if I connect a WF-2120, I can get a wireless dockstar. Maybe I can use it as a print server for old printers.by daviddyer - Off-Topic
Well, I did an extreme test on Raspberry Pi zero, it can boot from one Lithium 18650. And the usb-ethernet adapter won't work, but my wf-2120 usb wireless adapter worked! It can even boot at 3.0v and wireless still works!by daviddyer - Off-Topic
I don't have access to M300 now. As I can remember, the stability issue might come from the u-boot enviroment. Maybe we need to set a "standard" enviroment for this M300.by daviddyer - Debian
NOTE: THIS IS FOR PogoPlug Pro, NOT Kirkwood Device. NEED to change something to make it work. Here is a link from Qui's blog. It is similar to his method. http://blog.qnology.com/2015/04/openwrt-on-pogoplug-v3oxnas-proclassic.html For new openwrt, Use this file, openwrt-21.02.1-oxnas-ox820-cloudengines_pogoplugpro-ubifs-ubinized.bin, because it is a standard ubi image file. pogby daviddyer - Debian
Or just install it manually... I just did it with pogoplug pro. Basically, create ubi in mtd2, extract / put the openwrt files / folders in the ubi rootfs volume, add a boot foler, put the kernel in, then change the u-boot env to boot this rescue system. Openwrt now uses the very original mtd definitions for the device, if you don't like it, just change the dtb file in openwrt and re-cby daviddyer - Debian
You can visit this site https://wiki.debian.org/InstallingDebianOn/D-Link/DNS-323by daviddyer - uBoot