Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ao-bringup: add a turnon_telefireeight script | Bdale Garbee | 2019-08-02 |
| | |||
* | ao-bringup: chaosread is no longer part of altos | Keith Packard | 2019-02-18 |
| | | | | | | this has been moved to a separate project. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | ao-bringup: get turnon_easymega working for v2.0 | Bdale Garbee | 2018-12-31 |
| | |||
* | update easymega turn-on script for v2.0 | Bdale Garbee | 2018-12-30 |
| | |||
* | update turnon_telebt to use new approach for saving cal value on TeleBT | Bdale Garbee | 2018-10-09 |
| | |||
* | ao-bringup: Use new ao-cal-freq options when flashing teledongle v3.0 | Keith Packard | 2018-10-08 |
| | | | | | | Use --nosave and --output to get the value needed to reflash the device. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | ao-bringup: Add 'fix-telebt' to reflash TeleBT v4.0 with correct rf cal | Keith Packard | 2018-10-02 |
| | | | | | | Fetches RF calibration value from the net and applies that when reflashing. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | add a turnon script for TeleLCO v2.0 | Bdale Garbee | 2018-07-01 |
| | |||
* | ao-bringup: Find dfu-util in $PATH for chaoskey | Keith Packard | 2018-06-17 |
| | | | | | | In case it's not in /usr/bin Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | ao-bringup/turnon_telemini: Skip DFU if no DFU device is present | Keith Packard | 2018-05-01 |
| | | | | | | | | This skips running dfu-util to load the bootloader if there isn't a suitable DFU device listed in the system, which allows an already-flashed device to be run through the same script. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | add a warning about Google limiting per-day access until/unless we pay | Bdale Garbee | 2018-04-22 |
| | |||
* | another second seems to help on the very slow Acer laptop | Bdale Garbee | 2018-03-31 |
| | |||
* | ao-bringup: Check for Loader USB id before attempting dfu-util | Keith Packard | 2018-03-16 |
| | | | | | | | This lets me restart the turnon process after the boot loader has been flashed. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | chaoskey: Create unified ROM image with both loader and app | Keith Packard | 2018-03-16 |
| | | | | | | | Flash the whole thing all at once to reduce the number of steps during turnon. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | ao-bringup: Don't wait for user when testing EasyMini igniters | Keith Packard | 2018-03-16 |
| | | | | | | I always have the LEDs ready to go before starting the turnon process. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | ao-bringup: turnon_easymini was left with dfu_util disabled | Keith Packard | 2017-12-19 |
| | | | | | | | This was presumably changed for some test and left in the wrong state. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | ao-bringup/test-chaoskey: Make finding most recent device more reliable | Keith Packard | 2017-12-14 |
| | | | | | | | Use dmesg -t to strip off the timestamp, which avoids having a variable number of fields for awk to look at. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | TeleMega default is now v3.0 | Bdale Garbee | 2017-12-11 |
| | |||
* | TeleMega v3.0 turnon scripts | Bdale Garbee | 2017-12-11 |
| | |||
* | moving to TeleMega v3.0 by default | Bdale Garbee | 2017-12-05 |
| | |||
* | handle repeated invocations without failing as often | Bdale Garbee | 2017-12-05 |
| | |||
* | don't exit on dfu-util errors, it's not reliable about reporting success | Bdale Garbee | 2017-09-19 |
| | |||
* | publish support for TeleGPS v2.0 | Bdale Garbee | 2017-09-17 |
| | |||
* | deal with cheap BT dongle that shows multiple copies of unit in lescan output | Bdale Garbee | 2017-09-14 |
| | |||
* | Merge remote-tracking branch 'origin/master' | Keith Packard | 2017-08-11 |
|\ | |||
| * | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos | Bdale Garbee | 2017-07-21 |
| |\ | |||
| * | | rename existing turnon_telebt script, create a new one for v4.0 | Bdale Garbee | 2017-07-21 |
| | | | |||
* | | | ao-bringup: Allow dfu_util to "fail" while flashing chaoskey | Keith Packard | 2017-08-11 |
| |/ |/| | | | | | | | | | | | Sometimes it isn't happy about the exit status, but if the device comes up and works OK, we don't care. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | ao-bringup: turnon_chaoskey: search for ao-usbload in PATH | Keith Packard | 2017-05-19 |
|/ | | | | | | Don't assume it's in /usr/bin Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | have git ignore ao-bringup/cal_values | Bdale Garbee | 2017-05-11 |
| | |||
* | ao-bringup: make turnon_telemini search for ao_usbload on $PATH | Keith Packard | 2017-04-25 |
| | | | | | | | I've uninstalled the altos package as it has a version of ao-usbload which is too old for telemini. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos/ao-bringup: Switch turnon_easymini to v2.0 | Keith Packard | 2017-04-24 |
| | | | | | | Not planning on buildin more v1.0 boards Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Replace turnon_telemini with v3 version. Add test-teleminiv3 | Keith Packard | 2017-04-21 |
| | | | | | | Prepare for TeleMini v3.0 release. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | first rough cut at skeleton of code for pnpservo .. altos boots and runs | Bdale Garbee | 2017-04-01 |
| | |||
* | ao-bringup: test-chaoskey needs to use the SerialNumber dmesg line | Keith Packard | 2017-02-20 |
| | | | | | | | | I had a locally hacked kernel which was reporting the serial number along with the device name. Instead of depending on that, just look for the regular SerialNumber report which is in all kernel versions Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | ao-bringup: Allow serial number on turnon_easymega cmdline | Keith Packard | 2017-02-20 |
| | | | | | | This makes it a bit quicker to do a batch of them. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | use elf, not ihx | Bdale Garbee | 2017-01-25 |
| | |||
* | stop using /usr/share for binaries in remaining turnon scripts | Bdale Garbee | 2017-01-25 |
| | |||
* | ao-bringup: Improve EasyMini turnon and test scripts | Keith Packard | 2016-11-17 |
| | | | | | | | | Wait less time before trying the test script. Have the test script wait for the device to appear. And then use colors to help make the results clear. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | augment TeleDongle turn on script to support serial number on command line | Bdale Garbee | 2016-10-02 |
| | |||
* | ao-bringup/turnon_telemetrum: serial on cmd line. Loop on accel fail | Keith Packard | 2016-09-02 |
| | | | | | | These make the script easier to use Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | ao-bringup: telemega allow serial on command line, loop on accel fail | Keith Packard | 2016-08-31 |
| | | | | | | | | | | Allow the serial number on the turnon_telemega command line, instead of reading it. When accel cal fails, loop waiting for it to succeed instead of continuing blindly. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | ao-bringup: Add colors to chaoskey test result reporting | Keith Packard | 2016-08-04 |
| | | | | | | This makes them show up nice and bright in the terminal window. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | ao-bringup: Use released files for chaoskey turnon | Keith Packard | 2016-08-02 |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | ao-bringup: Test chaoskey using dieharder | Keith Packard | 2016-08-02 |
| | | | | | | | This uses a subset of the dieharder tests which run in reasonable time and don't appear to emit false negatives on a regular basis. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Switch from GPLv2 to GPLv2+ | Keith Packard | 2016-07-12 |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | add beep to TeleMega turnon script | Bdale Garbee | 2016-05-06 |
| | |||
* | ao-bringup: Use dfu-util to install flash loader on chaoskey | Keith Packard | 2016-03-18 |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | ao-bringup: Switch to v1.0 for chaoskey | Keith Packard | 2016-03-02 |
| | | | | | | | Not going to build any more v0.1 boards. Also, chaoskey now uses the unique ID for a serial, so we don't need to provide a serial number. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos/chaoskey: Add support for flipping between raw and cooked bits | Keith Packard | 2016-01-28 |
| | | | | | | | | Plug the 'force bootloader' thing onto the board while it's running and it will generate raw bits instead of running them through the CRC to whiten. Useful for validating the raw hardware. Signed-off-by: Keith Packard <keithp@keithp.com> |