Re: [beagleboard] BeagleBone Black Kernel 3.14 LCD7 Cap

2014-12-02 Thread Robert Nelson
On Tue, Dec 2, 2014 at 5:03 AM, Micka mickamus...@gmail.com wrote: Hi, I'm trying to make the LCD 7 working on my machine under the Kernel 3.14 : Linux beaglebone 3.14.25-ti-r37 #1 SMP PREEMPT Fri Nov 21 23:20:50 UTC 2014 armv7l GNU/Linux I saw this link :

Re: [beagleboard] BeagleBone Black Kernel 3.14 LCD7 Cap

2014-12-02 Thread Micka
When the kernel start, I have : U-Boot 2013.04-dirty (Jul 10 2013 - 14:02:53) I2C: ready DRAM: 512 MiB WARNING: Caches not enabled NAND: No NAND device found!!! 0 MiB MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 *** Warning - readenv() failed, using default environment musb-hdrc: ConfigData=0xde

Re: [beagleboard] BeagleBone Black Kernel 3.14 LCD7 Cap

2014-12-02 Thread Robert Nelson
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

Re: [beagleboard] BeagleBone Black Kernel 3.14 LCD7 Cap

2014-12-02 Thread Robert Nelson
On Tue, Dec 2, 2014 at 8:01 AM, Robert Nelson robertcnel...@gmail.com wrote: 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' -

Re: [beagleboard] BeagleBone Black Kernel 3.14 LCD7 Cap

2014-12-02 Thread Micka
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

Re: [beagleboard] BeagleBone Black Kernel 3.14 LCD7 Cap

2014-12-02 Thread Robert Nelson
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

Re: [beagleboard] BeagleBone Black Kernel 3.14 LCD7 Cap

2014-12-02 Thread William Hermans
*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

Re: [beagleboard] BeagleBone Black Kernel 3.14 LCD7 Cap

2014-12-02 Thread Robert Nelson
On Tue, Dec 2, 2014 at 2:34 PM, William Hermans yyrk...@gmail.com wrote: It's that 100x better! ;) Specially for developers! ?? Care to elaborate ? It's just more verbose... So we can actually see what it's doing.. (console variable...) Regards, -- Robert Nelson http://www.rcn-ee.com/

Re: [beagleboard] BeagleBone Black Kernel 3.14 LCD7 Cap

2014-12-02 Thread William Hermans
It's just more verbose... So we can actually see what it's doing.. (console variable...) Oh heh, I thought you were telling him the eMMC was better for development . . and of course I was curious . . . On Tue, Dec 2, 2014 at 1:36 PM, Robert Nelson robertcnel...@gmail.com wrote: On Tue,