[beagleboard] Re: Buildroot question ?

2017-05-07 Thread scottellis . developer
I don't use the default buildroot config for the BBB (I have my own custom one), but usually you just dd the sdcard.img sudo dd if=sdcard.img of=/dev/sdb bs=1M Assuming your SD card shows up at /dev/sdb -- For more options, visit http://beagleboard.org/discuss --- You received this

[beagleboard] Re: Debian 4.1.15-ti-r40 on BBB with LCD touch cursor jumping to right.

2016-01-18 Thread scottellis . developer
You can connect your button signals to onPressed() instead of onClicked() so it just uses the down event. That's working for me with Qt5/framebuffer/4.1 or 4.4 kernels and a 4DCape touchscreen, but the GUI for this app is pretty simple and only has buttons for user input. NewHaven capacitive

Re: [beagleboard] SPI woes

2015-09-30 Thread scottellis . developer
You need to set the tx_nbits and rx_nbits fields of the spi_ioc_transfer struct to something valid. Zero will do. If you are using a stack variable (which your code snippet implied), the tx_nbits and rx_nbits fields are likely random garbage. You might just be getting lucky now. --- from

[beagleboard] Re: BBB embedded Linux/Qt contract developer needed

2015-01-26 Thread scottellis . developer
Hi Roger, I am interested in your project. I am a independent contractor based in Southern Maine. I have some github repos with some sample work, mostly proof-of-concept stuff. https://github.com/scottellis https://github.com/jumpnow Contact information can be found on my website