Re: [beagleboard] Re: BBB gets stuck during bootup @ i2c i2c-2: SCL is stuck low, exit recovery

2017-10-26 Thread Ison Thomas
Thanks Jelle, Fortunately, mine was an issue with the i2c slave hardware. :). Its working now. Changing the Linux Image was not an option for me.. :) Regards Ison Thomas On 10/25/2017 4:31 PM, Jelle Spijker wrote: Hi Ison, Unfortunately no. I switched to an Arch Linux image, which ran

[beagleboard] Re: BBB gets stuck during bootup @ i2c i2c-2: SCL is stuck low, exit recovery

2017-10-25 Thread ison . thomas
Hi, Did you by any chance find a fix to the issue. I am also facing a similar problem where my i2c-1 gets stuck with "Arbitration Lost and RT throttling activated" message. Thanks and Regards Ison Thomas On Saturday, February 20, 2016 at 5:36:21 PM UTC+5:30, Jelle Spijker wrote: &

[beagleboard] CUPS printing issue

2015-11-10 Thread Ison Thomas
Hi, I have installed cups(1.5.3) in my Beagleboard black based custom hardware running on Debian 7.8 using 'apt-get install' command. I am trying to print to HP deskjet 1112 usb printer from system line but nothing is getting printed and the output of 'lpstat -t' shows the error : "

[beagleboard] Change USB OTG mode to USB host and USB peripheral

2015-11-05 Thread Ison Thomas
Hi I am using a custom hardware which is based on Beaglebone black. The hardware difference between BBB and our board is that USB0 is changed to work in host mode and USB1 in peripheral mode. I need to make the necessary changes in kernel as well to make this work. I have built the kernel and

[beagleboard] Re: BBB USB0 change from client to host

2015-11-05 Thread Ison Thomas
Hi, I am trying to acheive a similar goal here. I want to change my USB0 to host and USB1 to device. I tried to make this change in arch/arm/boot/dts/am335x-bone- common.dtsi file but the file structure has changed significantly. It is now having : " _otg_hs { interface_type =

Re: [beagleboard] Re: BBB USB0 change from client to host

2015-11-05 Thread Ison Thomas
Hi Robert, I am trying to acheive a similar goal here. I want to change my USB0 to host and USB1 to device. I tried to make this change in arch/arm/boot/dts/am335x-bone- common.dtsi file but the file structure has changed significantly. It is now having : " _otg_hs {

[beagleboard] Beaglebone unable to print complete page

2015-09-09 Thread Ison Thomas
. Regards Ison Thomas -- 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 beagleboar

[beagleboard] Using CUPS to print pdf in BBB-Angstrom

2015-09-02 Thread Ison Thomas
plain' or 'application/pdf'. I might be missing some dependency package or something. Kindly help to sort out the issue. I have tried installing 'ghostscript' but it didn't work. When trying to install 'libcupsys2-dev' and 'cups-filter' using opkg, it says 'unknown package'. Thanks Ison T

[beagleboard] Re: Using CUPS to print pdf in BBB-Angstrom

2015-09-02 Thread Ison Thomas
I tried to install cups-filter from source. The following error shows up : configure: error: Required cups-config is missing. Please install CUPS developer packages. How to install this in Angstrom BBB On Wednesday, 2 September 2015 16:02:52 UTC+5:30, Ison Thomas wrote: > > Hi, > &