On Fri, Nov 3, 2017 at 3:22 AM, Alexander Rössler <[email protected]> wrote: > I would love to see the setup.sh files converted to config-pin bbio > files as here: > https://github.com/machinekit/machinekit/blob/master/configs/ARM/BeagleBone/MendelMax-CRAMPS/CRAMPS.bbio > > This format is kernel independent and even editable with a graphical > editor: https://github.com/machinekoder/BBIOConfig > > else we have the exactly same problem again with the next incompatible > device tree change. > > I have create an issue for this problem: > https://github.com/machinekit/machinekit/issues/1310 > > I think, this would be a great task to solve by someone new who wants to > contribute to Machinekit.
I see a potential problem with 3.8 -> 4.4.x+ here: P9_28 spi #SPI CS0 P9_29 spi #SPI MISO P9_30 spi #SPI MOSI P9_31 spi #SPI SCLK P9_41 low #FET 5 P9_42 spics #SPI CS1 P9_29/P9_30 are fine as "spi" but the CSx and SCLK pins are now: spi_cs spi_sclk as usually the spi_cs modes are shared with spi_sclk on the same pin.. considering config-pin loads the bbio file i could fix it up in config-pin.. ;) But just a heads up... 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.
