particle-cli icon indicating copy to clipboard operation
particle-cli copied to clipboard

Can we have binary inspect also report PRODUCT_ID and PRODUCT_VERSION?

Open ScruffR opened this issue 6 years ago • 2 comments

Currently particle binary inspect only reports this

firmware.bin
 CRC is ok (c0986d5e)
 Compiled for argon
 This is an application module number 1 at version 5
 It depends on a system module number 1 at version 326

But the embedded PRODUCT_ID and PRODUCT_VERSION are not provided.

ScruffR avatar Feb 10 '19 08:02 ScruffR

I believe this is coming from particle-iot/binary-version-reader.

beriberikix avatar Feb 10 '19 23:02 beriberikix

You are both correct. That should be possible since binary-version-reader can read this information.

monkbroc avatar Feb 11 '19 01:02 monkbroc