Hi, I’m building a drone using the RPI Pilot pi Hat. And the firmware compiles however when I tried to upload it it asks for a raspberry pi password. I’m using a RPI 4, they no longer use the pi user or password due to security reasons?
Figured out that PX4 will only work with 32-bit Raspi OS, and if not using a default pi as user, required to change the permissions and ownership to the configured user.
Also PX4 is looking for an /fs/microsd directory to dump its logs and diagnostic files with appropriate ownership assigment. I wish this would have been documented somewhere, it certainly would have save me time and a possible ulcer.