Re: [beagleboard] Re: Setting the Bitrate of I2C2 on the Beaglebone Black

2013-11-21 Thread chai
hey thank you so much also can I know whats the maximum frequency that a beaglebone black supports to connect an LCD?? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To

[beagleboard] Re: Setting the Bitrate of I2C2 on the Beaglebone Black

2013-11-20 Thread chai
hi, can i know where I can find the am335x-bone-common.dtsi? it is not present in /lib/firmware so where can i find out -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To

Re: [beagleboard] Re: Setting the Bitrate of I2C2 on the Beaglebone Black

2013-11-20 Thread Cody Lacey
If you have the kernel source it is located at arch/arm/boot/dts/am335x-bone-common.dtsi Then you will need to recompile the am335x-boneblack.dtb On Wed, Nov 20, 2013 at 4:04 AM, chai chaitra.mohanku...@tismotech.netwrote: hi, can i know where I can find the am335x-bone-common.dtsi? it is

Re: [beagleboard] Re: Setting the Bitrate of I2C2 on the Beaglebone Black

2013-11-20 Thread Brandon I
You don't need the kernel source. You can convert the compiled device tree blob to the text version, edit it, and the convert it back to the binary using dtc: # backup the original .dtb cp /boot/am335x-boneblack.dtb /boot/am335x-boneblack.dtb.orig # generate the dts from the dtb dtc -I dtb -O