From 13f4a35a62b5f0771423a7b179b59f51b6d6d340 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Sat, 11 Jun 2011 21:05:46 -0300 Subject: [PATCH] prod/atusb: P_ON test turned out to be unreliable - skip it for now Some of the transceiver pull-up/downs don't seem to work as expected. Until further analysis, we perform equivalent testing in TRX_OFF, which only uses the MCU's pull-ups. --- prod/atusb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prod/atusb b/prod/atusb index 3b350df..5699822 100755 --- a/prod/atusb +++ b/prod/atusb @@ -51,6 +51,7 @@ gpio_usb() # Pull in P_ON v ^ -^-v v # +if false; then step "GPIO scan (P_ON)" cmd "$LOCAL_EXEC atrf-gpio -d $LOCAL_DUT -p \ HHHHoHxH.HxHxHxHh.ohzoHoHH '# reset state (H)' \ @@ -67,6 +68,7 @@ gpio_usb() 0000o0x0.0x0x0x0h.ohz10o00 '# test MOSI (1)' \ 0000o0x0.0x0x0x0h.ohzo0100 '# test SCLK (1)'" doit +fi # TRX_OFF state (transceiver pull-up/downs inactive)