balena-io-hardware / autokit-interface-sw

Apache License 2.0
5 stars 2 forks source link

Update iot-gate-imx8plus flashing args, add iotdir-imx8p json files #92

Closed acostach closed 1 month ago

acostach commented 1 month ago

In https://github.com/balena-os/iot-gate-imx8plus-flashtools/pull/10 we removed the DRAM arg from the flashing tools, and thus need to update the autokit flashing procedure.

https://github.com/balena-io/contracts/pull/434 proposes two new IOTDIN-IMX8P device-types which share the same flashing tools and provisioning procedure with the IOT-GATE-IMX8PLUS devices, so we add their json files in this PR.

rcooke-warwick commented 1 month ago

@acostach , so the dram argument is removed, and the flashing tools themselves now handle the differences between the boards?

acostach commented 1 month ago

@rcooke-warwick yes, that is correct