Re: [beagleboard] Recommended workflow for audio codec driver development in BBB.

2016-05-08 Thread John Syne
Sure you can, just run the "make -jx LOCALVERSION=xxx ARCH=xxx CROSS_COMPILE=xxx modules" command that is displayed in the script. Regards, John > On May 8, 2016, at 10:15 PM, Rick Mann wrote: > > >> On May 8, 2016, at 16:55 , Robert Nelson

Re: [beagleboard] Recommended workflow for audio codec driver development in BBB.

2016-05-08 Thread Rick Mann
> On May 8, 2016, at 16:55 , Robert Nelson wrote: > > > > On Sun, May 8, 2016 at 5:33 PM, Rafael Vega wrote: > Hello. > > I am hacking on the driver for the tlv320aic3x audio codec. I'm > cross-compiling the kernel using the scripts at >

Re: [beagleboard] Recommended workflow for audio codec driver development in BBB.

2016-05-08 Thread Robert Nelson
On Sun, May 8, 2016 at 5:33 PM, Rafael Vega wrote: > Hello. > > I am hacking on the driver for the tlv320aic3x audio codec. I'm > cross-compiling the kernel using the scripts at > https://github.com/RobertCNelson/bb-kernel. > > What I'm doing is editing the code in >

[beagleboard] Recommended workflow for audio codec driver development in BBB.

2016-05-08 Thread Rafael Vega
Hello. I am hacking on the driver for the tlv320aic3x audio codec. I'm cross-compiling the kernel using the scripts at https://github.com/RobertCNelson/bb-kernel. What I'm doing is editing the code in KERNEL/sound/soc/codecs/tlv320aic3x.c, running tools/rebuild.sh and then copying

[beagleboard] Beaglebone sd card flash does not boot up

2016-05-08 Thread Nick
Dear forum I used on one your prebuilt image from this link https://beagleboard.org/latest-images i have use the one with sha256sum: da97d7794d834ee785265162635aedcca80fd6dc374593dd05473c0a25f0ac73 flashed on the sd card using the command given in bellow sudo dd if=/path/to/downloaded.img

Re: [beagleboard] Micro SD image ran out of space

2016-05-08 Thread Kory De Angelo
got it, that worked. for anyone who reads this, you must click the blue folder button, browse to a place you want to intermediately store the image file, then create a new YOURIMAGENAME.img with that dialog. This will give windisk a place to read the sd card to, then after it reads the imag to

Re: [beagleboard] Micro SD image ran out of space

2016-05-08 Thread evilwulfie
give it a file name to save it to On 5/8/2016 8:36 AM, Kory De Angelo wrote: > > > > sorry how do I "use windisk imager to copy your old sd card." > > what do I need

Re: [beagleboard] Micro SD image ran out of space

2016-05-08 Thread Kory De Angelo
sorry how do I "use windisk imager to copy your old sd card." what do I need to select in order to make read become un-greyed out? On Saturday, May 7, 2016 at

Re: [beagleboard] Re: Micro SD image ran out of space

2016-05-08 Thread Kory De Angelo
it was 4GB total, I will save transfer it to 16GB card then expand partition. Thanks, Kory De Angelo k.deangel...@gmail.com (719) 291-1954 On Sun, May 8, 2016 at 7:14 AM, Graham wrote: > What size is the card you are using currently? > If it is 4 GB, then the above

Re: [beagleboard] Re: Micro SD image ran out of space

2016-05-08 Thread Graham
What size is the card you are using currently? If it is 4 GB, then the above conversations apply. If it is larger than 4 GB, then all you have to do is expand the file system on your current card, to access the extra space. --- Graham == > -- For more options, visit

[beagleboard] Can't boot to SD Card.

2016-05-08 Thread nathat73
I don't know why, but when my flashed SD card is inserted into my beaglebone and I press the user boot button all the leds stay lit. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To

Re: [beagleboard] Re: Micro SD image ran out of space

2016-05-08 Thread William Hermans
> > *Interesting, after googling NFS I'm hooked. But I've been saving my > project via a remote git repository. What I'm really trying to preserve is > all the tweaks like wifi settings, cron jobs, services... and those are all > distributed around the fs, and I don't remember all what I've done.*