ArduPilot / ardupilot

ArduPlane, ArduCopter, ArduRover, ArduSub source
http://ardupilot.org/
GNU General Public License v3.0
11.08k stars 17.65k forks source link

Flash Storage example failing #14168

Open peterbarker opened 4 years ago

peterbarker commented 4 years ago

Bug report

Issue details

Running

./waf configure --debug --board=linux && ./waf build --target=examples/FlashTest && ./build/linux/examples/FlashTest

yields

WARNING: not running as root. Will not use realtime scheduling
FATAL: invalid write16 at 0:4 0x00b1 0x00b0

Version master

Platform [ ] All [ ] AntennaTracker [ ] Copter [ ] Plane [ ] Rover [ ] Submarine [X] Example

Airframe type n/a

Hardware type SITL

Logs

n/a

tadam777 commented 4 years ago

I confirm the same message "FATAL: invalid write16 at 0:4 0x00B1 0x00B0" on a Pixhawk.

peterbarker commented 4 years ago

Thanks @tadam777 - good to have confirmation.