[beagleboard] Re: Network Fail on Rev C boards

2018-01-22 Thread James S
gt; #auto eth0 > #iface eth0 inet dhcp > > if you want a static ip on eth0, then do like you have on usb0 > > amf > > On Monday, January 22, 2018 at 6:19:02 AM UTC-6, James S wrote: > >> We have some legacy software running on BB White and BB Black (PCB Rev >> B6

[beagleboard] Re: Network Fail on Rev C boards

2018-01-22 Thread James S
On Monday, January 22, 2018 at 2:31:58 PM UTC, amf wrote: > > if you want dhcp on eth0 then uncomment > #auto eth0 > #iface eth0 inet dhcp > > if you want a static ip on eth0, then do like you have on usb0 > > amf > > On Monday, January 22, 2018 at 6:19:02 AM UTC-

[beagleboard] Network Fail on Rev C boards

2018-01-22 Thread James S
We have some legacy software running on BB White and BB Black (PCB Rev B6) for a while. Recently we have to build some more and using the Rev C BBB, the network fails to start. We are booting Debian from the same SD card, version 3.8.13-bone67. Can anyone tell me why the more recent hardware

Re: [beagleboard] Installing SGX drivers - omaplfb & pvrsrvkm not loaded

2016-10-14 Thread James S
I know nothing about this but here's what I did tonight to get this going (its failed many times in the past for me!) - Downloaded https://rcn-ee.com/rootfs/bb.org/testing/2016-10-09/lxqt-4gb/bone-debian-8.6-lxqt-4gb-armhf-2016-10-09-4gb.img.xz - Burned a card, booted and grew the partition.

[beagleboard] Re: BeagleBone Black (4.4.20 kernel) + RobertCNelsons SGX driver not working?

2016-09-11 Thread James S
After your first message, what steps did you make to get omaplfb loading? Jas On Saturday, September 10, 2016 at 11:48:47 PM UTC+1, Aitor Ardanza wrote: > > ome progress: > > Following these steps I get that the lsmod command answer me with > something. > > But I'm no sure if the 3d hardware

[beagleboard] Re: Bagle bone boot is stopped at starting kernel

2016-07-13 Thread James S
I found some of the following links helpful: https://groups.google.com/forum/#!searchin/beagleboard/nfs-uEnv|sort:date/beagleboard/X5jSWpPXegY/JxjNKU22A6kJ

[beagleboard] Connman & bone-debian-8.5-lxqt-2gb-armhf-2016-06-19-2gb.img

2016-07-13 Thread James S
I downloaded & wrote the bone-debian-8.5-lxqt-2gb-armhf-2016-06-19-2gb.img image to a card. It doesn't seem to start up the ethernet connection on boot - I have to run sudo systemctl start connman.service from the serial terminal. Here's the full output. I tried

Re: [beagleboard] SGX not installing

2016-04-01 Thread James S
login: Fri Apr 1 22:15:11 2016 from base2.lan debian@beaglebone:~$ lsmod | grep omaplfb debian@beaglebone:~$ On Friday, April 1, 2016 at 11:34:13 PM UTC+1, RobertCNelson wrote: > > On Fri, Apr 1, 2016 at 5:17 PM, James S <s19...@gmail.com > > wrote: > > Oops! I did a re

Re: [beagleboard] SGX not installing

2016-04-01 Thread James S
Oops! I did a reboot and lsmod | grep omaplfb but nothing shows up. On Friday, April 1, 2016 at 11:12:13 PM UTC+1, James S wrote: > > Purrfect Robert, thank you for the prompt response! > > On Friday, April 1, 2016 at 11:07:07 PM UTC+1, RobertCNelson wrote: >> >> On Fri

Re: [beagleboard] SGX not installing

2016-04-01 Thread James S
Purrfect Robert, thank you for the prompt response! On Friday, April 1, 2016 at 11:07:07 PM UTC+1, RobertCNelson wrote: > > On Fri, Apr 1, 2016 at 5:03 PM, James S <s19...@gmail.com > > wrote: > > I followed the instructions here > > http://elinux.org/Beagl

[beagleboard] SGX not installing

2016-04-01 Thread James S
I followed the instructions here http://elinux.org/BeagleBoardDebian#SGX_BeagleBone.2FBeagleBone_Black and the install fails at the BBB with: debian@beaglebone:/opt/gfxinstall$ sudo ./sgx-install.sh *./sgx-install.sh: 29: ./sgx-install.sh: lsb_release: not found* The build on Ubuntu completes

[beagleboard] Ethernet refusing connection

2015-05-29 Thread James S
I'm using BBB A5A hardware. I just built a card with the Debian 8 (Small Flash) kernel using the instructions at https://eewiki.net/display/linuxonarm/BeagleBone+Black. (With the following exception: Instead of sudo cp -v ./ti-linux-kernel-dev/deploy/${kernel_version}.zImage /media/

[beagleboard] Re: Ethernet refusing connection

2015-05-29 Thread James S
, 2015 at 2:56:06 PM UTC+1, James S wrote: I'm using BBB A5A hardware. I just built a card with the Debian 8 (Small Flash) kernel using the instructions at https://eewiki.net/display/linuxonarm/BeagleBone+Black. (With the following exception: Instead of sudo cp -v ./ti-linux-kernel-dev

[beagleboard] Prevent data drop via uart

2015-03-07 Thread James S
Strange. I'm using 3 uarts at 115k baud and Qt5 and don't have a problem. -- 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,

[beagleboard] Dell monitor touchscreen and QT tslib

2015-03-06 Thread James S
Which version of Qt are you using? Debian or Angstrom On the Bone? Is there any other event in /dev/input? -- 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

[beagleboard] Re: Disable boot messages

2014-11-07 Thread James S
Changed the uEnv.txt line to cmdline=quiet loglevel=0 init=/lib/systemd/systemd worked for me. On Thursday, November 6, 2014 3:43:00 PM UTC, James S wrote: I have a Qt app which launches automatically but some boot messages appear on screen before it starts up. How can I disable these boot

[beagleboard] Disable boot messages

2014-11-06 Thread James S
I have a Qt app which launches automatically but some boot messages appear on screen before it starts up. How can I disable these boot messages? I've tried 1. editing /etc/systemd/system/getty.target.wants/getty@tty1.service and commenting out ExecStart. 2. removing lightdm 3. checking

[beagleboard] Re: Disable boot messages

2014-11-06 Thread James S
On Thursday, November 6, 2014 3:43:00 PM UTC, James S wrote: I have a Qt app which launches automatically but some boot messages appear on screen before it starts up. How can I disable these boot messages? I've tried 1. editing /etc/systemd/system/getty.target.wants/getty@tty1.service

[beagleboard] BBB Debian Corrupt LCD

2014-07-30 Thread James S
We have a built a custom board with an LCD interface to drive a 1024 x 768 pixel LVDS panel, 16BPP. It works great on the Beaglebone White with the old Angstrom 3.2 using the board file configuration. We want to use the Beaglebone Black so we built up a system from

[beagleboard] Re: BBB Debian Corrupt LCD

2014-07-30 Thread James S
Hi Gerald, thanks for that reminder. However, there should be no such loading on the White since it doesn't have HDMI on board? The problem also occurs on the White. What else could it be? Regards, James On Wednesday, July 30, 2014 3:16:18 PM UTC+1, James S wrote: We have a built a custom

Re: [beagleboard] Re: BBB Debian Corrupt LCD

2014-07-30 Thread James S
, Gerald wrote: Still could be the same issue. What buffer are you using to drive the signals to the LVDS device? Are the trace lengths match to insure that all the setup and hold times are met by having all signals with the same delay? Gerald On Wed, Jul 30, 2014 at 9:40 AM, James S s19

[beagleboard] Re: SD Card as Extra Storage

2014-05-16 Thread James S
Does http://dotnetdavid.wordpress.com/2013/09/28/beaglebone-black-get-more-space-from-your-sd-card/help? On Friday, May 16, 2014 5:19:08 AM UTC+1, David Song wrote: Hello, I am trying to use a 32GB SD card to expand my beaglebones space. But, I am having trouble creating the partitions and

[beagleboard] Enabling SPI

2014-05-13 Thread James S
Using the Beagleboard Debian release 2014-04-23, I'm trying to enable SPI1 but I'm getting the following: root@beaglebone:/lib/firmware# dmesg |grep SPI [0.00] Kernel command line: console=tty0 console=ttyO0,115200n8capemgr .disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN

Re: [beagleboard] Enabling SPI

2014-05-13 Thread James S
Thanks! Looks like a stupid mistake, I'll check it out. On Tuesday, May 13, 2014 5:38:39 PM UTC+1, RobertCNelson wrote: On Tue, May 13, 2014 at 11:33 AM, James S s19...@gmail.com javascript: wrote: Using the Beagleboard Debian release 2014-04-23, I'm trying to enable SPI1 but I'm

[beagleboard] Qt Green Background

2013-12-06 Thread James S
I'm using BB White with Angstrom 3.2.42 and Qt 4.6.3 cross compiler. I have custom hardware with 1024 x 768 lcd screen. The problem I have is that when I switch between different screens in my application, there is a brief flash of a green screen from the background. Does anyone know how to