[Bug 268068] sysutils/u-boot-rock-pi-4 - support for rock-pi-4se?
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 268068] sysutils/u-boot-rock-pi-4 - support for rock-pi-4se?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Dec 2022 23:24:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268068
--- Comment #11 from Jon Theil Nielsen <jontheil@gmail.com> ---
(In reply to Mark Millard from comment #10)
Thanks again.
The output of uname -apKU from my machine (apart from the first part) is:
13.1-RELEASE-p3
FreeBSD 13.1-RELEASE-p3
GENERIC amd64 amd64 1301000 1301000
I have tried 'build all' both in the original /usr/src and the /usr/current-src
with the modified Makefile.
The command makes the output (in one line):
'[Creating objdir
/usr/obj/usr/current-src/amd64.amd64/sys/modules/dtb/rockchip...]'
Output of tree /usr/obj/usr/current-src/:
/usr/obj/usr/current-src/
`-- amd64.amd64
`-- sys
`-- modules
`-- dtb
`-- rockchip
5 directories, 0 files
So it seems I am building for the wrong architecture. I tried to build it with
env MACHINE_ARCH=aarch64 make all
but that didn't work either.
--
You are receiving this mail because:
You are the assignee for the bug.