From c78423b5e526a4473a52df7e8a9bf7ab4ea3dbd8 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Sat, 28 May 2011 07:37:08 -0300 Subject: [PATCH] prod/doc/setup.hmac: completed test script customization section --- prod/doc/setup.hmac | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/prod/doc/setup.hmac b/prod/doc/setup.hmac index 527019b..c0fb4c6 100644 --- a/prod/doc/setup.hmac +++ b/prod/doc/setup.hmac @@ -157,7 +157,17 @@ echo 192.168.1.202 jlime >>/etc/hosts -@@@ +If using prod/Makefile to run the production test process, +the names of the drivers for DUT and reference device are defined +through variables at the beginning of the Makefile. In particular, +if the host name or IP address under which the Ben is reached differs from +"ben", the value of ATBEN_DUT and ATUSB_REF will have be +changed accordingly. +

+The scripts atusb and atusb-flash also contain +configuration variables. If the names of the files containing the +atusb firmware binaries are not boot.hex and +atusb.bin, atusb-flash needs to be adapted.