Re: Kernel panic when using audio

2018-02-17 Thread Daniel Bolgheroni
On Fri, Feb 16, 2018 at 06:46:57PM +, Heinrich Rebehn wrote: > On a side note: Is it possible to disable the reordering of the > libraries on every boot? I takes quite long on the Raspi running from > USB stick. # rcctl disable library_aslr -- db

panic in OpenBSD/armv7 -current when booting from an external USB disk

2020-05-06 Thread Daniel Bolgheroni
Hi, with -current RAMDISK on a Wandboard imx, an external USB disk is attached as sd1 and there no problems found completing the installation on it. However, when booting GENERIC, can't see this same external USB disk, and since sd1 is not found, panic. The disk is seen by the bootarm EFI load be

Re: Banana Pi R2

2020-05-19 Thread Daniel Bolgheroni
On Tue, May 19, 2020 at 04:43:54PM +0200, Per Gunnarsson wrote: > Hello! > > I saw the section "PF - Building a router" on your web page and thought > that would be an interesting hobby project. Now I wonder if it's > possible to install OpenBSD on a Banana Pi R2. In case it's not possible > (or s

Re: Help with Device Tree for NanoPi R2S

2020-06-04 Thread Daniel Bolgheroni
On Wed, Jun 03, 2020 at 11:26:16AM -0700, Lear Zhou wrote: > Testing has been done based on Patrick’s work. It turned out > that the ure0 is not ready for serious usage. > > The issue is that ure0 will hang/freeze there after hours > usage, while the kernel still running and can be accessed > via

OpenBSD/armv7 on Orange Pi R1

2022-08-22 Thread Daniel Bolgheroni
Hi, I have an Orange Pi R1 (2 network interfaces) for ~3 years as my main router. At the time, recompiled sysutils/u-boot adding orangepi_r1_defconfig, because this port doesn't compile for the Orange Pi R1. dd'ed the new compiled u-boot (same procedure as Cubieboard), replaced the dtb in the mi

Re: Orange Pi One flooding serial console with - ohci scheduling overruns

2022-11-28 Thread Daniel Bolgheroni
On Mon, Nov 28, 2022 at 06:11:30PM +0100, Bodie wrote: > Hi, > > trying to install armv7 snapshot from 27.11.2022 on Orange Pi One. > Once it gets to first part of installer where it asks if I want to > Install, Upgrade > > It starts flooding serial console with messages below and is not > po

OpenBSD/armv7 crashes in ehci(4) with ure(4)

2023-11-23 Thread Daniel Bolgheroni
Hi, Orange Pi R1 has 2 interfaces, a dwxe(4) and an ure(4). dwxe(4) is in the SoC but ure(4) is connected through ehci(4). I can reproduce reliably by simply removing the media and inserting it again. It's stable if you don't change your topology too much, but crashes often even when not removing

miniroot-sunxi-56.fs on Banana Pi

2014-11-30 Thread Daniel Bolgheroni
Hi, I'm trying to install OpenBSD on a Banana Pi board. So I dd'it the miniroot-sunxi-56.fs to the SD card and powered the board. This is all I get: --- $ sudo cu -115200 /dev/cuaU0 Connected to /dev/cuaU0 (speed 115200) U-Boot SPL 2012.10-04277-g7aa9f04-dirty (Mar 28 2013 - 22:17:17) DRAM:

OpenBSD-current on Banana Pi

2015-07-21 Thread Daniel Bolgheroni
Hi arm@, Later last year I bought a Banana Pi board and, at that time, was able to boot OpenBSD on it. I can't really remember where it stopped, since it's not supported, but at least it booted. I tried to do the same thing this week, however without success. Here is the steps I took (to simplify

Re: OpenBSD-current on Banana Pi

2015-07-22 Thread Daniel Bolgheroni
On Wed, Jul 22, 2015 at 04:52:48AM +, Brandon Mercer wrote: > > Just to confirm. Are trying to boot the bsd.rd.SUNXI.umg or the > bsd.SUNXI.umg? I tried both. Thank you.

Re: OpenBSD-current on Banana Pi

2015-07-23 Thread Daniel Bolgheroni
On Thu, Jul 23, 2015 at 05:54:50PM +1000, Jonathan Gray wrote: > At the u-boot prompt try: > > printenv machid > setenv machid 10bb Not yet. Somehow, this is related to U-Boot 2015.04, since I could boot with 2014.04 (not -mainline). Didn't try yet with 2015.07 to see if things change

Re: OpenBSD-current on Banana Pi

2015-07-23 Thread Daniel Bolgheroni
On Thu, Jul 23, 2015 at 09:13:08PM -0300, Daniel Bolgheroni wrote: > > Not yet. Somehow, this is related to U-Boot 2015.04, since I could boot with > 2014.04 (not -mainline). Didn't try yet with 2015.07 to see if things changed > yet. Forgot to note: booted from fat fs inside

Re: OpenBSD-current on Banana Pi

2015-07-29 Thread Daniel Bolgheroni
On Fri, Jul 24, 2015 at 10:29:34AM +1000, Jonathan Gray wrote: > You could try > > setenv bootargs "sd0:/bsd.SUNXI.umg -c" > > boot and then do > > disable sxie* > quit > > at the ukc prompt. I compiled 2 different U-Boot versions. One is 2014.04 (or somewhat close to it), using LeMaker git re

Re: Cubieboard 2 boot from SD card fails

2015-08-07 Thread Daniel Bolgheroni
On Fri, Aug 07, 2015 at 03:13:58PM +0200, Viktor Pocedulić wrote: > > Maybe it is worth mentioning that I can successfully boot various > Linux distributions so this rules out hardware malfunction. Although OpenBSD does not support Banana Pi, I had a similar issue trying to boot OpenBSD on it with

Re: Cubieboard 2 boot from SD card fails

2015-08-13 Thread Daniel Bolgheroni
On Thu, Aug 13, 2015 at 07:48:30PM +1000, Jonathan Gray wrote: > I would be curious to see what happens when running a recent u-boot > and the following: > > Index: armv7_machdep.c > === > RCS file: /cvs/src/sys/arch/armv7/armv7/armv7

Re: pcDuino3_Nano mount root problems on boot

2015-10-13 Thread Daniel Bolgheroni
On Sat, Oct 03, 2015 at 11:54:51AM +0200, Leonardo Guardati wrote: > Hi, > I'm back trying to make the pcDuino3_Nano board > work with OpenBSD. Just to report, no solutions yet. I have a Cubieboard 2 and a Banana Pi, both with the A20 SoC like pcDuino3. With an unmodified RAMDISK, Cubieboard 2

Re: OpenBSD on Olinuxino-Lime2

2015-10-20 Thread Daniel Bolgheroni
On Mon, Oct 19, 2015 at 10:02:44PM +0200, Alexander Kratzsch wrote: > Does anyone have some idea I could try? This is hardly an one-answer question. You are asking a very broad question on how to debug kernels. Someone might say that you can fill the source code with some printf's here and there

Re: OpenBSD on Olinuxino-Lime2

2015-10-20 Thread Daniel Bolgheroni
On Tue, Oct 20, 2015 at 10:35:39AM +0200, Petr Ročkai wrote: > welcome to the club. I think that there's an issue affecting all A20's, > regardless of the board around them. Comparing to an A10 could be > useful, but those appear to be hard to get by. I'm planning to try an > am335x (on a beaglebon

Re: Question about armv7_icache_sync_range function

2016-01-28 Thread Daniel Bolgheroni
On Fri, Dec 18, 2015 at 01:27:59PM +0100, Patrick Wildt wrote: > There had been some external effort to rewrite the PMAP based on > the PowerPC one. It actually runs on a platform, but it's not stable > enough. I wish there was more time to work on that. What are the advantages of the PowerPC-base

Kernel compile times on 2 supported boards

2016-05-25 Thread Daniel Bolgheroni
Hi, I've been following armv7 recent changes and these days I was able to compare kernel compile times on 2 of the supported boards. The first is an omap BeagleBone Black with a NFS-mounted /usr/src. It's pretty stable and I had no issues so far with what is supported. The second is a sunxi Cubi

Re: armv7 now has a bootloader

2016-06-22 Thread Daniel Bolgheroni
On Mon, May 30, 2016 at 12:02:32AM +1000, Jonathan Gray wrote: > There is now a bootloader for armv7 thanks to kettenis@ > Recent armv7 snapshots will configure disks to use efiboot and install > device tree dtb files on a fat partition at the start of the disk. > > u-boot kernel images are no lon

Re: FriendlyARM SBCs

2016-06-29 Thread Daniel Bolgheroni
On Wed, Jun 29, 2016 at 04:21:39AM +, Karl Hammerschmidt wrote: > Is anyone else interested in their boards? For those who are always looking for SBCs to build routers, Banana Pi R1 is cheap and easily available: http://www.banana-pi.org/r1.html However, it is also based on Allwinner A20. As

Re: armv7 diff for testing

2016-07-20 Thread Daniel Bolgheroni
On Wed, Jul 13, 2016 at 11:39:54AM +0200, Mark Kettenis wrote: > The diff below removes the last board ID dependent code for the i.MX6 > platform. It affects all boards that use a Micrel PHY, which would > show up as "ukphy0" in your dmesg. If you have such a board (udoo, > novena and sabrelight,

Re: armv7 diff for testing

2016-07-25 Thread Daniel Bolgheroni
On Thu, Jul 21, 2016 at 01:06:50PM +1000, Jonathan Gray wrote: > > Actually the pad configuration in those commits may mean this isn't > enough. Hi, I saw the r1.9 for if_fec.c and then it says it was tested on SABRE lite by Patrick. I tested on Wandboard Solo again. Now fec(4) shows up, howeve

Re: armv7 diff for testing

2016-07-25 Thread Daniel Bolgheroni
On Mon, Jul 25, 2016 at 04:26:26PM +0200, Mark Kettenis wrote: > > Can you show us the output of "ifconfig fec0" and "vmstat -zi"? Sure. At the bottom of the message. > Also, are you plugged into a gigabit switch? If not, "ifconfig fec0 > media 100baseTX" might help. No, cheap Fast Ethernet sw

Re: armv7 diff for testing

2016-07-26 Thread Daniel Bolgheroni
On Mon, Jul 25, 2016 at 04:26:26PM +0200, Mark Kettenis wrote: > > Also, are you plugged into a gigabit switch? If not, "ifconfig fec0 > media 100baseTX" might help. Missed that. Thank you. -- db

Re: armv7 diff for testing

2016-08-05 Thread Daniel Bolgheroni
On Thu, Aug 04, 2016 at 04:32:09PM +0200, Patrick Wildt wrote: > Mark just committed a diff that should fix this issue. :-) I was going to report this after making sure it's not something related to the network the board is attached. Before r1.12 and r1.13, as the last commits refers to it, there

Re: Pcduino, sunxi Installation problem

2016-08-31 Thread Daniel Bolgheroni
On Wed, Aug 31, 2016 at 05:36:24PM +0300, alexandr_...@ukr.net wrote: > >      Hi all. > > I have SoC pcduino with specification: CPU 1GHz ARM Cortex A8 GPU OpenGL > ES2.0, OpenVG 1.1 Mali 400 core DRAM 1GB Onboard Storage 2GB Flash, microSD > card (TF) slot for up to 32GB Video Output HDMI Ex

Re: Orange PI Zero

2016-12-23 Thread Daniel Bolgheroni
On Thu, Dec 22, 2016 at 12:11:36PM -0200, Luiz Gustavo dos S. Costa wrote: > Yesterday, received a new board to a lab with Linux for a product, > but, my principal intencion is use with OpenBSD. I booted on an Orange Pi One this week, with the Allwinner H3 SoC (the same as in C.H.I.P. board). It w

Re: Orange PI Zero

2016-12-27 Thread Daniel Bolgheroni
On Sat, Dec 24, 2016 at 12:26:34AM +0100, Mark Kettenis wrote: > > Date: Fri, 23 Dec 2016 21:01:38 -0200 > > From: Daniel Bolgheroni > > > > On Thu, Dec 22, 2016 at 12:11:36PM -0200, Luiz Gustavo dos S. Costa wrote: > > > Yesterday, received a new board

-current with Banana Pi and Orange Pi

2017-03-01 Thread Daniel Bolgheroni
Hi, Trying the latest snapshot on Banana Pi and Orange Pi One stopped before running the EFI workload. I suspect it's something obvious when modifying the image, but this used to work to boot the boards without miniroot just fine. http://marc.info/?l=openbsd-arm&m=148288574314135&w=2 I'd apprec

Re: -current with Banana Pi and Orange Pi

2017-03-02 Thread Daniel Bolgheroni
On Thu, Mar 02, 2017 at 02:24:57PM +1100, Jonathan Gray wrote: > > I don't have any allwinner systems here but perhaps a newer u-boot would > help? Yes. Thank you. -- U-Boot SPL 2017.03-rc3 (Mar 02 2017 - 14:13:26) DRAM: 1024 MiB CPU: 91200Hz, AXI/AHB/APB: 3/2/2 Trying to boot from MMC1 U