Hi,
I just came across this:
as mentioned in this LCA2018 talk:
https://www.youtube.com/watch?v=pcyuzB3qLVo
and thought that it might be useful for testing EOMA boards.
It's cute, as it lets you write tests in whatever works for you, and just pays attention to the last line of output, and the return code.
You can knock up a shell script, say, and if you can run it on the command line and get it to work, then exclave can run it for you.
This is what is used to run the factory test for Bunnie's chibitronics LoveToCode microcontroller boards, among other things.
BTW The LCA talk includes some handy tips on how to make such tests work for factory workers who are not likely to read English, nor to have a lot of time/concentration spare.
Cheers, Phil.
--- crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68
On Tue, Jan 30, 2018 at 10:01 PM, Philip Hands phil@hands.com wrote:
Hi,
I just came across this:
as mentioned in this LCA2018 talk:
https://www.youtube.com/watch?v=pcyuzB3qLVo
and thought that it might be useful for testing EOMA boards.
It's cute, as it lets you write tests in whatever works for you, and just pays attention to the last line of output, and the return code.
nice! thanks phil. the test advice for factory workers is particularly useful
linked here on http://rhombus-tech.net/allwinner_a10/testing/ thanks phil
arm-netbook@lists.phcomp.co.uk