Raspberry pi not ready to self-host yet?

Tim Kientzle tim at kientzle.com
Thu Jun 27 15:40:33 UTC 2013


On Jun 26, 2013, at 10:27 PM, Brett Wynkoop wrote:

> On Thu, 27 Jun 2013 12:22:49 +0800
> Alie Tan <alie at affle.com> wrote:
> 
>> On Thu, Jun 27, 2013 at 12:10 PM, Brett Wynkoop
>> <freebsd-arm at wynn.com>wrote:
>> 
>>> On Thu, 27 Jun 2013 12:01:35 +0800
>>> Alie Tan <alie at affle.com> wrote:
>>> 
>>> 
>>>> Can you please share your conf and script so we can see the root
>>>> cause?
>>> 
>>> I am not sure what you mean by script.  I am not using any shell
>>> scripts.  I just run config on the Pi directly.
>>> 
>>> Here is the output of config:
>>> 
>>> root at fbsd-pi:/sys/arm/conf # config  RPI-B-TMPFS
>>> config: ../broadcom/bcm2835/files.bcm2835: No such file or directory
>>> root at fbsd-pi:/sys/arm/conf #
>>> 
>>> Here is the config file:
>>> 
>> Try comment out
>> options         FDT_DTB_STATIC
> 
> 
> No joy....seems there is a file missing:
> 
> root at fbsd-pi:/sys/arm/conf # config  RPI-B-TMPFS
> config: ../broadcom/bcm2835/files.bcm2835: No such file or directory
> root at fbsd-pi:/sys/arm/conf # 

The src checkout I just did definitely has that file.

So the question is:  Why doesn't your checkout have that file?

Let us know what this says:

$ cd /usr/src/sys/arm/broadcom/bcm2835
$ svn ls .
$ svn cat files.bcm2835 | head
$ svn up
$ svn up files.bcm2835





More information about the freebsd-arm mailing list