Root/prod/atben

Source at commit 2f6c22dbba47a6f020e59958bc75c72215dc077d created 12 years 10 months ago.
By Werner Almesberger, prod/doc/: converted index.html to index.hmac
1#!/bin/sh
2
3. ./Common
4
5
6gpio_ben()
7{
8    step "GPIO scan"
9    todo
10}
11
12
13xtal_ben()
14{
15    step "Crystal frequency"
16    cmd "$LOCAL_EXEC atrf-xtal -d $LOCAL_DUT -b \\\`cat $CLKREF\\\` -p 50 100"
17    expect_re ppm # we catch any problems via the exit code
18}
19
20
21begin ben.profile ben.xtal
22# power ?
23gpio_ben
24identify
25xtal_ben
26spectrum
27transmit
28

Archive Download this file



interactive