[beagleboard] Program a NOR or NAND flash for system boot-up

2020-07-31 Thread Shih Sam
I am using a BeagleBone Black board to port the TI SDK with version number: ti-pocessor-sdk-linux-am335x-evm-06.03.00.106 The boot device on the board is a 4G eMMC device. Now our hardware designer would like to use a NOR or NAND flash to replace the on-board eMMC device. Is there any

[beagleboard] Re: apt-show-versions

2020-07-08 Thread sam . abbas3
For some reason I keep getting the same error. Now I followed this guide on installing it from tar file and it worked. http://www.webmin.com/tgz.html Thank you On Wednesday, July 8, 2020 at 9:13:08 AM UTC-6, amf wrote: > > Hi sam, > > Just followed RobertCNelsons instructions

[beagleboard] Re: apt-show-versions

2020-07-07 Thread sam . abbas3
Hi All, I am still getting this error when installing apt-show-verisons: Error: No information about packages! (Maybe no deb entries?) dpkg: error processing package apt-show-versions (--configure): installed apt-show-versions package post-installation

Re: [beagleboard] Enable HDMI CEC on Beaglebone black

2019-05-13 Thread sam . abbas3
when I run cec-ctl I get back /dev/cec0 not found Any ideas on how to fix it? On Monday, May 13, 2019 at 8:47:41 AM UTC-6, Samer Abbas wrote: > > Hi Robert, > > I figured out my mistakes and was able to compile the kernel and got it > working with debian strecth 9.6. > I am getting HDMI

Re: [beagleboard] Enable HDMI CEC on Beaglebone black

2019-05-13 Thread sam . abbas3
Hi Robert, I figured out my mistakes and was able to compile the kernel and got it working with debian strecth 9.6. I am getting HDMI output but I am not able to discover bbb as a CEC device on my Vizio tv. Do I need to turn on something on bbb? How can I get CEC working? I would really

Re: [beagleboard] Enable HDMI CEC on Beaglebone black

2019-05-10 Thread sam . abbas3
Oh sorry! I found the module and dtbs files. While compiling the kernel what defconfig should I use? I used omap2plus_defocnfig and tried running it with debian stretch, it booted beaglebone, but it was strange where it was not loading hdmi drivers, and ifconfig was showing command not found.

Re: [beagleboard] Enable HDMI CEC on Beaglebone black

2019-05-08 Thread sam . abbas3
Hi Robert, I am back on this project. I was able to compile the kernel but I am not able to compile device tree or modules. I am using this command to compile modules: sudo make ARCH=arm CROSS_COMPILE=${CC} modules I get this error: CALLscripts/checksyscalls.sh :1332:2: warning:

Re: [beagleboard] Ribbon Cable connector for Beaglebone Black P9 Header?

2019-04-03 Thread sam . abbas3
Samtec only offers 3 inch long cable connector. I am looking for at least 10 inches or longer. Thank you On Wednesday, April 3, 2019 at 8:27:23 AM UTC-6, evilwulfie wrote: > > check samtec > > On 4/3/2019 6:51 AM, sam@gmail.com wrote: > > Is there a Ribbon Cable connec

[beagleboard] Ribbon Cable connector for Beaglebone Black P9 Header?

2019-04-03 Thread sam . abbas3
Is there a Ribbon Cable connector for Beaglebone Black P9 Header? Thank you -- 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

[beagleboard] How to get Line Level Audio output using Audio Cape

2019-03-21 Thread sam . abbas3
Hi, I am trying to get Line Level audio output from audio cape. I have connected RIGHT_ROP, RIGHT_ROM, LEFT_LOP, and LEFT_LOM to a stereo amplifier and connected the amplifier to the speaker. When I send the command to play audio using aplay file.wav I just get noise on the speaker. I am

Re: [beagleboard] Enable HDMI CEC on Beaglebone black

2019-02-15 Thread sam . abbas3
I see that TI SDK 05.02.00.10 has cec drivers in kernel /drivers/media/cec folder. Is that all I need for CEC capability? On Friday, February 15, 2019 at 3:51:31 PM UTC-7, RobertCNelson wrote: > > On Fri, Feb 15, 2019 at 4:29 PM Samer Abbas > wrote: > > > > I read the document, and downloaded

[beagleboard] Enable HDMI CEC on Beaglebone black

2019-02-15 Thread sam . abbas3
Hi All, How can I active CEC on bbb's HDMI? I want the TV to turn on or if its on then switch its HDMI input when HDMI from bbb gets connected to the TV. Thank you -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google

Re: [beagleboard] Beaglebone clone HDMI red and blue inverted

2019-02-06 Thread sam . abbas3
So now I found out that my board doesn't even give a HDMI output on any TV which is bigger than 32 inches. I have tried forcing different resolutions but no luck. Its only giving display on a smaller size TV. What do you think might cause this issue? Is it due to inverted colors? Thank you On

Re: [beagleboard] HDMI resolution not supported?

2019-02-04 Thread sam . abbas3
Hi Charles, I have tried all the resolutions mentioned in this website: https://elinux.org/Beagleboard:BeagleBoneBlack_HDMI This is my boot log: U-Boot 2018.09-2-g0b54a51eee (Sep 10 2018 - 19:41:39 -0500), Build: jenkins5

[beagleboard] HDMI resolution not supported?

2019-02-02 Thread sam . abbas3
Hi, I have a beaglebone with which I am having trouble getting an HDMI output on a 50 inch tv. I am getting HDMI output on 32 inch TV but not on a 50 inch. It just says resolution not supported. I have tried forcing different resolutions through uEnv.txt but that did not work. What changes

Re: [beagleboard] Beaglebone clone HDMI red and blue inverted

2019-01-07 Thread sam . abbas3
I have tried with latest 4.14 kernel and 4.9 both. Both of these kernels have the flag added in their tilcdc files. I have tried adding blue-and-red-wiring = "crossed" in am335x-boneblack.dts and I even tried adding same in BB-HDMI-TDA998x-00A0.dts overlay. But none of these worked for me. So

Re: [beagleboard] Beaglebone clone HDMI red and blue inverted

2019-01-04 Thread sam . abbas3
Hi Jason, I have tried adding "blue-and-red-wiring = "crossed"" in my device tree, but it doesn't change anything. Is there a way I can look up if my display is RGB565 or BGR565? Thank you On Friday, January 4, 2019 at 12:02:27 AM UTC-7, Jason Kridner wrote: > > > > On Jan 3, 2019, at 4:01 PM,

Re: [beagleboard] Beaglebone clone HDMI red and blue inverted

2019-01-03 Thread sam . abbas3
I have the schematics and I followed them to come up with the clone. Everything on the hardware side seems correct but for some reason I get inverted red and blue. On Thursday, January 3, 2019 at 2:49:51 PM UTC-7, RobertCNelson wrote: > > On Thu, Jan 3, 2019 at 3:36 PM > wrote: > > > > Yes

Re: [beagleboard] Beaglebone clone HDMI red and blue inverted

2019-01-03 Thread sam . abbas3
Yes its not. On clone, the output from NXP TDA19988, is going to a HDMI switch rather than going to micro HDMI port, and the output from switch goes to HDMI connector. Do TDMA pins invert somewhere from micro HDMI port to HDMI cable with beaglebone? On Thursday, January 3, 2019 at 2:20:00 PM

Re: [beagleboard] Beaglebone clone HDMI red and blue inverted

2019-01-03 Thread sam . abbas3
Hi Robert, I tested debian-9.6 from the link you provided, and the colors on my clone board are still inverted. I tested the same image on beaglebone and the colors were correct. Please see my log below for the clone: U-Boot 2018.09-2-gd5b4c4b656 (Oct 19 2018 - 14:16:02 -0500), Build:

Re: [beagleboard] Beaglebone clone HDMI red and blue inverted

2019-01-03 Thread sam . abbas3
Hi Robert, Here below is my boot log: """ U-Boot 2018.09-2-gd5b4c4b656 (Oct 19 2018 - 14:16:02 -0500), Build: jenkins- github_Bootloader-Builder-84 CPU :

Re: [beagleboard] Beaglebone clone HDMI red and blue inverted

2018-12-21 Thread sam . abbas3
I am forcing hdmi resolution through uEnv.txt by un-commenting following: cmdline=coherent_pool=1M net.ifnames=0 quiet video=HDMI-A-1:1024x768@60e And I think its forcing display to 24bpp and it is inverting blue and red color. I can not get a HDMI display without forcing the resolution. Is

Re: [beagleboard] Beaglebone clone HDMI red and blue inverted

2018-12-19 Thread sam . abbas3
I am using 16bit with nxp tda 19988. On Wednesday, December 19, 2018 at 11:19:33 AM UTC-7, RobertCNelson wrote: > > On Wed, Dec 19, 2018 at 12:10 PM > > wrote: > > > > Hi All, > > > > I have a beaglebone black clone and on the HDMI output red and blue > color are inverted. I am using debian

[beagleboard] Beaglebone clone HDMI red and blue inverted

2018-12-19 Thread sam . abbas3
Hi All, I have a beaglebone black clone and on the HDMI output red and blue color are inverted. I am using debian 9.5 with kernel 4.14.71-ti-r80. I have tried changing blue-and-red-wiring = "crossed"; in the device tree and also un-commented "video-ports = <0x234501>;" in this file:

[beagleboard] Re: rc_battery_monitor.service had to be manually enabled

2018-11-16 Thread sam
Thanks Robert - one mistery solved ;-) On Monday, 13 November 2017 23:37:23 UTC+1, Robert M wrote: > > > Hello all, > > I found that the battery monitor service (which controls the battery > status LEDs) was not running on boot with the latest IoT distribution > installation

Re: [beagleboard] Run Qt on Boot up

2018-09-04 Thread sam . abbas3
Hi Robert, I finally got it working following procedure at the bottom of this link: https://gist.github.com/interwebjill/0b3dcdc56d2d9f0b646534a6207899f7 1. sudo vi /etc/xdg/autostart/myapp.desktop 2. Copy following in the file: [Desktop Entry] Type=Application Exec=/home/debian/./myapp

Re: [beagleboard] Run Qt on Boot up

2018-08-30 Thread sam . abbas3
Hi Robert, I am able to get it working on beagleboard using slim and openbox, but its not working on my beagle clone. As in my beagle clone I don't have the HDMI display connected at the startup, and slim does not launch. How can I get slim to launch even if nothing is connected at HDMI, the

[beagleboard] Run Qt on Boot up

2018-08-29 Thread sam . abbas3
Hi All, I am trying to run Qt program binary on boot up. I followed this process: https://www.stuffaboutcode.com/2012/06/raspberry-pi-run-program-at-start-up.html and made a script. I am able to start and stop the script and it works fine, but when I enter the command "sudo update-rc.d

Re: [beagleboard] No HDMI output

2018-08-29 Thread sam . abbas3
Hi Robert, For some reason on my display blue and red colors are inverted. How can I fix it? Thank you On Thursday, August 23, 2018 at 3:54:03 PM UTC-6, RobertCNelson wrote: > > On Thu, Aug 23, 2018 at 4:38 PM > wrote: > > > > Hi, > > > > > > I have a custom board based on beaglebone's

Re: [beagleboard] No HDMI output

2018-08-24 Thread sam . abbas3
Hi Robert, It worked!! I got the display! Thank you so so much! The only thing is colors are kind of funky. Beagleboard.org and the beagle image on the wallpaper is kind of bluish. How can I get correct colors? Thank you On Thursday, August 23, 2018 at 3:54:03 PM UTC-6, RobertCNelson wrote: >

[beagleboard] No HDMI output

2018-08-23 Thread sam . abbas3
Hi, I have a custom board based on beaglebone's design. I have HDMI output going from TDA19988 directly to TS3DV642 . TS3DV642 is being used as a switch between two HDMI sources. One HDMI source is coming from

Re: [beagleboard] Custom board with AM335x PHY not found

2018-08-16 Thread sam . abbas3
I finally got it working. Previously I damaged LAN8710 so I had to solder a new one, and my MDIO pin was not making a good connection with the board. So I re-soldered it and now my network is up and running. Thanks, Samer On Wednesday, August 15, 2018 at 8:48:34 AM UTC-6, sam.a...@gmail.com

Re: [beagleboard] Custom board with AM335x PHY not found

2018-08-15 Thread sam . abbas3
Yiling, My schematics are similar to beaglebone, which you can see in my first post. So my REFCLK is not connected as its also not connected in beaglebone black. And yes I am getting 25MHz clock. PHYAD0 and PHYAD2 show 0V and PHYAD1 has 1.6V. Please see my boot log below for my custom image:

Re: [beagleboard] Custom board with AM335x PHY not found

2018-08-14 Thread sam . abbas3
Hi Frank, Actually I am able to toggle GPIO now, but the GPIO is getting reset at Kernel. PHY reset is suppose to happen at startup on u-boot. How can I toggle GPIO at startup? Thanks, Samer On Tuesday, August 14, 2018 at 12:20:13 PM UTC-6, sam.a...@gmail.com wrote: > > I tried with Kernel

Re: [beagleboard] Custom board with AM335x PHY not found

2018-08-14 Thread sam . abbas3
I tried with Kernel V4.14, but I am still not able to toggle gpio. When i run "dtc -o out.dts am335x-boneblack.dtb" I get following warnings, but I am not sure what to look for here. debian@beaglebone:~/dtb-rebuilder-4.14.x/src/arm$ dtc -o out.dts am335x-boneblac k.dtb

Re: [beagleboard] Custom board with AM335x PHY not found

2018-08-10 Thread sam . abbas3
Hi Frank, I tried modifying am335x-bone-common.dtsi but it did not toggle the gpio pin. I was also not able to find gpiod_set_valud_cansleep, in my mdio_bus.c. Following is my _mdiobus_register function: int __mdiobus_register(struct mii_bus *bus, struct module *owner) { int i, err; if

Re: [beagleboard] Custom board with AM335x PHY not found

2018-08-08 Thread sam . abbas3
Hi Frank, Where exactly do I need to put this code in the device tree? I tried adding this code in am33xx.dtsi, but my GPIO is not getting triggered. It looks like this: mac: ethernet@4a10 { compatible = "ti,am335x-cpsw","ti,cpsw"; ti,hwmods = "cpgmac0"; clocks = <_125mhz_gclk>,

Re: [beagleboard] Custom board with AM335x PHY not found

2018-08-07 Thread sam . abbas3
So I cut the trace for reset pin on Lan8710 and jumpered a wire to a gpio pin. And I added the reset gpio/reset-delay-us as shown in this link: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/net/mdio.txt I added following commands in

Re: [beagleboard] Custom board with AM335x PHY not found

2018-08-07 Thread sam . abbas3
Hi Robert, How do I apply this patch? https://github.com/RobertCNelson/bb-kernel/blob/am33x-v4.14/patches/drivers/ti/cpsw/0001-cpsw-search-for-phy.patch I will definitely make the hardware changes in my 2nd board. Thank you, Samer On Monday, August 6, 2018 at 6:22:50 PM UTC-6, RobertCNelson

[beagleboard] Custom board with AM335x PHY not found

2018-08-06 Thread sam . abbas3
Hi All, I have a custom board using AM3358, which is very similar to beaglebone. I am having trouble with bringing up ethernet. This is what I get when I execute *dmesg | grep mdio* *[4.412295] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6 * *[4.418430]

[beagleboard] Custom board with no USB boot up problem

2018-08-03 Thread sam . abbas3
Hi All, I have a custom board based on beaglebone black. I do not have any USB in my custom board. I am using buildroot to build a custom image, but I am having trouble removing USB ethernet from the image. While booting it gets stuck at the following error after Uboot: starting USB...

[beagleboard] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2017-06-05 Thread sam a
*موقع اليوتيوب الذي عرض فيديوهات جلسة استماع الكونجرس الأمريكي * * لمتابعة نشاطات غسل الأموال ونشاطات* *السعودي معن عبدالواحد الصانع* *مالك مستشفى وشركة سعد ومدارس سعد بالمنطقة الشرقية** بالسعودية * * ورئيس مجلس ادارة بنك اوال البحريني* *وتعليق محطة سي ان بي سي التلفزيونية* *مترجم

[beagleboard] GPIO Voltage limits?

2016-09-07 Thread Sam Brown
What are the voltage limits on the X15's GPIO pins? 3.3V, same as the BBB? Does it have the 1.8V in limit on any pins, like the BBB has on its ADC pins? I've been pouring through the SRM & Quick Start Guide, and haven't found this info yet. Not on the product webpage, either. Shouldn't info

[beagleboard] Re: MCP2515 via SPI0, CS0 on BeagleBone Black

2016-01-20 Thread Sam Daleo
Hi! Just wondering if you had any luck with the MCP2515 and your Beaglebone? On Thursday, June 13, 2013 at 3:09:44 PM UTC-7, Michael Luxen wrote: > > Hello, > > does anyone already have a working setup/howto for a MCP2515 activation on > SPI0 with CS0? > To be clear, I've the internal DCAN0

[beagleboard] CAN over SPI using MCP2515 and Beaglebone

2016-01-20 Thread Sam Daleo
Hey! Just like the title says, I'm interested in doing this. I know I can use the CAN bus on the Beaglebone, but I want to be able to do it over SPI. Anyone ever tried this before? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are

[beagleboard] No output voltage on GPIO headers

2016-01-18 Thread Sam Daleo
I've messed around with device tree overlays a bit, and I'm wondering if I could have screwed something up to cause the 3.3 and 5v headers to not output voltage? Is there a way to fix this in /sys/ ? Thanks! -- For more options, visit http://beagleboard.org/discuss --- You received this

Re: [beagleboard] Trouble loading a custom DTO

2016-01-14 Thread Sam Daleo
Looking at dmesg for startup of the board it turns out that it does matter what you set the compatability field to in the DTO. I got it to apply.. Feels good! :D On Thursday, January 14, 2016 at 11:25:07 AM UTC-8, Sam Daleo wrote: > > I'm seeing this now... > > [ 820.596818]

Re: [beagleboard] Trouble loading a custom DTO

2016-01-14 Thread Sam Daleo
hursday, January 7, 2016 at 11:49:09 AM UTC-8, RobertCNelson wrote: > > > > On Thu, Jan 7, 2016 at 1:32 PM, Sam Daleo <ssd...@gmail.com > > wrote: > >> When I try that I get >> >> *sh: echo: I/O error* >> > > and what error does "dmesg |

Re: [beagleboard] Trouble loading a custom DTO

2016-01-13 Thread Sam Daleo
Wanted to bump this in case anyone has seen anything like it. Instead of making my own DTO, I tried to load the DTO from the libpruio repo. I don't get any error when I try to echo the cape to the cape

[beagleboard] Re: About beaglebone_pru_adc to read just one ADC port

2016-01-11 Thread Sam Daleo
Just by looking at the readme, it looks as though it's using the multiplexor to read the different values from one pin? I could be wrong, but maybe you could look into this and see if you can disable it. On Saturday, January 9, 2016 at 6:30:05 AM UTC-8, ThanapatMax wrote: > > From

Re: [beagleboard] Trouble loading a custom DTO

2016-01-07 Thread Sam Daleo
, January 7, 2016 at 11:49:09 AM UTC-8, RobertCNelson wrote: > > > > On Thu, Jan 7, 2016 at 1:32 PM, Sam Daleo <ssd...@gmail.com > > wrote: > >> When I try that I get >> >> *sh: echo: I/O error* >> > > and what error does "dmesg | grep bone&qu

Re: [beagleboard] Trouble loading a custom DTO

2016-01-07 Thread Sam Daleo
When I try that I get *sh: echo: I/O error* On Thursday, January 7, 2016 at 11:24:37 AM UTC-8, RobertCNelson wrote: > > > > On Thu, Jan 7, 2016 at 1:21 PM, Sam Daleo <ssd...@gmail.com > > wrote: > >> >> Hi, >> >> So I've been having issues loadi

Re: [beagleboard] Trouble loading a custom DTO

2016-01-07 Thread Sam Daleo
> > Also, just in case you're interested... > root@beaglebone:~# uname -a Linux beaglebone 3.8.13-bone79 #1 SMP Tue Oct 13 20:44:56 UTC 2015 armv7l GNU/Linux -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google

[beagleboard] Re: How to disable mcasp0

2016-01-05 Thread Sam Daleo
Hey, I just want to make sure I'm reading this right. Did you just delete the two mcasp sections in the .dtb file entirely? These two? On Tuesday, July 1, 2014 at 5:05:07 PM UTC-7, Spaced Cowboy wrote: > > Well, following up on my own post in case anyone finds this

Re: [beagleboard] /sys/device/bone_capemgr* doesn't exist on fresh image

2015-12-22 Thread Sam Daleo
ed to blinking LEDs. LEDs which are tied to GPIO pins . . .After that, > google has lots to read. > > On Mon, Dec 14, 2015 at 8:47 PM, Sam Daleo <ssd...@gmail.com > > wrote: > >> Hey, since I've got you here. Do you have anything good to read on using >> the PRU with

Re: [beagleboard] /sys/device/bone_capemgr* doesn't exist on fresh image

2015-12-14 Thread Sam Daleo
When I downgrade to this image all four of my LEDs are illuminated upon reboot and stay this way for a long time. Is this normal? On Monday, December 29, 2014 at 6:22:03 AM UTC-8, RobertCNelson wrote: > > On Mon, Dec 29, 2014 at 1:28 AM, wrote: > > Sorry for the super

Re: [beagleboard] /sys/device/bone_capemgr* doesn't exist on fresh image

2015-12-14 Thread Sam Daleo
I just used Debian 8.2 from the website. On Monday, December 14, 2015 at 5:40:12 PM UTC-8, RobertCNelson wrote: > > On Mon, Dec 14, 2015 at 7:26 PM, Sam Daleo <ssd...@gmail.com > > wrote: > > When I downgrade to this image all four of my LEDs are illuminated upon > &g

Re: [beagleboard] /sys/device/bone_capemgr* doesn't exist on fresh image

2015-12-14 Thread Sam Daleo
5 at 8:20 PM, Sam Daleo <ssd...@gmail.com > > wrote: > > I just used Debian 8.2 from the website. > > Well, bone68 was over a year ago.. so yeah, probally broken.. > > Today, 3.8.13-bone79 is the latest: > > http://repos.rcn-ee.com/latest/jessie-armhf/LATES

Re: [beagleboard] /sys/device/bone_capemgr* doesn't exist on fresh image

2015-12-14 Thread Sam Daleo
^^ don't mind that second line, didn't realize I started typing in the box.. was meant for a different window :) On Monday, December 14, 2015 at 7:15:40 PM UTC-8, Sam Daleo wrote: > > Oh, cool. Should I install the 8.2 image from the website, > install linux-image-4.1.14-bone-rt-r17

Re: [beagleboard] /sys/device/bone_capemgr* doesn't exist on fresh image

2015-12-14 Thread Sam Daleo
Awesome, thanks for the help! On Monday, December 14, 2015 at 7:18:10 PM UTC-8, RobertCNelson wrote: > > On Mon, Dec 14, 2015 at 9:15 PM, Sam Daleo <ssd...@gmail.com > > wrote: > > Oh, cool. Should I install the 8.2 image from the website, install > > linux-image-4.

Re: [beagleboard] /sys/device/bone_capemgr* doesn't exist on fresh image

2015-12-14 Thread Sam Daleo
Hey, since I've got you here. Do you have anything good to read on using the PRU with the GPIOs on the board? On Monday, December 14, 2015 at 7:18:10 PM UTC-8, RobertCNelson wrote: > > On Mon, Dec 14, 2015 at 9:15 PM, Sam Daleo <ssd...@gmail.com > > wrote: > > Oh, c

Re: [beagleboard] /sys/device/bone_capemgr* doesn't exist on fresh image

2015-12-14 Thread Sam Daleo
Oh, cool. Should I install the 8.2 image from the website, install linux-image-4.1.14-bone-rt-r17 using apt-get and then update the kernel? Hey, quick question. Trying to On Monday, December 14, 2015 at 6:45:05 PM UTC-8, RobertCNelson wrote: > > On Mon, Dec 14, 2015 at 8:32 PM, Sam

Re: [beagleboard] Re: Disabling HDMI makes mounted drives not authorized

2015-05-07 Thread Sam Thomas
can spot anything obvious. On Wed, May 6, 2015 at 3:11 PM, Sam samthomasdigi...@gmail.com wrote: Hey again William! I am just using the default debian user for now so I have not messed with the sudoers file. If I comment out optargs=quiet capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT

[beagleboard] Disabling HDMI makes mounted drives not authorized

2015-05-06 Thread Sam
I can access the drives as root though. Is something happening to the permissions of the mounted drives when uEnv.txt is run? Cheers! Sam -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard

[beagleboard] Re: Using gcc-arm-none-eabi on BBB

2015-05-04 Thread Sam
Thanks William. I'll try to compile from source. Failing that I will try to cross compile the swiftnav console. Hopefully I will get one of these to work. Cheers! Sam On Monday, 4 May 2015 10:26:21 UTC+10, Sam wrote: Hi There! I was wondering if anyone has had any luck executing gcc-arm

[beagleboard] Using gcc-arm-none-eabi on BBB

2015-05-03 Thread Sam
It is part of an install for Swiftnav Console. Appreciate any help. Sam -- 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

[beagleboard] Flashing eMCC hangs at task mmcqd/0:70 blocked for more than 60 seconds

2015-04-05 Thread Sam Wong
I am trying to flash *BBB-eMMC-flasher-debian-7.8-lxde-4gb-armhf-2015-03-01-4gb.img* and *bone-debian-7.8-machinekit-armhf-2015-03-15-4gb* into my BBB, it went into LEDs cycling fine, but then hangs in the middle. I hook it up to the serial console, and it says (both images and after retry

[beagleboard] PWM with Kernel 3.14

2015-03-28 Thread Sam Hughes
Hi, Im trying to sort out how to use Pulse Width Modulation on the Beaglebone Black with the latest kernel (3.14). Has anyone managed to get it working? Help would be greatly appreciated. Thanks in advance. -- For more options, visit http://beagleboard.org/discuss --- You received this

[beagleboard] How to use Kernel 3.14 with Dallas Onewire (DS18B20's)

2015-02-24 Thread Sam Hughes
Hi all, Im struggling currently with configurating the GPIO pins to be able to use Dallas Onewire on the Beaglebone Black. I want to be able to use Dallas Onewire to be able to read the temperature, but with using Kernel 3.14 (Ubuntu 14.04.1 armhf). Currently, I cannot get my head around how

[beagleboard] Re: How to use Kernel 3.14 with Dallas Onewire (DS18B20's)

2015-02-24 Thread Sam Hughes
://rodaw.me/1zDvkE4 - jeffa On Tuesday, February 24, 2015 at 9:20:00 AM UTC-7, Sam Hughes wrote: Hi all, Im struggling currently with configurating the GPIO pins to be able to use Dallas Onewire on the Beaglebone Black. I want to be able to use Dallas Onewire to be able to read

[beagleboard] Debian emmc flash image with kernel version 3.14

2015-02-09 Thread Sam Coulter
Hi, I'm trying to find a Debian image to flash via emmc onto my beaglebone black rev-c. The problem is I am trying to use a 4D LCD-70T cape, which apperently does not support kernel version 3.14. I have tried with the most recent image available here: http://beagleboard.org/latest-images,

[beagleboard] Need help giving 'Debian' user access to input devices

2015-02-06 Thread Sam Coulter
! am trying to launch a JavaFX app on my beaglebone black running Debian. When launching as the root user, the application will launch but the touchscreen will bug out a little bit, displaying improperly and messing up the touchscreen touch calibrations. When I try and launch the app as a

[beagleboard] wxWidgets cross compiled from i386 Linux

2015-02-06 Thread Sam Coulter
to this? I would really love to get some wxWidgets apps off the ground. Thanks, Sam -- 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

[beagleboard] Probable hardware brick.

2014-11-15 Thread Sam Povilus
I was hooking up a h bridge (MC33926,http://www.pololu.com/product/1212) and may have messed up the pinout (ground to vdd and vdd to ground), now when I plug it in the power led flashes once and then nothing happens, same when i hit the power button, seem's likely its bricked (

Re: [beagleboard] BBB won't boot up (PWR Led does a single quick blink)

2014-10-28 Thread sam
I am in the same situation. Was trying out new images. Did an forced SD change to a non-bootable bbb. Now it won't boot. Just a pwr blink then dead. Are there any other ways to recover other than RMA? PMIC replacement or reflashing of bootloader? Sam On Wednesday, June 18, 2014 9:53:25

Re: [beagleboard] HDMI to VGA, on boot the board displays its logo, but then ceases to display anything. Please Help

2014-03-22 Thread Sam McDermott
there. http://www.elinux.org/Beagleboard:BeagleBoneBlack_HDMI#EDID_Information Gerald On Fri, Mar 21, 2014 at 3:20 PM, Sam McDermott davidsamuelmcderm...@gmail.com wrote: I recently got my beaglebone black, and thought that it would be a great way to replace my old computer

[beagleboard] HDMI to VGA, on boot the board displays its logo, but then ceases to display anything. Please Help

2014-03-21 Thread Sam McDermott
I recently got my beaglebone black, and thought that it would be a great way to replace my old computer with something small that has equal power. I also wanted to reuse the old VGA monitor from the computer, so I got a micro HDMI to VGA cable. I plugged it into the monitor and it seemed to

Re: [beagleboard] 2014-03-04 Debian flasher doesn't flash the eMMC in BBB

2014-03-11 Thread Sam Hon
After retry several times, I found I can flash the NAND with the latest Debian. Maybe, there is something wrong over there, but I can use it now... On Tue, Mar 11, 2014 at 11:38 AM, Sam Hon samhonboo...@gmail.com wrote: Hi Gerald, I did hold S2 until after the board powers up. Before I

Re: [beagleboard] 2014-03-04 Debian flasher doesn't flash the eMMC in BBB

2014-03-10 Thread Sam Hon
Coley ger...@beagleboard.org wrote: Are you holding S2 pressed until after the board powers up? Gerald On Fri, Mar 7, 2014 at 6:21 AM, Sam Hon samhonboo...@gmail.com wrote: I tried to update the latest version Debian in http://beagleboard.org/latest-images/ Download BeagleBone Black

[beagleboard] 2014-03-04 Debian flasher doesn't flash the eMMC in BBB

2014-03-07 Thread Sam Hon
I tried to update the latest version Debian in http://beagleboard.org/latest-images/ Download BeagleBone Black (eMMC flasher) Debian (BeagleBone Black - 2GB eMMC) 2014-03-04 and use Image Writer to write into SD card. However, when pressing on S2 (boot Switch) and power on,image in SD card