![]() |
Trying to install OpenBSD, I get u-Boot error - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64-LTS / SOPINE Compute Module (https://forum.pine64.org/forumdisplay.php?fid=66) +--- Forum: BSD on PINE A64-LTS / SOPINE (https://forum.pine64.org/forumdisplay.php?fid=108) +--- Thread: Trying to install OpenBSD, I get u-Boot error (/showthread.php?tid=7249) |
Trying to install OpenBSD, I get u-Boot error - AndroTester - 03-09-2019 Hi there. I tried to install OpenBSD, I copied the minirootfs to sd card from an OpenBSD machine and copied relevant dtb to sd card: dd if=miniroot64.fs of/dev/rsd0c bs=1m mount /dev/sd0i /mnt mkdir /mnt/allwinner cp /usr/local/share/dtb/arm64/allwinner/sun50i-a64-pine64.dtb /mnt/allwinner But it didn't help. I get U-Boot SPL 2018.09 (Oct 12 2018 - 03:54:15 -0600) DRAM: 0 MiB ### ERROR ### Please RESET the board ### Please advise RE: Trying to install OpenBSD, I get u-Boot error - AndroTester - 03-10-2019 Got a bit further, now it doesn't detect my mmc: Code: dd if=miniroot65.fs of=/dev/rsd0c bs=1m And here is what I get: U-Boot 2019.01 (Feb 08 2019 - 05:43:56 -0700) Allwinner Technology CPU: Allwinner A64 (SUN50I) Model: Pine64 DRAM: sunxi SPL version mismatch: expected 3, got 2 2 GiB MMC: SUNXI SD/MMC: 0 Loading Environment from FAT... MMC: no card present In: serial Out: serial Err: serial Net: phy interface6 eth0: ethernet@1c30000 starting USB... USB0: USB EHCI 1.00 USB1: USB OHCI 1.0 USB2: USB EHCI 1.00 USB3: USB OHCI 1.0 scanning bus 0 for devices... 1 USB Device(s) found scanning bus 2 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 0 MMC: no card present Device 0: device type unknown ... is now current device ethernet@1c30000 Waiting for PHY auto negotiation to complete...... done BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 BOOTP broadcast 6 BOOTP broadcast 7 BOOTP broadcast 8 BOOTP broadcast 9 BOOTP broadcast 10 BOOTP broadcast 11 BOOTP broadcast 12 BOOTP broadcast 13 BOOTP broadcast 14 BOOTP broadcast 15 BOOTP broadcast 16 BOOTP broadcast 17 Retry time exceeded; starting again missing environment variable: pxeuuid missing environment variable: bootfile Retrieving file: pxelinux.cfg/01-02-ba-06-5b-d4-59 *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/00000000 *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/0000000 *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/000000 *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/00000 *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/0000 *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/000 *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/00 *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/0 *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/default-arm-sunxi *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/default-arm *** ERROR: `serverip' not set missing environment variable: bootfile Retrieving file: pxelinux.cfg/default *** ERROR: `serverip' not set Config file not found BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 BOOTP broadcast 6 BOOTP broadcast 7 BOOTP broadcast 8 BOOTP broadcast 9 BOOTP broadcast 10 BOOTP broadcast 11 BOOTP broadcast 12 BOOTP broadcast 13 BOOTP broadcast 14 BOOTP broadcast 15 BOOTP broadcast 16 BOOTP broadcast 17 Retry time exceeded; starting again BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 BOOTP broadcast 6 BOOTP broadcast 7 BOOTP broadcast 8 BOOTP broadcast 9 BOOTP broadcast 10 BOOTP broadcast 11 BOOTP broadcast 12 BOOTP broadcast 13 BOOTP broadcast 14 BOOTP broadcast 15 BOOTP broadcast 16 BOOTP broadcast 17 Retry time exceeded; starting again |