Root/prod/atben

Source at commit c78423b5e526a4473a52df7e8a9bf7ab4ea3dbd8 created 12 years 9 months ago.
By Werner Almesberger, prod/doc/setup.hmac: completed test script customization section
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