<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-bringup/turnon_easymini, branch master</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=master</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2018-03-16T21:51:22+00:00</updated>
<entry>
<title>ao-bringup: Check for Loader USB id before attempting dfu-util</title>
<updated>2018-03-16T21:51:22+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-03-16T21:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=788d02a3caf0f14f3c84ff6ae7e2a2fff302e91b'/>
<id>urn:sha1:788d02a3caf0f14f3c84ff6ae7e2a2fff302e91b</id>
<content type='text'>
This lets me restart the turnon process after the boot loader has been
flashed.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-bringup: turnon_easymini was left with dfu_util disabled</title>
<updated>2017-12-20T00:21:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-12-20T00:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=342132a8869d530b6893bb84becf03cb30490600'/>
<id>urn:sha1:342132a8869d530b6893bb84becf03cb30490600</id>
<content type='text'>
This was presumably changed for some test and left in the wrong
state.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/ao-bringup: Switch turnon_easymini to v2.0</title>
<updated>2017-04-25T05:25:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-04-25T05:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8b9557f7946703888be97633cf3e54216c652f30'/>
<id>urn:sha1:8b9557f7946703888be97633cf3e54216c652f30</id>
<content type='text'>
Not planning on buildin more v1.0 boards

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-bringup: Improve EasyMini turnon and test scripts</title>
<updated>2016-11-18T06:18:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-18T06:17:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d46698a01ed4903d36635b34867bfc4bb8fbafc6'/>
<id>urn:sha1:d46698a01ed4903d36635b34867bfc4bb8fbafc6</id>
<content type='text'>
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 &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-bringup: Use official binaries for EasyMini turnon</title>
<updated>2014-05-13T05:49:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-13T05:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=47750e236c45ab03f28fc3393996edb2bd4312e3'/>
<id>urn:sha1:47750e236c45ab03f28fc3393996edb2bd4312e3</id>
<content type='text'>
Don't use locally built ones, use the official ones found in
~/altusmetrumllc/Binaries to ensure that all devices are shipped with
known firmware.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-bringup: Split out easymini test into separate script</title>
<updated>2014-04-06T01:16:21+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-04-06T01:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c14cfb1436c988eb0a0d26d7c4d83aeccecbc8a3'/>
<id>urn:sha1:c14cfb1436c988eb0a0d26d7c4d83aeccecbc8a3</id>
<content type='text'>
This lets you run the easy mini testing code without also flashing the device.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-bringup: Get turnon_telemini working</title>
<updated>2014-04-05T07:22:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-04-05T06:36:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4800497fa1fc449807ef0097cc3fed367641ae29'/>
<id>urn:sha1:4800497fa1fc449807ef0097cc3fed367641ae29</id>
<content type='text'>
This script now does complete testing of the board

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add easymini turnon script and helpers</title>
<updated>2014-04-03T06:35:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-04-03T06:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=834cd051af1b80a98678de221d3c45cb30f8bb0d'/>
<id>urn:sha1:834cd051af1b80a98678de221d3c45cb30f8bb0d</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
