Re: [beagleboard] Re: Beaglebone and the 3.8 Kernel (Repost)

2017-03-08 Thread sergpenshin
Hi? Sergey! What was the issue with your DTS file? I'v the same problem. Same as you I reworked the DTS file. It was BB-I2C1-00A0.dts in my case. I'v been trying to loading my i2c-device at boot, but " bone_capemgr.enable_partno=MY-I2C1" in "/boot/uEnv.txt" doesn't work. Although it works perfec

Re: [beagleboard] Re: Beaglebone and the 3.8 Kernel (Repost)

2016-05-11 Thread Sergey Manucharian
SOLVED: it works now: bone_capemgr.enable_partno=BB-LCD10 It was my fault. I reworked the DTS file. Initially it was based on the old BB-BONE-LCD7-01-00A0.dts (since my cape has been designed based on Bone LCD 7"). But even BB-BONE-LCD7-01-00A1.dts works out of the box for my LCD panel. Althou

Re: [beagleboard] Re: Beaglebone and the 3.8 Kernel (Repost)

2016-05-11 Thread Sergey Manucharian
BBB compatibility issues: > > You can override dtb=x in /boot/uEnv.txt... > > BeagleBone Black: HDMI (Audio/Video) disabled: > > dtb=am335x-boneblack-emmc-overlay.dtb > > BeagleBone Black: HDMI (Audio/Video)/eMMC disabled: > > dtb=am335x-boneblack-overlay.dtb > > > ps, this is all in: > > https://g

Re: [beagleboard] Re: Beaglebone and the 3.8 Kernel (Repost)

2016-05-11 Thread Robert Nelson
On Wed, May 11, 2016 at 11:14 AM, Sergey Manucharian wrote: > That's strange, first it loads and then reports "failed": > > [3.042573] bone_capemgr bone_capemgr: enabled_partno PARTNO 'BB-LCD10' > VER 'N/A' PR '0' > [3.042588] bone_capemgr bone_capemgr: slot #4: override > [3.042605]

Re: [beagleboard] Re: Beaglebone and the 3.8 Kernel (Repost)

2016-05-11 Thread Sergey Manucharian
That's strange, first it loads and then reports "failed": [3.042573] bone_capemgr bone_capemgr: enabled_partno PARTNO 'BB-LCD10' VER 'N/A' PR '0' [3.042588] bone_capemgr bone_capemgr: slot #4: override [3.042605] bone_capemgr bone_capemgr: Using override eeprom data at slot 4 [3.0

Re: [beagleboard] Re: Beaglebone and the 3.8 Kernel (Repost)

2016-05-11 Thread Robert Nelson
On Wed, May 11, 2016 at 11:03 AM, Sergey Manucharian wrote: > I've added it to "cmdline=" and I do see it when booted: > > $ cat /proc/cmdline > console=tty0 console=ttyO0,115200n8 video=HDMI-A-1:1280x720@60 > root=/dev/mmcblk0p1 rootfstype=ext4 rootwait fixrtc coherent_pool=1M quiet > cape_uni

Re: [beagleboard] Re: Beaglebone and the 3.8 Kernel (Repost)

2016-05-11 Thread Sergey Manucharian
I've added it to "cmdline=" and I do see it when booted: $ cat /proc/cmdline console=tty0 console=ttyO0,115200n8 video=HDMI-A-1:1280x720@60 root=/dev/mmcblk0p1 rootfstype=ext4 rootwait fixrtc coherent_pool=1M quiet cape_universal=enable bone_capemgr.enable_partno=BB-LCD10 video=LVDS-1:800x600@6

Re: [beagleboard] Re: Beaglebone and the 3.8 Kernel (Repost)

2016-05-11 Thread Robert Nelson
On Wed, May 11, 2016 at 10:50 AM, Sergey Manucharian wrote: > That was the first think I tried, but it's simply ignored: > > bone_capemgr.enable_partno= > > > Well, that is the kernel parameter, so how did you pass it to the kernel from u-boot? in /boot/uEnv.txt i have a some macro's setup:

Re: [beagleboard] Re: Beaglebone and the 3.8 Kernel (Repost)

2016-05-11 Thread Sergey Manucharian
That was the first think I tried, but it's simply ignored: bone_capemgr.enable_partno= On Wednesday, May 11, 2016 at 9:43:11 AM UTC-6, RobertCNelson wrote: > > > > On Wed, May 11, 2016 at 10:40 AM, Sergey Manucharian > wrote: > >> Well, I'm using 4.4.8-ti-rt-r22 and the option capemgr.extra

Re: [beagleboard] Re: Beaglebone and the 3.8 Kernel (Repost)

2016-05-11 Thread Robert Nelson
On Wed, May 11, 2016 at 10:40 AM, Sergey Manucharian wrote: > Well, I'm using 4.4.8-ti-rt-r22 and the option capemgr.extra_override= > doesn't work for a cape without EEPROM, but it works by echoing into > /sys/devices/platform/bone_capemgr/slots. > Well, that's not a valid option in 4.1/4.4

Re: [beagleboard] Re: Beaglebone and the 3.8 Kernel (Repost)

2016-05-11 Thread Sergey Manucharian
Well, I'm using 4.4.8-ti-rt-r22 and the option capemgr.extra_override= doesn't work for a cape without EEPROM, but it works by echoing into /sys/devices/platform/bone_capemgr/slots. On Wednesday, May 11, 2016 at 9:34:12 AM UTC-6, RobertCNelson wrote: > > Umm, that was 3 years ago... > > Just

Re: [beagleboard] Re: Beaglebone and the 3.8 Kernel (Repost)

2016-05-11 Thread Robert Nelson
Umm, that was 3 years ago... Just ask your question and state your problem like a normal person.. On Wed, May 11, 2016 at 10:21 AM, wrote: > Does anybody know what exactly should be added to > *am335x-bone-common.dtsi*? > > Thanks! > On Tuesday, June 4, 2013 at 9:55:10 AM UTC-6, Pantelis Antoni

Re: [beagleboard] Re: Beaglebone and the 3.8 Kernel (Repost)

2016-05-11 Thread aragats
Does anybody know what exactly should be added to *am335x-bone-common.dtsi*? Thanks! On Tuesday, June 4, 2013 at 9:55:10 AM UTC-6, Pantelis Antoniou wrote: > > > Hmm, I guess I haven't explained things properly; the extra override must > be present as an override node in the boot dts > (am335x-b

[beagleboard] Re: Beaglebone and the 3.8 Kernel (Repost)

2013-12-15 Thread Thorsten von Eicken
I'm having difficulties with the new enable_partno the cape manager fails to load my dtbo even through the "echo slots" works just fine. I have: $ cat /boot/uboot/uEnv.txt optargs=fixrtc capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN capemgr.enable_partno=BB-UART4-RTS uenvcmd=i2c mw 0x24 1