fix: complete 71freq boardcomm ioprobe spec (#987)
Co-authored-by: Codex <codex@noreply.local>
This commit is contained in:
@@ -49,11 +49,28 @@ hwpodPreinstall:
|
||||
- id: hwpod-node-ops
|
||||
kind: hwpod-node-ops
|
||||
endpointRef: config/hwlab-gateway/constart-71freq-d601-v03.yaml#gateway.profile.nodeOps.publicUrl
|
||||
- id: freq71
|
||||
kind: jsonrpc-tcp
|
||||
host: 192.168.0.154
|
||||
port: 8000
|
||||
role: frequency-controller
|
||||
- id: main41
|
||||
kind: jsonrpc-tcp
|
||||
host: 192.168.0.151
|
||||
port: 8000
|
||||
role: main-controller
|
||||
ioProbe:
|
||||
uart:
|
||||
id: uart/1
|
||||
port: COM4
|
||||
baudrate: 921600
|
||||
probes:
|
||||
- id: main41.ai0.current
|
||||
endpointRef: main41
|
||||
quantity: current
|
||||
unit: mA
|
||||
path: hardware/ai/0
|
||||
valuePath: ai_current_mA
|
||||
runtimeMount:
|
||||
namespace: hwlab-v03
|
||||
configMapName: hwlab-v03-hwpod-preinstalled-specs
|
||||
@@ -92,11 +109,33 @@ hwpodPreinstall:
|
||||
probeName: MicroLink CMSIS-DAP
|
||||
programBackend: keil-headless
|
||||
autoBindUvoptx: true
|
||||
boardComm:
|
||||
endpoints:
|
||||
hwpod-node-ops:
|
||||
kind: hwpod-node-ops
|
||||
endpointRef: config/hwlab-gateway/constart-71freq-d601-v03.yaml#gateway.profile.nodeOps.publicUrl
|
||||
freq71:
|
||||
kind: jsonrpc-tcp
|
||||
host: 192.168.0.154
|
||||
port: 8000
|
||||
role: frequency-controller
|
||||
main41:
|
||||
kind: jsonrpc-tcp
|
||||
host: 192.168.0.151
|
||||
port: 8000
|
||||
role: main-controller
|
||||
ioProbe:
|
||||
uart:
|
||||
id: uart/1
|
||||
port: COM4
|
||||
baudrate: 921600
|
||||
probes:
|
||||
main41.ai0.current:
|
||||
endpointRef: main41
|
||||
quantity: current
|
||||
unit: mA
|
||||
path: hardware/ai/0
|
||||
valuePath: ai_current_mA
|
||||
nodeBinding:
|
||||
nodeId: node-d601-f103-v2
|
||||
nodeType: pc-host
|
||||
|
||||
Reference in New Issue
Block a user