Hi all, so I’m thinking about picking up a Teletype at some point in the new year. The mini-programming language looks fun (and like all good programmers I have a soft spot for LISPish languages).
I’ve had a bit of look through the source code, and while there are some bits that are bit too scary at first glance, adding opcodes seems fairly straightforward.
I’ve successfully got avr32-tools installed (after a bit of fiddling), compiled the firmware and even debugged some segfaults with the ‘simulator’.
Anyway… some questions:
Can I accidentally remove the DFU boot loader? From my brief research it looks like this is only possible if the fuses aren’t set correctly, and you can’t change fuses via DFU (only JTAG), is this correct?
On the modular dev page it mentions that there is a UART header available, do you know if it is compatible with this (“The pinouts on the connector are compatible with a standard FTDI header”) as I already have one.
Is it possible to order a Teletype with the UART header and the reset button pre-installed? (Please please don’t ask me to solder…)