PINE64
pine LTS with openBSD - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64-LTS / SOPINE Compute Module (https://forum.pine64.org/forumdisplay.php?fid=66)
+--- Forum: General Discussion on PINE A64-LTS / SOPINE (https://forum.pine64.org/forumdisplay.php?fid=67)
+--- Thread: pine LTS with openBSD (/showthread.php?tid=5961)



pine LTS with openBSD - sean - 04-12-2018

Hi All,

I received the pine64 LTS board today and would like to load openBSD on to it. I have openBSD current snapshots running on a much older (from February 2016ish) pine64 board without any issues.

I did what I did last week to install openBSD on the working board:


Code:
sudo dd if=miniroot63.fs of=/dev/sdf bs=1M


Hooked up the serial connection, applied power and all I receive in the terminal is this:


Code:
U-Boot SPL 2018.03 (Mar 20 2018 - 04:43:06 -0600)
DRAM: 0 MiB
### ERROR ### Please RESET the board ###


So what's it mean? Do I need to have the spi flashed with something? Does openBSD need to add support for this u-boot? Do I need an eMMC thing?
Here's the installation instructions for arm64:
https://ftp.openbsd.org/pub/OpenBSD/snapshots/arm64/INSTALL.arm64
https://www.openbsd.org/arm64.html

LTS is missing, but I do see this: "Pine64 Pine 64/64+" Is this separate from LTS?

Thanks,
sean


RE: pine LTS with openBSD - tllim - 04-15-2018

(04-12-2018, 10:56 PM)sean Wrote: Hi All,

I received the pine64 LTS board today and would like to load openBSD on to it. I have openBSD current snapshots running on a much older (from February 2016ish) pine64 board without any issues.

I did what I did last week to install openBSD on the working board:


Code:
sudo dd if=miniroot63.fs of=/dev/sdf bs=1M


Hooked up the serial connection, applied power and all I receive in the terminal is this:


Code:
U-Boot SPL 2018.03 (Mar 20 2018 - 04:43:06 -0600)
DRAM: 0 MiB
### ERROR ### Please RESET the board ###


So what's it mean? Do I need to have the spi flashed with something? Does openBSD need to add support for this u-boot? Do I need an eMMC thing?
Here's the installation instructions for arm64:
https://ftp.openbsd.org/pub/OpenBSD/snapshots/arm64/INSTALL.arm64
https://www.openbsd.org/arm64.html

LTS is missing, but I do see this: "Pine64 Pine 64/64+" Is this separate from LTS?

Thanks,
sean

The PINE A64+ using DDR3 memory and PINE A64-LTS using LPDDR3 memory.


RE: pine LTS with openBSD - xalius - 04-18-2018

To run OpenBSD on the Pine64 LTS, use u-boot for the Pinebook (Pinebook and LTS are very similar, both use LPDDR3)...


RE: pine LTS with openBSD - sean - 04-23-2018

I've got it working now!

Had to install a couple packages on my openBSD machine and copy the files to the SD card for it to boot.


RE: pine LTS with openBSD - AndroTester - 03-09-2019

(04-23-2018, 10:46 AM)sean Wrote: I've got it working now!

Had to install a couple packages on my openBSD machine and copy the files to the SD card for it to boot.

I have the exact same problem. May I know how you fixed it?