nkaje opened a new pull request #2144: OTP Tool: Support BLE Addr and HWID URL: https://github.com/apache/mynewt-core/pull/2144 Enable the OTP Tool to program and read BLE Address and HWID in the OTP Area. BLE Address is 6 bytes long. It is generated using internal APIs. HWID can be up to HWID Length as defined in BSP. Read BLE Address ./repos/apache-newt-core/hw/bsp/dialog_da1469x-dk-pro/otp_tool.py otp-read-ble-addr -u <uart device> Generate BLE Address ./repos/apache-newt-core/hw/bsp/dialog_da1469x-dk-pro/otp_tool.py otp-write-ble-addr -u <uart device> Write HWID ./repos/apache-mynewt-core/hw/bsp/dialog_da1469x-dk-pro/otp_tool.py otp-write-hwid -u <uart device> <path to hwid file> Read HWID ./repos/apache-mynewt-core/hw/bsp/dialog_da1469x-dk-pro/otp_tool.py otp-read-hwid -u <uart device> Signed-off-by: Naveen Kaje <[email protected]>
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
