Open christianrauch opened 1 year ago
Raspberry Pi targets (px4_raspberrypi_default, scumaker_pilotpi_default, emlid_navio2_default) do not generate init scripts in init.d-posix.
px4_raspberrypi_default
scumaker_pilotpi_default
emlid_navio2_default
init.d-posix
Steps to reproduce the behavior:
make px4_raspberrypi_default
ls build/px4_raspberrypi_default/etc/
According to https://docs.px4.io/main/en/concept/system_startup.html, posix systems should have a init.d-posix/rcS.
init.d-posix/rcS
Historically it was using the simple init here (https://github.com/PX4/PX4-Autopilot/tree/main/posix-configs/rpi), but maybe it's time we unify with POSIX SITL.
Describe the bug
Raspberry Pi targets (
px4_raspberrypi_default
,scumaker_pilotpi_default
,emlid_navio2_default
) do not generate init scripts ininit.d-posix
.To Reproduce
Steps to reproduce the behavior:
make px4_raspberrypi_default
ls build/px4_raspberrypi_default/etc/
init.d-posix
is missingExpected behavior
According to https://docs.px4.io/main/en/concept/system_startup.html, posix systems should have a
init.d-posix/rcS
.