mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
#!nsh
|
|
|
|
cp /etc/extras/px4io-v2_default.bin /fs/microsd/px4io.loaded
|
|
if cmp /etc/extras/px4io-v2_default.bin /fs/microsd/px4io.loaded
|
|
then
|
|
echo "CMP returned true"
|
|
else
|
|
echo "CMP returned false"
|
|
fi |