From 34d253e4d075342a1aef903d189eb9fca91af11d Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 13 Dec 2016 20:06:17 +0100 Subject: [PATCH] bebop2: let PX4_ROOTFSDIR point to the internal mmc card Signed-off-by: Roman --- src/platforms/px4_defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/px4_defines.h b/src/platforms/px4_defines.h index 7555e143b6..0060df1f6d 100644 --- a/src/platforms/px4_defines.h +++ b/src/platforms/px4_defines.h @@ -200,7 +200,7 @@ __END_DECLS # if defined(__PX4_POSIX_EAGLE) # define PX4_ROOTFSDIR "/home/linaro" # elif defined(__PX4_POSIX_BEBOP) -# define PX4_ROOTFSDIR "/home/root" +# define PX4_ROOTFSDIR "/data/ftp/internal_000" # else # define PX4_ROOTFSDIR "rootfs" # endif