Root/prod/atben

Source at commit 86ea428afcef59fd87407fe10ccd84c7294873a5 created 12 years 10 months ago.
By Werner Almesberger, prod/doc/analysis.html: emphasize that 1 MHz clock is normal without firmware
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