When trying to load the dtbo on the latest debian images (compiled with 
https://github.com/pantoniou/dtc to make it work on the 4.1 kernel) it 
doesn't work anymore (white blank screen) and spews:
[  192.904547] bone_capemgr bone_capemgr: part_number 'DVK530-LCD4-01', 
version 'N/A'
[  192.904591] bone_capemgr bone_capemgr: slot #4: override
[  192.904610] bone_capemgr bone_capemgr: Using override eeprom data at 
slot 4
[  192.904628] bone_capemgr bone_capemgr: slot #4: 'Override Board 
Name,00A0,Override Manuf,DVK530-LCD4-01'
[  192.926396] ocp:backlight supply power not found, using dummy regulator
[  192.929198] bone_capemgr bone_capemgr: slot #4: dtbo 
'DVK530-LCD4-01-00A0.dtbo' loaded; overlay id #0
[  192.971160] ocp:backlight supply power not found, using dummy regulator
[  192.971561] pwm-backlight ocp:backlight: invalid default brightness 
level: 101, using 100
[  193.014772] of_graph_get_next_endpoint(): no port node found in /ocp/fb
[  193.065022] of_graph_get_next_endpoint(): no port node found in /ocp/fb
[  193.083458] tilcdc 4830e000.fb: no encoders/connectors found

Anyone can help ? I tried to look at commits done on similar overlays (e.g. 
https://github.com/beagleboard/bb.org-overlays/commits/master/src/arm/BB-BONE-LCD4-01-00A1.dts
 
which is similar) but I couldn't find anything obvious to update for 4.1.

Regards,
        Xav

Le vendredi 8 janvier 2016 17:26:33 UTC+1, [email protected] a écrit :
>
> Hi Robert,
>
> I tried just compiling the DVK530-LCD4 dtbo in theirs kernel directory, 
> then loading it on a plain debian image 
> (bone-debian-7.9-lxde-4gb-armhf-2015-11-12-4gb.img). It works, but here's 
> what I've got in the log:
>
> [  781.660463] bone-capemgr bone_capemgr.9: part_number 'DVK530-LCD4-01', 
> version '00A0'
> [  781.660655] bone-capemgr bone_capemgr.9: slot #7: generic override
> [  781.660702] bone-capemgr bone_capemgr.9: bone: Using override eeprom 
> data at slot 7
> [  781.660750] bone-capemgr bone_capemgr.9: slot #7: 'Override Board 
> Name,00A0,Override Manuf,DVK530-LCD4-01'
> [  781.663155] bone-capemgr bone_capemgr.9: slot #7: Requesting part 
> number/version based 'DVK530-LCD4-01-00A0.dtbo
> [  781.663217] bone-capemgr bone_capemgr.9: slot #7: Requesting firmware 
> 'DVK530-LCD4-01-00A0.dtbo' for board-name 'Override Board Name', version 
> '00A0'
> [  781.679325] bone-capemgr bone_capemgr.9: slot #7: dtbo 
> 'DVK530-LCD4-01-00A0.dtbo' loaded; converting to live tree
> [  781.682363] bone-capemgr bone_capemgr.9: slot #7: #4 overlays
> [  781.692600] ehrpwm 48302200.ehrpwm: unable to select pin group
> [  781.702798] pwm-backlight backlight.12: invalid default brightness 
> level: 101, using 100
> [  781.711146] input: ti-tsc as 
> /devices/ocp.3/44e0d000.tscadc/tsc/input/input1
> [  781.724048] of_get_named_gpio_flags: can't parse gpios property
> [  781.724105] panel panel.13: panel: No power control GPIO
> [  781.724800] platform 4830e000.fb: alias fck already exists
> [  781.733875] of_get_named_gpio_flags: can't parse gpios property
> [  781.733931] tilcdc 4830e000.fb: No power control GPIO
> [  781.734623] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
> [  781.734650] [drm] No driver support for vblank timestamp query.
> [  781.755994] Console: switching to colour frame buffer device 120x45
> [  781.761009] tilcdc 4830e000.fb: fb0:  frame buffer device
> [  781.761044] tilcdc 4830e000.fb: registered panic notifier
> [  781.761097] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
> [  781.761294] bone-capemgr bone_capemgr.9: slot #7: Applied #4 overlays.
> [  782.284096] tilcdc 4830e000.fb: timeout waiting for framedone
>
> I don't quite like those warnings/errors. Are they harmful ? Do you have a 
> hint how I could fix them ?
>
> Regards,
>         Xav
>
>
> Le lundi 24 août 2015 02:45:19 UTC+2, RobertCNelson a écrit :
>>
>> On Sun, Aug 23, 2015 at 6:37 PM, Ridemywideglide <[email protected]> 
>> wrote: 
>> > I'm needing some help, as I have very limited experience with linux. 
>> I've 
>> > had a BBB for a few months now, and managed to cobble together many 
>> > different items from google searches and sites like this one, and am 
>> working 
>> > towards a functional touch screen beer brewing controller. 
>> > After getting to where I am now, I purchased a 7in touchscreen from 
>> ebay 
>> > (china) that is a waveshare cape/lcd package. 
>> > Waveshare has a debian image that I have downloaded, and it boots right 
>> up 
>> > to a working screen, but only runs from the card, no flasher. Trouble 
>> is, I 
>> > have lots of hours into the BBB setup I'm running now, and would of 
>> course, 
>> > rather not start over. I'm needing to get the LCD to work on my 
>> existing 
>> > system. 
>> > 
>> > Running wheezy, kernal 3.8.13-bone74, 
>>
>> So i'd start with copying your "working" kernel config and copy it to 
>> the "working" debian setup.. 
>>
>> http://www.waveshare.com/wiki/BB_Black_XXX_CAPE_Source_Code 
>>
>> I don't see that anyone has submited support for that lcd for the 
>> commuinty.. 
>>
>> https://github.com/beagleboard/linux/tree/3.8/firmware/capes 
>>
>> Looking at the schematic, it would be a pretty simplistic compared to 
>> other capes for new users to port. ;) 
>>
>> Regards, 
>>
>> -- 
>> Robert Nelson 
>> https://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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to