We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i run
./px4 mainapp.config
INFO [Unknown] Creating symlink mainapp.config -> /home/linaro/etc ERROR [Unknown] Error opening startup file, does not exist: etc/init.d/rcS
-- PX4 VERSION: v1.8.0-879-g01744a9ef -- CONFIG: posix_eagle_default
The text was updated successfully, but these errors were encountered:
this is PATH problem, relative path
Sorry, something went wrong.
Maybe related to posix shell work of @bkueng
#10173
Correct. You need to make sure ${PX4_SOURCE_DIR}/ROMFS is uploaded as well (here: https://github.com/PX4/Firmware/blob/master/platforms/posix/CMakeLists.txt#L49) and change the start command to something like ./px4 -s mainapp.config @zhaoxiaowei1013 @yl5006 can you try that? @julianoes fyi
${PX4_SOURCE_DIR}/ROMFS
./px4 -s mainapp.config
@bkueng when i use ./px4 -s mainapp.config it works ok, thanks.
No branches or pull requests
when i run
The text was updated successfully, but these errors were encountered: