Re: [beagleboard] loading dtbo files automatically

2018-03-11 Thread Robert Nelson
On Sun, Mar 11, 2018 at 1:05 PM, evilwulfie wrote: > Do the current images load capes DTBO files automatically when a proper > eeprom is detected? > > uname -r > 4.14.20-ti-r36 > > > OR do we have to just load them in /boot/Uenv.txt > > Be nice to take some of the

[beagleboard] ADC.setup() Prevents Python Program from Running at Autostart

2018-03-11 Thread Tomas Medina
I am trying to write a program on the Beaglebone Black Wireless (Debian image 2017-07-01) that runs at the startup. The program runs fine if executed from the command line, but when I try to run it automatically at startup (using crontab), the program doesn't run at all (as indicated by a grep

Re: [beagleboard] loading dtbo files automatically

2018-03-11 Thread Robert Nelson
On Sun, Mar 11, 2018 at 2:16 PM, Robert Nelson wrote: > On Sun, Mar 11, 2018 at 1:05 PM, evilwulfie wrote: >> Do the current images load capes DTBO files automatically when a proper >> eeprom is detected? >> >> uname -r >> 4.14.20-ti-r36 >> >> >> OR

Re: [beagleboard] Re: Custom Board doesnt run with Angström Image

2018-03-11 Thread 'Eric Schm.' via BeagleBoard
> > Well they are stored in the MBR.. > > See: > > > https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-Bootloader:U-Boot > > > Regards, > > -- > Thank you for the link. I guess thats there is a check for the emmc in the uboot when I use: make ARCH=arm

Re: [beagleboard] Re: PocketBeagle detailed pinout with pinmux

2018-03-11 Thread Jason Kridner
It is also in the repo as a CSV file. On Fri, Mar 9, 2018 at 10:37 AM Giulio Moro wrote: > I'd recommend using this one instead > https://github.com/beagleboard/capes/blob/master/README.mediawiki > ESPECIALLY if you can find a better way of visualizing it than GitHub's >

[beagleboard] loading dtbo files automatically

2018-03-11 Thread evilwulfie
Do the current images load capes DTBO files automatically when a proper eeprom is detected? uname -r 4.14.20-ti-r36 OR do we have to just load them in /boot/Uenv.txt Be nice to take some of the configuration and automate things. -- For more options, visit http://beagleboard.org/discuss ---