problem building bcm235-rpi-b.dtb

Vince Weaver vincent.weaver at maine.edu
Fri Mar 7 16:10:51 EST 2014


On Thu, 6 Mar 2014, Stephen Warren wrote:

> On 03/06/2014 08:32 PM, Vince Weaver wrote:
> > Hello
> > 
> > I built the current bcm2835-next git kernel and it built fine.
> > 
> > But then I tried to build the dtb file and I can't seem to make it happen.
> > Regular make didn't build it, and if I try to make it manually
> >  
> > $ make  bcm235-rpi-b.dtb
> >  make  bcm235-rpi-b.dtb
> > make[1]: *** No rule to make target `arch/arm/boot/dts/bcm235-rpi-b.dtb'.  
> > Stop.
> > make: *** [bcm235-rpi-b.dtb] Error 2
> 
> Run "make dtbs" instead; that should work.

Doesn't seem to work:

vince at rasp-pi ~/linux-kernel/linux-rpi $ make dtbs
vince at rasp-pi ~/linux-rpi-nogit $ find arch/arm | grep dtb
vince at rasp-pi ~/linux-kernel/linux-rpi-nogit $ 

so nothing gets made at all.

Do I need to reconfigure with the bcm2835 defaults again?  I just did a 
make oldconfig on a config generated with the 3.14-next branch (where this 
all worked just fine).

Vince



More information about the linux-rpi-kernel mailing list