PX4 params missing
-
We just flashed our VOXL2 with SDK 1.3
There is no
px4folder in the/datadirectory. I have tried runningvoxl-configure-px4-params -wand selected both the defaults and FPV_RevB_V4 and nothing gets populated in thedata/px4location.Should we roll back to SDK 1.2? Or are the px4 params stored somewhere else now? The px4 start script still looks in
/data/px4/param/parameters -
@restore It sounds like something went wrong with your SDK install, what process did you follow for installation? Did you download the SDK from our downloads page, untar it, and run
./install.sh? -
@tom yes - that is how I installed it
-
@restore If your reboot your VOXL 2 do the parameters then show up in
data/px4/param/parameters? That path has not changed -
@tom no - I have rebooted a few times and it is still not there. No px4 directory in /data
-
@tom a full wipe SDK install sorted it out. Thanks
-
@restore How did you do full wipe? Can you please post the steps to do so?
-
@riteshsharma do the SDK installation with
./install.sh -woption. This will wipe the entire file system including the/datapartition which is usually untouched.