Browse Source

bebop2: let PX4_ROOTFSDIR point to the internal mmc card

Signed-off-by: Roman <bapstroman@gmail.com>
sbg
Roman 8 years ago committed by Lorenz Meier
parent
commit
34d253e4d0
  1. 2
      src/platforms/px4_defines.h

2
src/platforms/px4_defines.h

@ -200,7 +200,7 @@ __END_DECLS @@ -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

Loading…
Cancel
Save