# HG changeset patch # User Mychaela Falconia # Date 1626542340 0 # Node ID bf7a0c2b2b50bac7109cc881da4c69f3d78b07f8 # Parent 3365d51773c536e4053fdbb3725087173a7c4cf6 Tango-pinmux: add programming instructions diff -r 3365d51773c5 -r bf7a0c2b2b50 Tango-pinmux --- a/Tango-pinmux Sat Jul 17 17:01:39 2021 +0000 +++ b/Tango-pinmux Sat Jul 17 17:19:00 2021 +0000 @@ -120,6 +120,19 @@ that is configured as a generic (not built-in function) output can be set with AT+IOW. +Programming /etc/tango-pinmux +============================= + +To program the pinmux config file on a Tango module running any of our official +FreeCalypso firmware versions, you will need to use FC host tools. Connect to +the RVTMUX debug trace and control interface (second UART) via rvinterf and +execute the following command in fc-fsio: + +fwrite /etc/tango-pinmux hex "xx xx xx xx" + +Replace xx placeholders inside the double quotes with the 4 hex bytes to be +programmed; the double quotes are required. + Other GPIO pins ===============