aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/px4fmu_test
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-01-22 08:31:19 +0100
committerLorenz Meier <lm@inf.ethz.ch>2015-01-22 08:31:19 +0100
commitb4db4c4b791b835273a335931190337178fc01a7 (patch)
tree29006cfe28eb9993dbba1a898e7bde997dbd0469 /ROMFS/px4fmu_test
parent26d46239dcb6f6791e837d1f36b9205681d65e18 (diff)
downloadpx4-firmware-top_once.tar.gz
px4-firmware-top_once.tar.bz2
px4-firmware-top_once.zip
FMUv2 test config: Enable top during boottop_once
Diffstat (limited to 'ROMFS/px4fmu_test')
-rw-r--r--ROMFS/px4fmu_test/init.d/rcS7
1 files changed, 7 insertions, 0 deletions
diff --git a/ROMFS/px4fmu_test/init.d/rcS b/ROMFS/px4fmu_test/init.d/rcS
index 40b3500e0..e48a3e152 100644
--- a/ROMFS/px4fmu_test/init.d/rcS
+++ b/ROMFS/px4fmu_test/init.d/rcS
@@ -69,6 +69,13 @@ else
fi
#
+# Print load and memory usage
+#
+top --once
+free
+ls /dev
+
+#
# The presence of this file suggests we're running a mount stress test
#
if [ -f /fs/microsd/mount_test_cmds.txt ]