mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00: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
|