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 29, 2024
1 parent 0bb0978 commit cc7dbaa
Showing 1 changed file with 5 additions and 4 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

0 comments on commit cc7dbaa

Please sign in to comment.