Skip to content

Commit

Permalink
Update IP and subnet, submodules
Browse files Browse the repository at this point in the history
NETCONFIG_IPSUBNET: 192.168.200.0 -> 192.168.202.0

Change remote IP for mavlink and remove default gateway.

Signed-off-by: Jani Paalijarvi <[email protected]>
  • Loading branch information
jpaali committed Aug 20, 2024
1 parent 237a46c commit 9e70658
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions boards/px4/fmu-v6xrt/default.px4board
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ CONFIG_MODULES_TEMPERATURE_COMPENSATION=y
CONFIG_MODULES_UXRCE_DDS_CLIENT=y
CONFIG_MODULES_VTOL_ATT_CONTROL=y
CONFIG_NETCONFIG_IFNAME="eth0"
CONFIG_NETCONFIG_IPSUBNET=0x00c8a8c0
CONFIG_NETCONFIG_DRIPADDR=0x01c8a8c0
CONFIG_NETCONFIG_IPSUBNET=0x00caa8c0
CONFIG_NETCONFIG_DRIPADDR=0x0
CONFIG_SYSTEMCMDS_ACTUATOR_TEST=y
CONFIG_SYSTEMCMDS_HARDFAULT_LOG=y
CONFIG_SYSTEMCMDS_I2CDETECT=y
Expand Down
2 changes: 1 addition & 1 deletion boards/px4/fmu-v6xrt/init/rc.board_mavlink
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# PX4 FMUv6X-RT specific board MAVLink startup script.
#------------------------------------------------------------------------------

set REMOTE_IPADDR "192.168.200.100"
set REMOTE_IPADDR "192.168.202.254"

# Start the IP link
netconfig
Expand Down
2 changes: 1 addition & 1 deletion boards/ssrc/saluki-pi
2 changes: 1 addition & 1 deletion boards/ssrc/saluki-v1
2 changes: 1 addition & 1 deletion boards/ssrc/saluki-v2
2 changes: 1 addition & 1 deletion boards/ssrc/saluki-v3

0 comments on commit 9e70658

Please sign in to comment.