>
>
> *It's that 100x better! ;)  Specially for developers!*

??

Care to elaborate ?

On Tue, Dec 2, 2014 at 7:50 AM, Robert Nelson <robertcnel...@gmail.com>
wrote:

> On Tue, Dec 2, 2014 at 8:10 AM, Micka <mickamus...@gmail.com> wrote:
> > 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 ?
>
> Just from the fact it's loading:
>
> reading zImage
> 7264176 bytes read in 828 ms (8.4 MiB/s)
> reading initrd.img
> 2402116 bytes read in 278 ms (8.2 MiB/s)
> reading /dtbs/am335x-boneblack.dtb
> 85190 bytes read in 21 ms (3.9 MiB/s)
>
> vs:
>
> Loaded environment from /boot/uEnv.txt
> Checking if uname_r is set in /boot/uEnv.txt...
> gpio: pin 56 (gpio 56) value is 1
> Running uname_boot ...
> loading /boot/vmlinuz-3.14.25-ti-r37 ...
> 7148440 bytes read in 422 ms (16.2 MiB/s)
> loading /boot/dtbs/3.14.25-ti-r37/am335x-boneblack.dtb ...
> 85190 bytes read in 146 ms (569.3 KiB/s)
> loading /boot/initrd.img-3.14.25-ti-r37 ...
> 2298206 bytes read in 158 ms (13.9 MiB/s)
> debug: [console=ttyO0,115200n8
> root=UUID=cffb3725-c125-4a51-ac5e-8d4ed50aa113 ro rootfstype=ext4
> rootwait fixrtc quiet] ...
> debug: [bootz 0x82000000 0x88080000:23115e 0x88000000] ...
> Kernel image @ 0x82000000 [ 0x000000 - 0x6d1398 ]
> ## Flattened Device Tree blob at 88000000
>    Booting using the fdt blob at 0x88000000
>    Loading Ramdisk to 8fdce000, end 8ffff15e ... OK
>    Loading Device Tree to 8fdb6000, end 8fdcdcc5 ... OK
>
>
> It's that 100x better! ;)  Specially for developers!
>
> 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