Booting NetBSD
#10
We can automate this thing a little by creating u-boot config file, but it will still boot the kernel from the SD card, only root fs will be from the new system:

1) Write a file myscript.txt in /boot on SD card
Code:
setenv kernel_addr 0x200000
setenv bootargs "root=ld0a console=fb"

2) Make an image. mkubootimage is located in /usr/src/tools. If not, get and unpack src.tar.gz set.
2.1) Remove everything in /boot on SD card, except for "efi" directory.
Code:
mkubootimage -A arm64 -C none -O netbsd -T script -n PBP myscript.txt boot.scr

3) reboot with SD card installed, root fs should be on ld0 now, not on ld1.

I still struggle to install the netbsd provided u-boot from pkgsrc to either SPI or eMMC.
/dev/spiflash0 is "Device not configured" on all kernels I've tried.
Tried flashrom on Linux, says that rkspi_loader.img is too small.
dd'ing img to /dev/ld0d gives no result.
  Reply


Messages In This Thread
Booting NetBSD - by untitled - 08-22-2022, 02:19 AM
RE: Booting NetBSD - by KC9UDX - 08-23-2022, 05:14 AM
RE: Booting NetBSD - by untitled - 08-24-2022, 07:04 AM
RE: Booting NetBSD - by untitled - 08-25-2022, 01:46 AM
RE: Booting NetBSD - by KC9UDX - 08-24-2022, 02:27 PM
RE: Booting NetBSD - by untitled - 08-25-2022, 03:05 AM
RE: Booting NetBSD - by untitled - 08-25-2022, 12:53 PM
RE: Booting NetBSD - by wdt - 08-24-2022, 03:25 PM
RE: Booting NetBSD - by KC9UDX - 08-26-2022, 05:28 AM
RE: Booting NetBSD - by untitled - 08-26-2022, 10:24 AM
RE: Booting NetBSD - by KC9UDX - 08-27-2022, 03:04 PM
RE: Booting NetBSD - by KC9UDX - 08-28-2022, 12:53 PM
RE: Booting NetBSD - by untitled - 08-30-2022, 01:23 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  2nd NetBSD boot goes dark donn 6 2,185 02-22-2024, 03:59 AM
Last Post: KC9UDX
  NetBSD 1.0 runs down battery donn 13 1,817 11-15-2023, 04:05 PM
Last Post: KC9UDX
  NetBSD on the Pinebook Pro in August 2022 - or not? KC9UDX 6 3,939 08-24-2022, 01:49 AM
Last Post: KC9UDX
  NetBSD and pinebook keyboard/trackpad firmware updater mrgtwentythree 5 10,089 05-16-2021, 07:37 PM
Last Post: mrgtwentythree
  NetBSD Der Geist der Maschine 76 112,214 05-16-2021, 02:43 PM
Last Post: mrgtwentythree
Music NetBSD and USB "sound cards" KC9UDX 2 5,490 05-07-2021, 12:11 PM
Last Post: elimark1
Question Issues Installing NetBSD on a PineBook Pro ReleaseTheGeese 14 15,389 01-31-2021, 11:20 AM
Last Post: KC9UDX
  NetBSD -Current binaries BronzeBeard 8 11,819 12-31-2020, 08:38 PM
Last Post: BronzeBeard
Thumbs Up My NetBSD on Pinebook Pro journey KC9UDX 11 19,002 12-06-2020, 08:26 PM
Last Post: KC9UDX

Forum Jump:


Users browsing this thread: 1 Guest(s)