I don't see the Palm platform in the 4.7Release ...

2010-05-30 Thread Rob Sciuk
Have the Palm changes made it into the 4.7 sources? Cheers, Rob.

Marek's patches for Palm ...

2010-06-21 Thread Rob Sciuk
Has anyone managed to patch the OBSD 4.7 source with the 12 patches provided in the Palm section of the web site? I've downloaded them, but seem to be having some trouble applying them to the sources ... (should I be at the /usr/src/sys level in the tree or elsewhere else?) ... I'm trying to

Re: [PATCH 9/9] WM1613 touchscreen driver

2010-07-21 Thread Rob Sciuk
On Sat, 17 Jul 2010, Marek Vasut wrote: Date: Sat, 17 Jul 2010 01:24:53 +0200 From: Marek Vasut To: arm@openbsd.org Cc: flo...@gmail.com, czark...@gmail.com, dr...@dalerahn.com, Marek Vasut Subject: [PATCH 9/9] WM1613 touchscreen driver Marek, Thanks for the patches, much appreciated.

Re: [PATCH 9/9] WM1613 touchscreen driver

2010-07-22 Thread Rob Sciuk
On Thu, 22 Jul 2010, Marek Vasut wrote: Date: Thu, 22 Jul 2010 00:59:55 +0200 From: Marek Vasut To: r...@controlq.com Cc: arm@openbsd.org Subject: Re: [PATCH 9/9] WM1613 touchscreen driver Dne St 21. Dervence 2010 18:21:03 Rob Sciuk napsal(a): On Sat, 17 Jul 2010, Marek Vasut wrote: Date

Re: Any platform useful as a graphical desktop?

2013-02-22 Thread Rob Sciuk
On Fri, 22 Feb 2013, Miod Vallat wrote: Date: Fri, 22 Feb 2013 21:27:50 + From: Miod Vallat To: max stalnaker Cc: Laurence Rochfort , arm@openbsd.org Subject: Re: Any platform useful as a graphical desktop? Related question Ok, I'll bite, but don't take it personnaly. There are thousa

Re: Any platform useful as a graphical desktop?

2013-02-22 Thread Rob Sciuk
On Fri, 22 Feb 2013, Miod Vallat wrote: Date: Fri, 22 Feb 2013 22:27:58 + From: Miod Vallat To: Rob Sciuk Cc: arm@openbsd.org Subject: Re: Any platform useful as a graphical desktop? Every ARM gimmick you can find over the last 10 years runs either a custom configuration of RedBoot, or

Re: Any platform useful as a graphical desktop?

2013-02-22 Thread Rob Sciuk
On Fri, 22 Feb 2013, Miod Vallat wrote: Date: Fri, 22 Feb 2013 22:48:47 + From: Miod Vallat To: Rob Sciuk Cc: arm@openbsd.org Subject: Re: Any platform useful as a graphical desktop? I used the tftp/bootp protocol to load the kernel, the initrd and the fdt into RAM from u-boot (the auto

Re: Any platform useful as a graphical desktop?

2013-03-04 Thread Rob Sciuk
On Mon, 4 Mar 2013, Marek Vasut wrote: Date: Mon, 4 Mar 2013 13:15:33 +0100 From: Marek Vasut To: r...@controlq.com Cc: arm@openbsd.org Subject: Re: Any platform useful as a graphical desktop? Dear Rob Sciuk, On Sun, 3 Mar 2013, Marek Vasut wrote: Bootp is weird junk, just use tftp to

Re: Any platform useful as a graphical desktop?

2013-03-04 Thread Rob Sciuk
On Mon, 4 Mar 2013, Marek Vasut wrote: True, the OF is getting a lot of traction. Btw. setting up the mac address in u- boot is possible too by setting 'ethaddr' variable in the command line. It's even propagated into the DT node as local-mac-address iirc. I recall the FECes do not have mac addr

Re: any support for Boundary Nitrogen6x?

2013-08-16 Thread Rob Sciuk
On Fri, 16 Aug 2013, Patrick Wildt wrote: Date: Fri, 16 Aug 2013 23:18:19 +0200 From: Patrick Wildt To: Diana Eichert Cc: arm@openbsd.org Subject: Re: any support for Boundary Nitrogen6x? Hello Diana, I didn't get much resonance for that board, so I didn't pursue getting that arch into the t

Re: Can a touch screen with with a typical small arm device and OpenBSD?

2016-11-22 Thread Rob Sciuk
Enlightenment has a fairly efficient frame buffer type interface used in embedded systems (refigerators, phones, watches etc) which can work on X11 or Wayland (IIRC). That might solve the problem for OpenBSD/Arm. On Tue, 22 Nov 2016, Tinker wrote: Date: Tue, 22 Nov 2016 20:17:27 +0800 Fro

Re: OpenBSD developers view on ARM versus x86, ppc etc etc

2016-11-25 Thread Rob Sciuk
Arm's dominance in the embedded sphere is based upon it's licensable ISA. It is a proprietary instruction set architecture, which can be licensed by any chip manufacturer, and embedded into SoC's for a fee. In the offing is the new RISC-V architecture, which is an open source ISA, (32, 64 a

Re: Support for ARM9T --- ARMv4T family architecture

2017-02-24 Thread Rob Sciuk
From the OpenBSD 6.0 announcement in OpenBSD Journal: ARMv7 improvements. Much work has been going into the ARM area since 5.9 came out, and those changes are finally trickling down to the -release branch. All newer arm platforms have been switched to an EFI + bootloader me

Re: problem connecting two BME280 sensors

2017-10-30 Thread Rob Sciuk
wondering ... Cheers, Rob Sciuk Both sensors connected: # tail -100 /var/log/messages ... Oct 29 22:16:42 openbsdop1 /bsd: sxitwi0 at simplebus0 Oct 29 22:16:42 openbsdop1 /bsd: iic0 at sxitwi0 Oct 29 22:16:42 openbsdop1 /bsd: bme0 at iic0 addr 0x76: BME280 60 Oct 29 22:16:42 openbsdop1 /bsd

Re: problem connecting two BME280 sensors

2017-10-30 Thread Rob Sciuk
On Mon, 30 Oct 2017, Rob Sciuk wrote: Stephen, Am I mistaken, or are both the bme0 and bme1 sharing the same i2c address (0x76) on the same bus? Perhaps there are jumpers to change the address of the second sensor to a different address?? Just wondering ... Cheers, Rob Sciuk