No usable event timer found on RPI2
bob prohaska
fbsd at www.zefox.net
Sun Apr 10 00:08:15 UTC 2016
On Sat, Apr 09, 2016 at 04:29:26PM -0600, Ian Lepore wrote:
> The freebsd build process doesn't know anything about filesystems, it
> just installs things to DESTDIR (which is / by default).
>
> If you're doing the kernel build and install native on the rpi, you
> could get the effect you want by doing:
>
> mount -t msdosfs /dev/mmcsd0s1 /boot/dtb
> make installkernel
> umount /boot/dtb
>
Not sure I understand this; if the build/install cycle is happening
in multi-user isn't it enough to just
cp /boot/dtb/rpi2.dtb /boot/msdos
?
bob prohaska
More information about the freebsd-arm
mailing list