[beagleboard] Re: bbb rev c wont boot from sd — where the heck are the proper files??

2019-05-29 Thread jmelson127
On Saturday, May 18, 2019 at 6:19:40 PM UTC-5, Ed wrote: > > > and i added a fat parition called ROOTFS > > > The rootfs partition should be a LINUX partition (type 83) not a FAT partition. The boot partition can be FAT, but newer kernel/uboot do not need the boot partition at all. One

[beagleboard] Re: Networking - Static IP - DHCP by default

2019-05-29 Thread jmelson127
On Sunday, May 26, 2019 at 5:33:21 PM UTC-5, Mecha Lec wrote: > > > I have tried to set static IP using etc/network/interfaces, however > something else is configuring my interfaces. > > connmanctl takes over ownership of the network adapters. There are two ways to fix this. One is to

[beagleboard] cape-universal vs custom overlay

2019-05-29 Thread Hugh Frater
I'm getting our product ready for production... During the development phase I've been using cape-universal and have a script that runs at boot time that just serially runs config-pin to setup all of the 30 pins we need. There is a mix of GPIO, eQEP, i2c and some uarts... this little script

Re: [beagleboard] firmware loads fail, remoteproc error codes

2019-05-29 Thread Hugh Frater
If anyone stumbles upon this thread - the attached script will allow init.d to start the PRU at boot time which the new pru_rproc driver doesn't seem to do. In debian 8.7 with 4.4 kernels, it needed a reboot once the kernel module had loaded because of a bug creating the rpmsg entry in /dev.