Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2016 17:08:13 -0700
From:      bob prohaska <fbsd@www.zefox.net>
To:        Ian Lepore <ian@freebsd.org>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: No usable event timer found on RPI2
Message-ID:  <20160410000813.GI71221@www.zefox.net>
In-Reply-To: <1460240966.1091.340.camel@freebsd.org>
References:  <20160409020229.GF71221@www.zefox.net> <CAFHCsPWMqtnOtMRZ9CiL%2B2_1Ox_d_Mh=LdoGMGRHBjZVd12HfA@mail.gmail.com> <20160409164903.GG71221@www.zefox.net> <1460220814.1091.338.camel@freebsd.org> <20160409181716.GH71221@www.zefox.net> <1460240966.1091.340.camel@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160410000813.GI71221>