Re: [beagleboard] Don´t load custom DeviceTree on Startup

2016-07-06 Thread William Hermans
I did find the output of dmsg a bit odd though. And notice that slot 7 is still missing after you've successfully loaded the overlay after boot. On Wed, Jul 6, 2016 at 11:16 PM, William Hermans wrote: > I can only guess what is happening. I do not think this could be your > fault necessarily. Bu

Re: [beagleboard] Don´t load custom DeviceTree on Startup

2016-07-06 Thread William Hermans
I can only guess what is happening. I do not think this could be your fault necessarily. But perhaps something that needs loading a boot prior to load these specific overlays. I'm not sure about that, because I've never loaded that specific overlays . . . just the BB-UART overlays. anyway, it coul

Re: [beagleboard] Don´t load custom DeviceTree on Startup

2016-07-06 Thread Fohnbit
Because I don´t have this. ls /lib/firmware/ | grep UART ADAFRUIT-UART1-00A0.dtbo ADAFRUIT-UART2-00A0.dtbo ADAFRUIT-UART4-00A0.dtbo ADAFRUIT-UART5-00A0.dtbo But I guess this couldn´t be the problem, right? -- For more options, visit http://beagleboard.org/discuss --- You received this mess

Re: [beagleboard] Re: Modified BBB-eMMC flasher for debian is failing with ext4 errors

2016-07-06 Thread John Syne
http://electronics.stackexchange.com/questions/221292/tip-barrel-test-of-oscilloscope Regards, John > On Jul 6, 2016, at 7:13 PM, Joshua Collins wrote: > > Hi Robert, > > I thought I had checked for power supply issues and not found anything, but I > checked again and found problems. Our c

Re: [beagleboard] Re: Modified BBB-eMMC flasher for debian is failing with ext4 errors

2016-07-06 Thread John Syne
You can test this by simply shorting the ground clip to the probe tip and moving about the board. My guess is the ringing will still be visible. Regards, John > On Jul 6, 2016, at 7:13 PM, Joshua Collins wrote: > > Hi Robert, > > I thought I had checked for power supply issues and not fou

Re: [beagleboard] Re: Modified BBB-eMMC flasher for debian is failing with ext4 errors

2016-07-06 Thread John Syne
First, I think the waveforms you are displaying do not look like they originate from the power rails. I suspect you have a scope probe where the ground wire and probe tip are too long and you are picking up radiated noise from other sources. Start by making the scope ground very short. I’m talki

[beagleboard] Re: Modified BBB-eMMC flasher for debian is failing with ext4 errors

2016-07-06 Thread Joshua Collins
Hi Robert, I thought I had checked for power supply issues and not found anything, but I checked again and found problems. Our cape board powers the beaglebone through the VDD_5V pins on the header. Here are the VDD_5V (blue) and VDD_3V3B (yellow) rails when the beaglebone is powered from our

Re: [beagleboard] 4.4.x-ti kernel with rproc & uio (r34)

2016-07-06 Thread John Syne
I think the consensus was not not have either installed as default and that way we keep both side happy. Also, most BBB users don’t use PRU. BTW, I added TJF to the list since his persistence lead us to this solutions. Regards, John > On Jul 6, 2016, at 1:48 PM, Jason Kridner wrote: > > T

Re: [beagleboard] 4.4.x-ti kernel with rproc & uio (r34)

2016-07-06 Thread Jason Kridner
This is awesome, but shouldn't one of them be enabled by default? Would be great to report an issue with rproc not loading as an overlay. On Wed, Jul 6, 2016 at 4:36 PM Rick Mann wrote: > Outstanding work, Robert. Thank you. > > > On Jul 6, 2016, at 07:55 , Robert Nelson > wrote: > > > > Okay,

Re: [beagleboard] 4.4.x-ti kernel with rproc & uio (r34)

2016-07-06 Thread Rick Mann
Outstanding work, Robert. Thank you. > On Jul 6, 2016, at 07:55 , Robert Nelson wrote: > > Okay, starting with r34, (4.4.14-ti-r34/4.4.14-ti-rt-r34) > > You can swap between rproc and uio for the pruss... > > while, uio can be loaded as an overlay, rproc was failing, so we need > to use the dt

[beagleboard] Re: [beagle-alpha] 4.4.x-ti kernel with rproc & uio (r34)

2016-07-06 Thread James Strawson
Excellent! UIO has been the only thing keeping me from migrating to Jessie. I'll report on my findings. I trust this kernel will make its way into a new stable release on beagleboard.org/latest-images at some point? On 6 Jul 2016 7:56 a.m., "Robert Nelson" wrote: > Okay, starting with r34, (4.4.1

Re: [beagleboard] Don´t load custom DeviceTree on Startup

2016-07-06 Thread William Hermans
Any particular reason why you have to load the adafruit overlays ? What about these ? debian@beaglebone:~$ ls /lib/firmware/ | grep UART BB-UART1-00A0.dtbo BB-UART2-00A0.dtbo BB-UART2-RTSCTS-00A0.dtbo BB-UART3-00A0.dtbo BB-UART4-00A0.dtbo BB-UART4-RS485-00A0.dtbo BB-UART5-00A0.dtbo On Wed, Jul 6

[beagleboard] Re: 4.4.x-ti kernel with rproc & uio (r34)

2016-07-06 Thread John Syne
> On Jul 6, 2016, at 7:55 AM, Robert Nelson wrote: > > Okay, starting with r34, (4.4.14-ti-r34/4.4.14-ti-rt-r34) > > You can swap between rproc and uio for the pruss... > > while, uio can be loaded as an overlay, rproc was failing, so we need > to use the dtb-rebuilder... > > Step 1: > > upg

Re: [beagleboard] Re: initrd.img not detected

2016-07-06 Thread William Hermans
Here are proper stage 1, and stage 2 uEnv.txt files. From: debian@beaglebone:~$ cat /etc/dogtag BeagleBoard.org Debian Image 2016-06-19 *debian@beaglebone:~$ cat /uEnv.txt* */* stage 1*/* ##These are needed to be compliant with Angstrom's 2013.06.20 u-boot. loadaddr=0x8200 fdtaddr=0x880

Re: [beagleboard] Issue booting from SD om BBB while no problem on BBG, KERNEL 4.1.21-bone-rt-r20

2016-07-06 Thread William Hermans
Passed that, the only other thing I can think of offhand. Is double check to make sure you do not have the board file hard coded. bonegreen == beaglebone green boneblack == beaglebone black https://github.com/torvalds/linux/tree/master/arch/arm/boot/dts lots to choose from though . . . On Wed,

Re: [beagleboard] Issue booting from SD om BBB while no problem on BBG, KERNEL 4.1.21-bone-rt-r20

2016-07-06 Thread William Hermans
Try holding and pressing the boot button while booting from sdcard. Let's see if the new bootloder thinks the old one is too old. On Wed, Jul 6, 2016 at 3:00 AM, malkowki wrote: > Hello all, > > I am struggling with booting the BBB REVC from 4GB class 10 uSD flashed > with the image 4.1.21-bone-

Re: [beagleboard] Re: OSX el Capitan breaks HoRNDIS?

2016-07-06 Thread Jason Kridner
Shall I update the getting-started then? We feel confident enough to recommend this version? On Sun, Jul 3, 2016 at 6:00 AM wrote: > Android N DP4 on Nexus 6. > OSX 10.11.5 on MacBook 13" Mid 2010. > > Works perfectly. > - Network adaptor detected automatically once USB tethering enabled on > Mo

[beagleboard] 4.4.x-ti kernel with rproc & uio (r34)

2016-07-06 Thread Robert Nelson
Okay, starting with r34, (4.4.14-ti-r34/4.4.14-ti-rt-r34) You can swap between rproc and uio for the pruss... while, uio can be loaded as an overlay, rproc was failing, so we need to use the dtb-rebuilder... Step 1: upgrade to r34 and reboot: http://elinux.org/Beagleboard:BeagleBoneBlack_Debia

[beagleboard] Don´t load custom DeviceTree on Startup

2016-07-06 Thread Fohnbit
Hello, I have a Beaglebone Black: uname -a: *Linux c0a800a7 3.8.13-bone63 #1 SMP Mon Aug 11 20:08:34 UTC 2014 armv7l GNU/Linux* I want to load UART1, so I added to: /boot/uEnv.txt: *cape_enable=capemgr.enable_partno=ADAFRUIT-UART1* /etc/default/capemgr: *CAPE=ADAFRUIT-UART1* but it don´t load:

[beagleboard] Re: initrd.img not detected

2016-07-06 Thread richatnstar via BeagleBoard
By adding this argument pair to 'bootargs', the kernel 'found' the initramfs file.. * initrd=${rdaddr},0x${rdsize}* where *rdaddr* is 0x8808 and *rdsize* is the size of the initramfs file. I don't know why it had to be explicitly set where it was not necessary before. -

[beagleboard] Issue booting from SD om BBB while no problem on BBG, KERNEL 4.1.21-bone-rt-r20

2016-07-06 Thread malkowki
Hello all, I am struggling with booting the BBB REVC from 4GB class 10 uSD flashed with the image 4.1.21-bone-rt-r20 and u-boot image from branch v2016.07-rc2( I have followed all the steps from R.Nelson eewiki). when I press the S2 button and plug the 5V barrel supply I can see on my serial c