bebop2: let PX4_ROOTFSDIR point to the internal mmc card

Signed-off-by: Roman <bapstroman@gmail.com>
This commit is contained in:
Roman 2016-12-13 20:06:17 +01:00 committed by Lorenz Meier
parent 5ce24e82f5
commit 34d253e4d0

View File

@ -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