Mijzelf, > I think it's a bit more complicated than that. My > old 2Big2 didn't have a writable u-boot config, Can you do setenv at u-boot console like described in this post? QuoteBoot Kirkwood rootfs with stock u-boot (https://forum.doozan.com/read.php?2,102054,105374#msg-105374) If you can, and the USB commands are supported by stock u-boot, then you will be able toby bodhi - Debian
Lacie 5Big2 is one of the Kirkwood boxes. But I don't have new u-boot for this box. So you need to connect serial console to install. See the Wiki thread (https://forum.doozan.com/read.php?2,23630) QuoteBoot Kirkwood rootfs with stock u-boot (https://forum.doozan.com/read.php?2,102054,105374#msg-105374) During the USB rootfs creation (using Debian-5.13.6-kirkwood-tld-1-rootfs-bodhiby bodhi - Debian
> so I know that u will do that sooner that I will > learn how to do it, but if u could please tell - > how do you reckon, when next tarball will be > ready? I don't have any fixed schedule. Usually, I release a new kernel every 2 months, during the later part of a new minor kernel version, i.e. 6.4.x. I'm still on travel so it probably will be sometime at the end of tby bodhi - Debian
chomick Wrote: ------------------------------------------------------- > Hi guys! > > So I have some commercial idea of usage of > second-hand Dell 3020 devices but that would > require running Docker on that device. As I > mentioned in other topic I am computer literate, > but really a newbie to linux systems and have > barely any idea how it all works, but forby bodhi - Debian
Peter, > disconnect all the hard drives, only connect the > usb boot drive. (with kernel and root file > system) > > kwboot > > change the "set_bootargs=setenv bootargs > console=ttyS0,115200 root=LABEL=rootfs > rootdelay=10 $mtdparts $custom_params" to > > set_bootargs=setenv bootargs console=ttyS0,115200 > root=/dev/sda1 rootdelay=1by bodhi - uBoot
ds, Thanks for the feedback!by bodhi - Debian
> i know this is an old post - however - i have just > read it//// Its thanks to this site that i managed > to use it as a reference to an employer and gained > myself a linux admin role for a couple of years > when i fancied a break from working in security > and networking Cool!by bodhi - Off-Topic
AleXSR700, > I think the UART adapter won't allow removing VCC > and just plugging it back in. Right! don't do that. This NSA325v2 box takes TXD, RXD, and GND. That's all you need. Which serial converter are you using?by bodhi - uBoot
Don't reboot yet. See if the mtds are defined properly (they should be already defined when you boot Debian rootfs with stock u-boot). cat /proc/mtd cat /etc/fw_env.config ==== ipaddress and serverip are not important at this time. These IP addresses will be used when you want to boot with tftp, or to activate netconsole (netconsole does not work yet in this M300 u-boot version).by bodhi - Debian
dhargens, > root@m300-sid:~# flash_unlock > /dev/mtd0 > flash_unlock: error!: could not unlock device: > /dev/mtd0 > > error 95 (Operation not supported) Ignore this error message. Go ahead and continue the installation Quote2. Flash new u-boot Log into Debian, download the attached u-boot image tarball. Extract the files. And flash both images.by bodhi - Debian
chomick, > Serial console shows only couple lines before > WLoader takes it over and I am not sure I am > reaching the point where the terminal connection > is possible, unless I don't fully understand even > that part Yes, the serial console does not output anything before the Linux kernel starts running. > I am constantly pinging the IP adress > which myby bodhi - Debian
chomick Wrote: ------------------------------------------------------- > Guys > > I am struggling for past two weeks. A lot, as I > really don't know how to work with linux. Now i > try with Debian. I believe I've done everything > properly, but I get message "Initrd: Bad MAGIC > (0x0): Try Legacy Mode and everything halts. > Please help > &by bodhi - Debian
dhargens Wrote: ------------------------------------------------------- > rayknight Wrote: > ------------------------------------------------------- > > It appears that you may not have used the > latest > > rootfs image > > > Debian-5.13.6-kirkwood-tld-1-rootfs-bodhi.tar.bz2 > > to create your boot disk. Using that would > give > > you bulby bodhi - Debian
dhargens Wrote: ------------------------------------------------------- > Next question: is it stuck at buster, or can I go > to bullseye on this - or did I miss a step yet > again? > root@debian:~# cat /etc/debian_version > 10.13 What Ray said above will work. However, since you already have the Pogo V4 rootfs, it is better that you'd just clone it: https://forby bodhi - Debian
dhargens Wrote: ------------------------------------------------------- > Hi all! This is my first time working with the > Kace product - I usually spend my time in the Pogo > V4 chain because I have a few of those. > > I have a serial connection set up to track my > steps. This is a stock uboot at the moment - that > update will come after kernel 6.3.8 is completed.by bodhi - Debian
> Have you confirmed that your power supply is > actually providing adequate power (12V/2A or 24W)? > I've experienced USB recognition problems when > using questionable power supplies in the past. As I recalled, it is the original power supply came with the box.by bodhi - uBoot
Scott, > U-Boot 2016.05-tld-1 (Jun 12 2016 - 13:45:22 > -0700) > Netgear-MS2110 You had installed U-Boot 2016.05-tld-1. Now upgrade to the uboot.2017.07-tld-1 version. Also, the "EHCI timed out on TD" was not completely fixed in version uboot.2017.07-tld-1 either. It will be hit and miss. YMMV.by bodhi - uBoot
Hi dhargens, > Again, this is the only time I can make a > 3-drive combination work. If the Kingston drive is > not in the top, the boot will error due to 'usb > start' errors. Those were very good tests! I think it's all come down to the top port (USB 2.0) in this box. > > I'm confused as to why, because: a) it's not a > constant erroby bodhi - uBoot
Hi Scott, Quotemany people go the route I did of installing Debian with the stock U-boot and then using that to flash the new U-Boot ..... note about the reversal Yes indeed. I'll add that note.by bodhi - uBoot
dhargens, > Here's something very interesting - when the 3.2 > is in the top rear, and a 2.0 is in the bottom > rear, it works and shows the following: > U-Boot 2023.04-tld-1 (Jun 11 2023 - 16:24:44 > -0700) > Pogoplug V4 > > SoC: Kirkwood 88F6192_A1 > Model: Cloud Engines PogoPlug Series 4 > DRAM: 128 MiB > Core: 20 devices, 16 uclasses,by bodhi - uBoot
Scott, Yes. The installation is for new u-boot and Debian at the same time. https://forum.doozan.com/read.php?2,12096 Quote 4a. Boot with DTB file (standard way to boot FDT kernel). Recommended. 4b. Boot with DTB file embedded in the kernel image.Again, this step 4b is for stock U-Boot only. So when you install Debian with stock u-boot, and then later install new u-boot, you nby bodhi - uBoot
dhargens, > I can’t buy any small drives anymore, so I’m > loaded with 16G & 32G 2.0 Fits, and 32G Ultras. > I have 1 64G Ultra I wasn’t aware I’d set up > for rootfs, which was used in my tests. Please run this test. - 64G Ultra or 32G Ultra rootfs attached to one of the rear ports. - 16G or 32G 2.0 Fit formatted completely (use fdisk to wipe the drive first)by bodhi - uBoot
chomick, I can't help you with Fedora, but you can find the DTS and DTB in my released tarball. https://forum.doozan.com/read.php?2,32146 QuoteLatest released kernel: linux-6.3.8-mvebu-tld-1-bodhi.tar.bz2 (26 Jun 2023) The ariel DTB is in this tarball: linux-dtb-6.3.8-mvebu-tld-1.tar DTS patch is in this file (the difference between the mainline Linux DTS and my customed Debby bodhi - Debian
A reminder to myself: look at 3 USB drive booting process.by bodhi - uBoot
Robert, Congrats! QuoteThis one fixed the boot loader, but as i'm not able to interrupt the bootloader in kwboot i decided to continue for all 7. usb start ext2load usb 0:1 0x6400000 /mtd0 nand erase 0x0 0x100000 nand write.e 0x6400000 0x0 0x100000 Now that the boot loader is fixed. Reboot and interrupt serial console at countdown. And printenv The MAC address is theby bodhi - uBoot
> buried in the files is an xml file that indicates > what to install to what partition and also some > informaton about the SPI - that bit is sailing > over my head. but may help the community in > understanding how to flash the spi That looks a bit more interesting! I'm on travel currently, and will get back to this subject when I can.by bodhi - Debian
Gravelrash, > > I'll wait for the other unit to land before i do > anything more on this one. Are we happy that this > is now suitable for a write up and a howto Yes. Please do that. I think we are at the point for a detailed Howto.by bodhi - Debian
Indeed much appreciated, thanks osa!by bodhi - Debian
Gravelrash, ------------------------------------------------------- > Does anyone have a link to documentation on the > wloader? particularly on what can be passed via > the wloader.cfg? > . > Id be very interested in reading this and seeing > what i can make it do - my inexperience > with this kind of loader has not allowed me to > boot from the mmc. ive triedby bodhi - Debian
Gravelrash > attached image to show my local workstation and > also the ssh x-forwarding working from the TX0D to > the local Linux unit (5060) I see. The same approach as we did for the HP T5235 works for any Linnux box (using vnc or xrdp) to connect to the desktop app of choice. What this box MM3 SoC and the HP T5335z (Dove SoC) potential is to use DRM driver to run the dispby bodhi - Debian