Re: Reliable fs

2022-10-25 Thread Peter Stuge
Hi, I'm a big fan of readonly filesystems in embedded. Janne Johansson wrote: > Don't think readonly / works, Hmm, why would it not? Stuart Henderson wrote: > It should be possible to remount / as read-only after reorder_kernel > is done, or immediately in rc.local if you disable reorder_kerne

Re: U-Boot 2022.10 and dtb from Linux 6.0.8

2022-11-24 Thread Peter Stuge
Jan Stary wrote: > Here is the cpsw problem: > > -cpsw0 at omsysc46: version 1.12 (0), address 90:59:af:82:2e:7e > +cpsw0 at omsysc46: version 1.12 (0), address 00:00:00:00:00:00 I confirm this on beaglebone black but I'm not sure it's actually a dtb bug, more on that below. I could anyway DHCP

Re: U-Boot 2022.10 and dtb from Linux 6.0.8

2022-11-27 Thread Peter Stuge
Mark Kettenis wrote: > > As I understand the driver, cpsw0 will always have a zero address if > > the "ti,cpsw" device tree node has either no child nodes at all or > > none named "local-mac-address". > > > > If a "local-mac-address" child node exists then that address is used. > > Small correcti

Re: U-Boot 2022.10 and dtb from Linux 6.0.8

2022-12-02 Thread Peter Stuge
Jan Stary wrote: > > > > Replacing the DTBs with those from the dtb package is not supposed to > > > > work. > > Is this specific to the Raspberry, or is that true in general? I think this was specifically in response to the test on an RPi. > The content of the dtb package is a bunch of DTBs un

Re: SBC to run OpenBSD

2023-02-03 Thread Peter Stuge
eM De wrote: > I tried to install the latest version OpenBSD on BeagleBone Black, but > there are some problems with installing it on eMMC as it was reported here: > https://www.mail-archive.com/arm@openbsd.org/msg02290.html > ..unless maybe someone already solved the case..? Thanks for bumping th

Re: Using second USB3.0 port on Raspberry Pi 4B reboots OpenBSD 7.2

2023-02-03 Thread Peter Stuge
Torben G. wrote: > The interesting thing is that the freeze happens even when the devices > I'm plugging in are *powered* USB hubs. One would assume that this > would prevent too much of a power draw to cause havoc, right? It may not be about average power consumption but some momentary power cons

Re: U-Boot 2022.10 and dtb from Linux 6.0.8

2023-05-10 Thread Peter Stuge
Mark Kettenis wrote: > Unfortunately there isn't a good source for pre-built U-Boot binaries, > let alone a source of pre-built U-Boot binaries that didn't somehow > fuck up EFI support. I'd like if EFI wasn't the only supported interface, especially since DTB is prefered over MSFT ACPI when avail

Re: Support for NanoPI R5S

2023-05-15 Thread Peter Stuge
Nenhum_de_Nos wrote: > I am using the NANOPI-R5S_EFI.img from May 11 from the > guy from PersonalBSD. I still could not change bios to DTB, but I found > how to force it by the OpenBSD boot prompt. I first tried to use the dtb > command on the prompt, and it worked. > I then created a /etc/boot.con

Re: Building httpd on alpinelinux

2023-06-23 Thread Peter Stuge
Sagar Acharya wrote: > I would like to run httpd daemon as released by OpenBSD on alpine linux. > > What is the procedure to do so? Will the code build straightaway or > would one have to make any changes? Please try it out and let us know? //Peter

Re: U-Boot 2022.10 and dtb from Linux 6.0.8

2023-06-26 Thread Peter Stuge
Patrick Wildt wrote: > Well actually, maybe we should just rm -rf the whole port, then > there's no frustration on either end. ;) How does the port relate to the (IIUC neccessary) files in e.g. miniroot-am335x-*.img, if at all? Thanks //Peter