Re: [beagleboard] Re: Should I bitbang i2c ?

2016-01-11 Thread Christopher Hopwood
Sorry Elaman, I've been kinda busy. Yeah, that should be possible. I had just coded it to only use one byte of address when I was working on the IMU6050. It should be a fairly simple change to make it use 2 bytes of address. May I ask, what device are you trying to talk to? On Wednesday,

Re: [beagleboard] Re: Should I bitbang i2c ?

2016-01-11 Thread Christopher Hopwood
Sorry Elaman, I've been kinda busy. Yeah, that should be possible. I had just coded it to only use one byte of address when I was working on the IMU6050. It should be a fairly simple change to make it use 2 bytes of address. May I ask, what device are you trying to talk to? On Wed, Jan 6,

Re: [beagleboard] Codec drivers and alsa support for custom cape with sta321mp

2016-01-11 Thread Robin Scheibler
Hi Pablo, I took a look at your code. > static int pcm3168_hw_params(struct snd_pcm_substream *substream, >struct snd_pcm_hw_params *params) > { > struct snd_soc_pcm_runtime *rtd = substream->private_data; > struct snd_soc_dai *codec_dai =

Re: [beagleboard] Signed BBB drivers for Windows 10

2016-01-11 Thread Jason Kridner
The MD5 sum looks good. I noticed your screenshot showed an issue with the FTDI driver, which is only on the BeagleBone (original white/bone version). Does the network and virtual serial work? There could be something wrong in my FTDI driver signing step as I don't think that has been previously

Re: [beagleboard] Codec drivers and alsa support for custom cape with sta321mp

2016-01-11 Thread Pablo Fonovich
Hi: Thanks for your suggestions! i've already commented that line, as i said in the mail when i isolated the problem to that function... the error persist but now in: ret = snd_soc_dai_set_sysclk(cpu_dai, 0, sysclk, SND_SOC_CLOCK_OUT); if (ret < 0) return ret; I'm using the

Re: [beagleboard] 4.1 repo

2016-01-11 Thread Robert Nelson
On Mon, Jan 11, 2016 at 1:18 PM, wrote: > I don't have a problem with enabling the dma's in the > -overlay.dtb's. I just didn't know if it was appropriate to do so > or if it was the best approach. For 4.1.x it may very well be the best > solution. > Just pushed this as

Re: [beagleboard] BeagleBone Black won't startup (USR2 LED, always on)

2016-01-11 Thread Ajinkya Kohokade
Worked with tester image‎, working fine, now trying to get 4GB

Re: [beagleboard] BeagleBone Black won't startup (USR2 LED, always on)

2016-01-11 Thread Ajinkya Kohokade
I am installing tester image 2gb, my card is 4gb.. its emmc flashing, leta see wht happens

Re: [beagleboard] Re: PMIC test driver

2016-01-11 Thread Gerald Coley
I suggest that you contact your TI support person or look at the TI code they provide. Gerald On Mon, Jan 11, 2016 at 6:07 AM, Chandan Kumar wrote: > > > Sir, > > I am working on Linux platform > > -- > For more options, visit http://beagleboard.org/discuss > --- >

[beagleboard] chipsee screen 7' debian image

2016-01-11 Thread damm . hr13
hello community! someone has a recent image of debian for 7 inch screens chipsee ? thank you very much to all. -- 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

Re: [beagleboard] Signed BBB drivers for Windows 10

2016-01-11 Thread Bill Esposito
Jason, Gladly, I'll follow up tomorrow. MD5? -Bill On Sat, Jan 9, 2016 at 4:48 PM, Jason Kridner wrote: > Can you post the checksum of the binaries and a screenshot? > > On Fri, Jan 8, 2016 at 11:46 AM Bill Esposito wrote: > >> As of when? I

[beagleboard] Re: BeagleBone Blue

2016-01-11 Thread Robert Budde
Does anyone knows the shown car? Moreover, I can't find much about UCSD Eduline!? -- 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

[beagleboard] PMIC test driver

2016-01-11 Thread Chandan Kumar
Hi Sir, I am currently working on AM5728 processor with TPS659037 PMIC, It will be helpful if get links for the test drivers written for PMIC using I2C interface so that i can verify my board. Thanks, Chandan -- For more options, visit http://beagleboard.org/discuss --- You received this

[beagleboard] IEP timer interrupting PRU0

2016-01-11 Thread hllpc
Hi everybody, I'm completely new to PASM and Beaglebone and I'm curently having some trouble understand the TRM and PRU reference Guide. I'd like to know if is it possible to send an interrupt to one of the two pru's using the IEP timer interrupt. What I want to do is set a different compare

[beagleboard] Re: PMIC test driver

2016-01-11 Thread Chandan Kumar
Sir, I am working on Linux platform -- 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

[beagleboard] Allocation of DMtimers on Beaglebone

2016-01-11 Thread Mujin
Hello, I am setting up a new application using the beaglebone and was wondering about the DM timer allocation Are there timers that are already allocated by the linux OS, TCPIP stack ... Or can I just select any of the DM timers (2-7) for my use -- For more options, visit

[beagleboard] Re: BeagleBone Blue

2016-01-11 Thread WZ9V
This would be an awesome base for UAV software. On Sunday, January 10, 2016 at 1:12:23 AM UTC-5, Drew Fustini wrote: > > I was excited to see this new page: > http://beagleboard.org/blue > > BeagleBone Blue is the affordable and complete educational robotics > controller built around the popular

Re: [beagleboard] 4.1 repo

2016-01-11 Thread kanderson
It looks to me like the problem came about because the function prepare_unused_channel_list() in arch/arm/common/edma.c for 4.1 kernels was modified to use the device tree for determining which dma channels to enable (by clearing appropriate edma_unused bits in the edma struct). However, this

Re: [beagleboard] Newb need some help with lcd touchscreen

2016-01-11 Thread Xavier Bestel
Le lundi 11 janvier 2016 à 09:31 -0600, Robert Nelson a écrit : > > > On Mon, Jan 11, 2016 at 9:14 AM, Xavier Bestel > wrote: > > No link sorry, here it is attached. > > > Okay pushed, give this a shot: > > git clone https://github.com/beagleboard/bb.org-overlays > cd

Re: [beagleboard] Newb need some help with lcd touchscreen

2016-01-11 Thread Xavier Bestel
Le lundi 11 janvier 2016 à 10:44 -0600, Robert Nelson a écrit : > > > On Mon, Jan 11, 2016 at 10:12 AM, Xavier Bestel > wrote: > > After trying to apply changes from the old BB-BONE-LCD4 to DVK530- > > LCD4 onto the new BB-BONE-LCD4, I just tried just loading the > > latter;

Re: [beagleboard] Newb need some help with lcd touchscreen

2016-01-11 Thread Robert Nelson
On Mon, Jan 11, 2016 at 10:12 AM, Xavier Bestel wrote: > After trying to apply changes from the old BB-BONE-LCD4 to DVK530-LCD4 > onto the new BB-BONE-LCD4, I just tried just loading the latter; it kinda > works display-wise, but the touchscreen doesn't, the pointer just >

[beagleboard] not able to ssh to 192.168.7.2 from ubuntu

2016-01-11 Thread vinod vaishnav
I have been trying to ssh to 192.168.7.2 from ubuntu. But could not connect to BBB. I can ssh to 192.168.7.2 from windows7 using 'putty' client. Please help with this issue. I have tried with both angstrom and debian images on BBB -- For more options, visit http://beagleboard.org/discuss

Re: [beagleboard] Newb need some help with lcd touchscreen

2016-01-11 Thread Robert Nelson
On Mon, Jan 11, 2016 at 8:18 AM, wrote: > When trying to load the dtbo on the latest debian images (compiled with > https://github.com/pantoniou/dtc to make it work on the 4.1 kernel) it > doesn't work anymore (white blank screen) and spews: > [ 192.904547] bone_capemgr

Re: [beagleboard] Newb need some help with lcd touchscreen

2016-01-11 Thread Robert Nelson
On Mon, Jan 11, 2016 at 9:14 AM, Xavier Bestel wrote: > No link sorry, here it is attached. > Okay pushed, give this a shot: git clone https://github.com/beagleboard/bb.org-overlays cd ./bb.org-overlays ./dtc-overlay.sh ./install.sh and let is us know.. (the pwm value of

Re: [beagleboard] BeagleBone Black won't startup (USR2 LED, always on)

2016-01-11 Thread Ajinkya Kohokade
‎I think I hv solved the problem, my suggestion is, extract. Xz file to. Img from the commpressed file, andthen dump it in sd card, changing #cmdline. All doneWoeked for me

Re: [beagleboard] Newb need some help with lcd touchscreen

2016-01-11 Thread bestouff
When trying to load the dtbo on the latest debian images (compiled with https://github.com/pantoniou/dtc to make it work on the 4.1 kernel) it doesn't work anymore (white blank screen) and spews: [ 192.904547] bone_capemgr bone_capemgr: part_number 'DVK530-LCD4-01', version 'N/A' [

Re: [beagleboard] Newb need some help with lcd touchscreen

2016-01-11 Thread Xavier Bestel
No link sorry, here it is attached. Xav Le lundi 11 janvier 2016 à 08:58 -0600, Robert Nelson a écrit : > > > On Mon, Jan 11, 2016 at 8:18 AM, wrote: > > When trying to load the dtbo on the latest debian images (compiled > > with https://github.com/pantoniou/dtc to

Re: [beagleboard] 4.1 repo

2016-01-11 Thread Robert Nelson
On Mon, Jan 11, 2016 at 9:54 AM, wrote: > It looks to me like the problem came about because the function > prepare_unused_channel_list() in arch/arm/common/edma.c for 4.1 kernels was > modified to use the device tree for determining which dma channels to > enable (by

[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] 4.1 repo

2016-01-11 Thread Robert Nelson
On Mon, Jan 11, 2016 at 12:45 PM, Robert Nelson wrote: > > > On Mon, Jan 11, 2016 at 9:54 AM, wrote: > >> It looks to me like the problem came about because the function >> prepare_unused_channel_list() in arch/arm/common/edma.c for 4.1 kernels

[beagleboard] SD card license to clone BeagleBone Black

2016-01-11 Thread Shiwei
Hi, I am trying to clone a Beaglebone Black since it's open source project which is super great. But do I need to pay the SD license before I can use the SD card on my cloned board? I am so confused on the SD license, as what I do in my daily lives is just inserting a SD card into a computer

Re: [beagleboard] 4.1 repo

2016-01-11 Thread kanderson
I don't have a problem with enabling the dma's in the -overlay.dtb's. I just didn't know if it was appropriate to do so or if it was the best approach. For 4.1.x it may very well be the best solution. On Monday, January 11, 2016 at 12:47:03 PM UTC-6, RobertCNelson wrote: > > > > On Mon, Jan

Re: [beagleboard] SD card license to clone BeagleBone Black

2016-01-11 Thread Gerald Coley
There is no license fee for the SD card that you need to be concerned about.. That is paid by the manufacturers of the SD card and the cost of the license is passed on to the purchaser in the price paid for the SD card. Gerald On Mon, Jan 11, 2016 at 1:25 PM, Shiwei

Re: [beagleboard] blank flasher

2016-01-11 Thread Tim Limón
I am still stuck, I'm hoping that Robert can help me if he has time. --Tim On Friday, January 8, 2016 at 5:23:05 AM UTC-8, Przemek Klosowski wrote: > > On Fri, Jan 8, 2016 at 1:08 AM, Tim Limon > wrote: > > > I’ve included the log from the serial port during two boot

Re: [beagleboard] IEP timer interrupting PRU0

2016-01-11 Thread John Syne
You cannot interrupt the PRU like traditional CPUs. The interrupt controller sets a flag and your code has to poll for that flag. The following material may help you: https://training.ti.com/sitara-processors-building-blocks-for-pru-development-summary