[beagleboard] @Robert Nelson SGX modules not found in latest Robert Nelson image 8.7

2017-06-19 Thread Gurpartap Singh
I am using latest image bone-debian-8.7-lxqt-4gb-armhf-2017-03-19-4gb.img Then I followed the link: http://elinux.org/BeagleBoardDebian#SGX_BeagleBone.2FBeagleBone_Black ./sgx_create_package.sh and installed the tar.gz package from deploy folder to BeagleBone. But After Rebooting Board when I

[beagleboard] current supply ?

2017-06-19 Thread Riko Ho
Hello Everyone, How much current supply does beaglebone need if I put Wifi dongle ? Currently I put 5V 1A, it seems that it can not detect my dongle. Thanks, -- * /***/ Sent by Ubuntu LTS 16.04, 谢谢, Regards, Riko Ho /***/ * -- For more options, visit http://beagleboard.org/discuss

Re: [beagleboard] Re: Beaglebone Black 2GB eMMC to 4GB eMMC

2017-06-19 Thread Robert Nelson
On Mon, Jun 19, 2017 at 9:27 PM, Dennis Lee Bieber wrote: > On Mon, 19 Jun 2017 11:58:49 -0700 (PDT), > ubaidmalik9...@gmail.com declaimed the > following: > >>I have a BBB A5C With Specific Part Number that Supports 4Gb eMMC On it But > > Odd -- I was under the

[beagleboard] ADAU1372 Audio Codec Cape on Debian Jessie (4.4.54)

2017-06-19 Thread Andrew P. Lentvorski
I've build a codec cape based around the Analog Devices ADAU1372. At this point, I can communicate with the device over I2C using i2cset/get and I can see audio data on the wire using my oscilloscope when I manually configure it. i2cdetect happily sees both my (as yet unconfigured) EEPROM at

[beagleboard] ADAU1372 Audio Codec Cape on Debian Jessie (4.4.54)

2017-06-19 Thread Andrew P. Lentvorski
I've build a codec cape based around the Analog Devices ADAU1372. At this point, I can communicate with the device over I2C using i2cset/get and I can see audio data on the wire using my oscilloscope when I manually configure it. i2cdetect happily sees both my (as yet unconfigured) EEPROM

Re: [beagleboard] Re: What is the best free solution to develop a GUI application on a BB with LCD3 cape as of 2017?

2017-06-19 Thread David Good
I don't have any experience (yet) with using Tk specifically on the LCD3 cape, but it is something I'm going to experiment with. Is Tk an option for you? http://www.tkdocs.com/ It's usable from scripting languages such as Tcl, Python, Perl, and Ruby. You can also use it with straight C via the

Re: [beagleboard] Beaglebone Black 2GB eMMC to 4GB eMMC

2017-06-19 Thread Robert Nelson
On Jun 19, 2017 2:14 PM, wrote: I have a BBB A5C With Specific Part Number that Supports 4Gb eMMC On it But after Flashing a 2GB Ubuntu Console Image on the eMMC Every thing was working Fine until I thought of Switching it with a 4GB Debian Latest Release.I am Getting

[beagleboard] Re: Setting both UART pins to LOW from python

2017-06-19 Thread Graham
If it is in UART mode it will idle 'high' by definition. It is how the serial protocol works. If there is a serial UART involved, you should revisit your requirements. Or you could add an inverter on both ends and run the protocol upside down, sort of like RS-232 does. --- Graham == On

[beagleboard] Beaglebone Black 2GB eMMC to 4GB eMMC

2017-06-19 Thread ubaidmalik9837
I have a BBB A5C With Specific Part Number that Supports 4Gb eMMC On it But after Flashing a 2GB Ubuntu Console Image on the eMMC Every thing was working Fine until I thought of Switching it with a 4GB Debian Latest Release.I am Getting error that Memory is Full while flashing and Logs are

[beagleboard] Re: What is the best free solution to develop a GUI application on a BB with LCD3 cape as of 2017?

2017-06-19 Thread gaurav . sureka
Not exactly a GUI, but if it doesn't have to be super pretty and fancy.. you can always make it a web page...fire up a browser when the gui boots up and redirect it to local webhost. just remember you will have to remap left/right buttons to tab in the lcd overlay to make it useful. On

[beagleboard] Setting both UART pins to LOW from python

2017-06-19 Thread ssposnov
In a UART line one of the pins on the Beaglebone Black is configured to HIGH in an idle state when it is not sending anything. However, for my project I need both UART pins to be low when I am not using them. A possible solution would be reconfiguring those pins to GPIO every single time and