Sign mission for real drone

Hi,

I’m trying to use Hello, Drone mission on real drone. I followed the doc “Hello, Drone!” - 7.7, set the profuct_config.json as asked


:

{
	"publish": {
		"firmware": {
			"update": {
				"image" : "com.parrot.missions.samples.hello.tar.gz",
				"sdk_ids" : ["091a"]
			}
		}
	},
	"signature": {
		"key": "edcsa:remote:classic/key.pem",
		"classic": {
			"images": [
				{ "in": "com.parrot.missions.samples.hello.tar.gz" }
			],
			"script": "common/scripts/sign-image-prod.sh"
		}
	}
}

But I can’t build : Invalid key prefix: edcsa:remote:classic/key.pem.

Any ideas ?

Best,
Clément

There may be an error in the doc, we should use ecdsa instead of edcsa.

Indeed, it is a typo. It will be fixed for the next release.

Thanks,

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.