Yes I just saw it ^^ .

I found it where it is in your Makefile :

install_arch: $(ARCH_DTB)
        mkdir -p /boot/dtbs/`uname -r`/
        cp -v $(obj)/*.dtb /boot/dtbs/`uname -r`/

Just need to replace the line cp with  cp -v $(obj)/*.dtb /dtbs/


But I will follow your instruction about the MMC .

One more question because this part I don't understand :

 the am335x when it boot it looks at the SDCard the file uEnv.txt .

So why do I need to upgrade the eMMC ? If I read what you are saying, I
should update the mmc because it looks first at the mmc and the mmc tell
where to look at the sdCard ?


Micka,


Le Tue Dec 02 2014 at 15:01:32, Robert Nelson <robertcnel...@gmail.com> a
écrit :

> On Tue, Dec 2, 2014 at 7:58 AM, Micka <mickamus...@gmail.com> wrote:
> > When the kernel start, I have :
>
> > reading /dtbs/am335x-boneblack.dtb
> > 85190 bytes read in 21 ms (3.9 MiB/s)
>
> >> > `src/arm/am335x-boneblack.dtb' ->
> >> > `/boot/dtbs/3.14.25-ti-r37/am335x-boneblack.dtb'
>
> Do you see that ^... It's loading "/dtbs/am335x-boneblack.dtb" but the
> file you modified is stored under:
> "/boot/dtbs/3.14.25-ti-r37/am335x-boneblack.dtb'"
>
> Regards,
>
> --
> Robert Nelson
> http://www.rcn-ee.com/
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to