From: Steven Saunderson <[email protected]> Sent: Thursday, 26 February 2015, 9:50 Subject: Re: [linux-sunxi] CubieTruck internal UARTs with 3.19 kernel for Bluetooth I've just added a brcm_bt_reset program to my repository https://github.com/phelum/CT_Bluetooth . This resets the BCM20710 and leaves it in UART-enabled mode as required by the download program. So now the download program (should be generic) doesn't have to call an initialise script (CubieTruck specific) and there is now some separation of the two tasks. It should be easy to modify the reset program for other platforms.
That's very useful for me. Thanks. Why do you use mmap to access the GPIOs and not write to the sysfs files from within the C program? All the best, Al -- You received this message because you are subscribed to the Google Groups "linux-sunxi" 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/d/optout.
