Commit a903813
authored
hw-matlab.yml: pass --skip-boot to adi-lg-matlab run (#206)
The lab's coordinator places are tagged with
boot-strategy=BootZynq7000JTAGRecovery, whose template does not yet
expose the consumer-supplied kernel/uboot/initramfs/bitstream paths a
real transition needs. Without --skip-boot, the matrix shard fails at
get_driver(boot_strategy) / strategy.transition() before MATLAB ever
starts.
With --skip-boot the shard still acquires the place and resolves the
booted board's NetworkService URI into IIO_URI; the toolbox's
test/HardwareTests.m CheckDevice gracefully reports
'No device found' when the board is not reachable. The full launcher
pipeline (acquire, resolve, MATLAB launch, JUnit, release) is
exercised. Drop the flag once the lab template carries the recovery
inputs.
Needs tfcollins/labgrid-plugins#33 (now merged); @v2 ref includes the
--skip-boot flag.1 parent 3f60acd commit a903813
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
99 | 107 | | |
100 | 108 | | |
101 | 109 | | |
102 | 110 | | |
103 | 111 | | |
104 | 112 | | |
| 113 | + | |
105 | 114 | | |
106 | 115 | | |
107 | 116 | | |
| |||
0 commit comments