On Fri, Jul 28, 2017 at 9:31 AM, Charles Steinkuehler <[email protected]> wrote: > On 7/28/2017 8:37 AM, Daren Schwenke wrote: >> $ cat /etc/dogtag >> Machinekit Debian Image 2017-07-26 >> >> machinekit@beaglebone:~/machinekit/configs/ARM/BeagleBone/Fabrikator-Mini-CRAMPS$ >> uname >> -a >> Linux beaglebone 4.4.68-ti-rt-r112 #1 SMP PREEMPT RT Sun Jul 23 12:27:13 UTC >> 2017 armv7l GNU/Linux >> >> machinekit@beaglebone:~/machinekit/configs/ARM/BeagleBone/Fabrikator-Mini-CRAMPS$ >> ./run.py >> loading cramps2_cape.bbio... P8_07 pinmux file not found! >> WARNING: GPIO pin not exported, cannot set direction or value! >> sudo: no askpass program specified, try setting SUDO_ASKPASS >> Cannot write pinmux file: /sys/devices/platform/ocp/ocp*P8_07_pinmux/state >> machinekit@beaglebone:~/machinekit/configs/ARM/BeagleBone/Fabrikator-Mini-CRAMPS$ > > It's having problems loading the universal overlay, which isn't > surprising. The overlay should be loaded via U-Boot rather than the > startup script, follow Robert's directions for that (in a previous > email on this thread, or available at the eLinux site). > > Is your configuration available somewhere so I can try running the > same thing on a BBB?
For wifi: we were missing the wl18xx firmware: https://github.com/RobertCNelson/omap-image-builder/commit/f62b58ff6d82f04e97fcf51521308e401cd1e7f3 for config-pin, you guys call with the "-f" option, which add's overlay cape-universal overlay cape-bone-iio #overlay cape-univ-emmc https://github.com/machinekit/machinekit/blob/master/configs/ARM/BeagleBone/Fabrikator-Mini-CRAMPS/CRAMPS.bbio#L3-L5 let me patch config-pin locally, so that it'll ignore the "overlay" file when: /bin/grep -c bone_capemgr.uboot_capemgr_enabled=1 /proc/cmdline so you guys don't have to change anything ;) Regards, -- Robert Nelson https://rcn-ee.com/ -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/machinekit. For more options, visit https://groups.google.com/d/optout.
