mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
SITL RUN: Fix paths
This commit is contained in:
parent
12372d7de6
commit
b528ecaa93
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
mkdir -p build_posix_sitl_simple/rootfs/fs/microsd
|
||||
mkdir -p build_posix_sitl_simple/rootfs/eeprom
|
||||
cd build_posix_sitl_simple/src/firmware/posix && ./mainapp ../../../../$1
|
||||
cd build_posix_sitl_simple/src/firmware/posix
|
||||
mkdir -p rootfs/fs/microsd
|
||||
mkdir -p rootfs/eeprom
|
||||
touch rootfs/eeprom/parameters
|
||||
./mainapp ../../../../$1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user