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