This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
civilinfrastructureplatform:renesasboard [2018/04/27 13:57] rajmarshall given more content |
civilinfrastructureplatform:renesasboard [2018/09/13 13:10] (current) rajmarshall add punctuation for clarity |
||
---|---|---|---|
Line 12: | Line 12: | ||
* The IWG20M should be powered using the wall plug - however the LAVA tests will require automated power on and off of the device so we recommend at this is done using a remote power switch such as http://www.aviosys.com/. | * The IWG20M should be powered using the wall plug - however the LAVA tests will require automated power on and off of the device so we recommend at this is done using a remote power switch such as http://www.aviosys.com/. | ||
- | * The USB-to-Serial cable provides a way to view the BBB console. | + | * The USB-to-Serial cable provides a way to view the IWG20M console. |
- | * The Ethernet cable is used to connect the BBB to the LAN and allows the user to make an SSH connection to the BBB. | + | * The Ethernet cable is used to connect the IWG20M to the LAN and allows the user to make an SSH connection to the IWG20M. |
==== Connecting the USB to Serial Cable ==== | ==== Connecting the USB to Serial Cable ==== | ||
Line 42: | Line 42: | ||
''user@host: **sudo systemctl restart ser2net.service**'' | ''user@host: **sudo systemctl restart ser2net.service**'' | ||
- | 4. B@D now uses a private network so that the host IP address no longer needs setting in the device dictionary. If your local IP address settings are such that a change is necessary from the default 192.168.22.1 | + | 4. B@D now uses a private network so that the host IP address no longer needs setting in the device dictionary. If your local IP address settings are such that a change is necessary from the default 192.168.22.1, |
edit myrenesas.dat appropriately and then copy it into the device dictionary: | edit myrenesas.dat appropriately and then copy it into the device dictionary: | ||
Line 55: | Line 55: | ||
{% set hard_reset_command = 'FILL REMOTE POWER COMMAND' %} | {% set hard_reset_command = 'FILL REMOTE POWER COMMAND' %} | ||
- | you need to replace FILL REMOTE POWER COMMAND with the appropriate command for the 9258 switch the following can be set (assuming that switch has the IP address of 10.24.1.50) | + | You should also replace FILL REMOTE POWER COMMAND with the appropriate command; for the 9258 switch the following can be set (assuming that switch has the IP address of 10.24.1.50) |
{% set power_on_command = 'curl http://10.24.1.50/set.cmd?user=admin+pass=12345678+cmd=setpower+p63=1' %} | {% set power_on_command = 'curl http://10.24.1.50/set.cmd?user=admin+pass=12345678+cmd=setpower+p63=1' %} |