Re: PinePhone Pro installation report

2023-07-11 Thread Rob Schmersel
On Tue, 11 Jul 2023 07:31:19 + Yifei Zhan wrote: > I recently got my hands on a PinePhone Pro and tried to run OpenBSD > on it. Installation went well but as expected most components are > still missing drivers so far. > Cool > From my experiment with OpenBSD 7.3-curr

PinePhone Pro installation report

2023-07-11 Thread Yifei Zhan
I recently got my hands on a PinePhone Pro and tried to run OpenBSD on it. Installation went well but as expected most components are still missing drivers so far. >From my experiment with OpenBSD 7.3-current (GENERIC.MP) #2182: - Both on-board EMMC and sdcard are detected, OpenBSD at le

Re: PinePhone nonpro framebuffer/X etc. support, stable now on OpenBSD?

2022-04-23 Thread Peter J. Philipp
On Sat, Apr 23, 2022 at 04:44:57PM +, Joseph wrote: > Since the PinePhone non-pro based on Allwinner A64 is becoming less > relevant (is it even sold anymore?) now that the PinePhone Pro based on > RockChip RK3399S is around, I split off the conversation about it to > this separate

Pinephone now charging

2022-01-13 Thread Crystal Kolipe
So I've worked out why it wasn't charging... Monitoring of the battery temperature sensor is enabled by default in the AX803. Unfortunately, from looking at the Pinephone schematics, it seem that it expects a 10 Kohm thermistor in the battery whereas the battery actually has

Re: Pinephone first installation attempt

2022-01-11 Thread Crystal Kolipe
> > > > > > https://www.pine64.org/2022/01/11/pinephone-pro-explorer-edition-pre-orders-open-january-11/ > > > > > > I'll order one. > > > > You might want to order the I2C keyboard as well. > > https://pine64.com/product/pinephone-pinephone-pro-

Re: Pinephone first installation attempt

2022-01-11 Thread Patrick Wildt
Am Tue, Jan 11, 2022 at 01:04:52PM -0300 schrieb Crystal Kolipe: > On Tue, Jan 11, 2022 at 04:54:08PM +0100, Patrick Wildt wrote: > > Preorders for the Pro Explorer Edition will come up later today: > > > > https://www.pine64.org/2022/01/11/pinephone-pro-explorer-edition-pr

Re: Pinephone first installation attempt

2022-01-11 Thread Crystal Kolipe
On Tue, Jan 11, 2022 at 04:54:08PM +0100, Patrick Wildt wrote: > Preorders for the Pro Explorer Edition will come up later today: > > https://www.pine64.org/2022/01/11/pinephone-pro-explorer-edition-pre-orders-open-january-11/ > > I'll order one. You might want to order the

Re: Pinephone first installation attempt

2022-01-11 Thread Patrick Wildt
ce that lights up > > > upon power supply only, use that to find out if the USB device is > > > powered at all. Maybe it just doesn't supply power to the device. > > > > There definitely seems to be a USB power supply issue. > > > > I connected a USB analy

bsd.mp crash on boot on Pinephone

2022-01-05 Thread Crystal Kolipe
As I mentioned in a previous mail, bsd.mp always crashes during boot on the Pinephone, (whereas the sp kernel does not). Until now, it's usually been impossible to enter ddb and get further information, but this time ddb was responsive: Stopped at 0x7e80004afc68: panic: attem

Re: Pinephone first installation attempt

2022-01-05 Thread Crystal Kolipe
On Mon, Jan 03, 2022 at 05:04:48PM -0300, Crystal Kolipe wrote: > On Sun, Jan 02, 2022 at 09:09:02AM -0300, Crystal Kolipe wrote: > > On Sun, Jan 02, 2022 at 07:17:35AM -0300, Crystal Kolipe wrote: > > > On Sun, Dec 26, 2021 at 07:00:31PM +0100, Patrick Wildt wrote: > > > > So you might want to fin

Re: Pinephone first installation attempt

2022-01-03 Thread Crystal Kolipe
On Sun, Jan 02, 2022 at 09:09:02AM -0300, Crystal Kolipe wrote: > On Sun, Jan 02, 2022 at 07:17:35AM -0300, Crystal Kolipe wrote: > > On Sun, Dec 26, 2021 at 07:00:31PM +0100, Patrick Wildt wrote: > > > So you might want to find out why sxirsb(4) isn't working well. > > > > The errors I'm seeing a

Re: Pinephone first installation attempt

2022-01-02 Thread Crystal Kolipe
On Sun, Jan 02, 2022 at 07:17:35AM -0300, Crystal Kolipe wrote: > On Sun, Dec 26, 2021 at 07:00:31PM +0100, Patrick Wildt wrote: > > So you might want to find out why sxirsb(4) isn't working well. > > The errors I'm seeing are: > > RD8 failed for run-time address 0x2d > WR8 failed for run-time ad

Re: Pinephone first installation attempt

2022-01-02 Thread Crystal Kolipe
On Sun, Dec 26, 2021 at 07:00:31PM +0100, Patrick Wildt wrote: > So you might want to find out why sxirsb(4) isn't working well. The errors I'm seeing are: RD8 failed for run-time address 0x2d WR8 failed for run-time address 0x2d The only code paths that can generate these error messages are in

Re: Pinephone first installation attempt

2022-01-01 Thread Crystal Kolipe
boot into a Linux kernel and then charged the battery itself. I would suggest that we wait until these issues are resolved before updating our port of U-boot to build images for the Pinephone. Now that I've got the battery working again, I'll take a look at sxirsb and try adding some debugging code to see what's going on there.

Re: Pinephone first installation attempt

2021-12-31 Thread Ian Darwin
Worth committing the pinephone board to the u-boot,aarch64 port? Index: Makefile === RCS file: /cvs/ports/sysutils/u-boot/Makefile,v retrieving revision 1.89 diff -u -p -r1.89 Makefile --- Makefile17 Dec 2021 23:00:41 -

Re: Pinephone first installation attempt

2021-12-30 Thread Patrick Wildt
ce that lights up > > > upon power supply only, use that to find out if the USB device is > > > powered at all. Maybe it just doesn't supply power to the device. > > > > There definitely seems to be a USB power supply issue. > > > > I connected a USB analy

Re: Pinephone first installation attempt

2021-12-30 Thread Patrick Wildt
be it just doesn't supply power to the device. > > There definitely seems to be a USB power supply issue. > > I connected a USB analyser to the Pinephone and got the following results: > > Booted into MP kernel after crash, with just the analyser connected: > No voltag

Pinephone installation steps

2021-12-30 Thread Crystal Kolipe
Since posting the dmesg from my Pinephone running OpenBSD 7.0, I've received a number of emails off-list asking similar questions, such as how to compile U-boot, how build the install media, how to flash the internal eMMC, etc, etc. I've put notes about the steps that I followed up

Re: Pinephone first installation attempt

2021-12-30 Thread Crystal Kolipe
. > > That can have multiple reasons. If you have a device that lights up > upon power supply only, use that to find out if the USB device is > powered at all. Maybe it just doesn't supply power to the device. There definitely seems to be a USB power supply issue. I connected a

Re: PINEphone

2021-10-25 Thread Jan Johansson
-Boot DTB at 0x408ddc0, model: Pine64 PinePhone (1.2) INFO:ARM GICv2 driver initialized INFO:Configuring SPC Controller INFO:PMIC: Probing AXP803 on RSB INFO:PMIC: dcdc1 voltage: 3.300V INFO:PMIC: dcdc5 voltage: 1.200V INFO:PMIC: dcdc6 voltage: 1.100V INFO:PMIC: dldo

Re: PINEphone

2021-10-25 Thread Crystal Kolipe
On Mon, Oct 25, 2021 at 11:36:17PM +0200, Jan Johansson wrote: > Crystal Kolipe wrote: > > I don't have a suitable serial cable to hand to test booting a > > recent OpenBSD kernel on one of the Pinephones that's sculling > > around here, but I did test it at some point back in February > > or Marc

Re: PINEphone

2021-10-23 Thread Crystal Kolipe
On Fri, Oct 22, 2021 at 03:17:55PM +0200, Jan Stary wrote: > On Dec 10 00:38:28, mih...@gmail.com wrote: > > https://store.pine64.org/?product=pinephone-braveheart-limited-edition-linux-smartphone-for-early-adaptor > > Any news on this? Reading > > https://www.o

Re: PINEphone

2021-10-22 Thread Jan Stary
On Dec 10 00:38:28, mih...@gmail.com wrote: > https://store.pine64.org/?product=pinephone-braveheart-limited-edition-linux-smartphone-for-early-adaptor Any news on this? Reading https://www.openbsd.org/arm64.html https://pine64.com/product/pinephone-beta-edition-linux-smartph

Re: PINEphone

2019-12-11 Thread Wayne Oliver
On 2019/12/11 15:23, Ian Darwin wrote: On Wed, Dec 11, 2019 at 02:02:51PM +0200, Wayne Oliver wrote: On 2019/12/11 12:46, Patrick Wildt wrote: On Tue, Dec 10, 2019 at 12:38:28AM +0200, Mihai Popescu wrote: https://store.pine64.org/?product=pinephone-braveheart-limited-edition-linux-smartphone

Re: PINEphone

2019-12-11 Thread Ian Darwin
On Wed, Dec 11, 2019 at 02:02:51PM +0200, Wayne Oliver wrote: > On 2019/12/11 12:46, Patrick Wildt wrote: > > On Tue, Dec 10, 2019 at 12:38:28AM +0200, Mihai Popescu wrote: > > > https://store.pine64.org/?product=pinephone-braveheart-limited-edition-linux-smartphone-for-early-a

Re: PINEphone

2019-12-11 Thread Wayne Oliver
On 2019/12/11 12:46, Patrick Wildt wrote: On Tue, Dec 10, 2019 at 12:38:28AM +0200, Mihai Popescu wrote: https://store.pine64.org/?product=pinephone-braveheart-limited-edition-linux-smartphone-for-early-adaptor We probably support the PinePhone as well es the Librem5. Which means that

Re: PINEphone

2019-12-11 Thread Patrick Wildt
On Tue, Dec 10, 2019 at 12:38:28AM +0200, Mihai Popescu wrote: > https://store.pine64.org/?product=pinephone-braveheart-limited-edition-linux-smartphone-for-early-adaptor We probably support the PinePhone as well es the Librem5. Which means that we'll run on them, but we'll pro

Re: PINEphone

2019-12-09 Thread Ian Darwin
On Tue, Dec 10, 2019 at 12:38:28AM +0200, Mihai Popescu wrote: > https://store.pine64.org/?product=pinephone-braveheart-limited-edition-linux-smartphone-for-early-adaptor Your message is a bit terse. I presume you are wondering whether this device is close enough to the Pine64 Pine 64/64+ boa

PINEphone

2019-12-09 Thread Mihai Popescu
https://store.pine64.org/?product=pinephone-braveheart-limited-edition-linux-smartphone-for-early-adaptor