Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 597 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 597 Bytes

rpmsg-tools

Examples

  • RL1 ON
$: rpmsg-test --RL1=1
received from cortex M4 = out_RL1:ok
  • RL1 OFF
$: rpmsg-test --RL1=0
received from cortex M4 = out_RL1:ok
  • Wtite Slave ID to EEPROM
$: rpmsg-test --out_eeprom=45
received from cortex M4 = out_eeprom:ok
  • Read Slave ID from EEPROM
$: rpmsg-test --in_eeprom
received from cortex M4 = in_eeprom:45