Skip to content

Commit

Permalink
add MFT_ETHERNET config to manifest
Browse files Browse the repository at this point in the history
add MFT_ETHERNET support to manifest but also have to disable netman
call from rcS as we use netconfig from rc.board_mavlink instead
  • Loading branch information
TimoSairiala authored and jpaali committed Sep 26, 2024
1 parent d63c94e commit 579a860
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions ROMFS/px4fmu_common/init.d/rcS
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,11 @@ else
param select-backup $PARAM_BACKUP_FILE
fi

if mft query -q -k MFT -s MFT_ETHERNET -v 1
then
netman update -i eth0
fi
# in Saluki we use netconfig in rc.board_mavlink
# if mft query -q -k MFT -s MFT_ETHERNET -v 1
# then
# netman update -i eth0
# fi

#
# If the airframe has been previously reset SYS_AUTCONFIG will have been set to 1 and other params will be reset on the next boot.
Expand Down
2 changes: 1 addition & 1 deletion boards/ssrc/common

0 comments on commit 579a860

Please sign in to comment.