On Fri, Jan 3, 2014 at 4:19 PM, William Hermans <[email protected]> wrote: > Robert, so . . . still no cape support, and I at least need I2C, SPI UART, > and possibly a few other things ( definitely standard GPIO ). Would enabling > these features be a major undertaking, or would someone such as myself who > is new to embedded Linux be able to work out the wrinkles ? > > I'd be willing to give it a shot either way, but I would need some guidance > as how to proceed.
So right "now" in my am33x-v3.13 branch, the default out of the box config is going to be: (request of beagleboard.org guys..) http://elinux.org/Basic_Proto_Cape SPISPI0_CS0 SPI0_D1 SPI0_D0 SPI0_SCLK Enabled (untested by me.) someone want to test, just a /dev/spidev1.x I2CI2C2_SCL I2C2_SDA Enabled (untested by me..) AIN6 AIN5 AIN4 Enabled, looks like they work.. UARTUART1_TXD UART1_RXD enabled, tested by me... PWMEHRPWM1A EHRPWM1B ECAPPWM0 driver not fully in mainline... GPIOGPIO1_16 GPIO2_2 GPIO2_3 GPIO2_4 GPIO2_5 GPIO0_22 not implemented yet.. hopefully next week.. Beyond that, with: https://github.com/RobertCNelson/rscm we can enable: i2c-1, ttyO2, ttyO3... More to come... Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
