mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
8 lines
165 B
Bash
Executable File
8 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd build_posix_sitl_simple/src/firmware/posix
|
|
mkdir -p rootfs/fs/microsd
|
|
mkdir -p rootfs/eeprom
|
|
touch rootfs/eeprom/parameters
|
|
./mainapp ../../../../$1
|