From 39793b218933d79a9dd02c181ba2383bdada839a Mon Sep 17 00:00:00 2001 From: Tasmeem Reza Date: Mon, 24 Jul 2023 23:02:10 +0000 Subject: [PATCH] updated firmware update notebook --- firmware_update.ipynb | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/firmware_update.ipynb b/firmware_update.ipynb index c86d2c4..4074d14 100644 --- a/firmware_update.ipynb +++ b/firmware_update.ipynb @@ -12,6 +12,42 @@ "sudo xmutil bootfw_status\n", "sudo xmutil bootfw_update -i /home/ubuntu/Downloads/BOOT_xilinx-k26-starterkit-v2022.1-09152304_update3.BIN" ] + }, + { + "cell_type": "markdown", + "id": "0bd4f0c7-7634-4667-b0c7-b557973cefcd", + "metadata": {}, + "source": [ + "Now run this command after power cycling it once" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "9b1b30cf-998c-49a5-8b7d-95c5388f288f", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Marking last booted image as bootable\n" + ] + } + ], + "source": [ + "%%bash\n", + "\n", + "sudo xmutil bootfw_update -v " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "91c3e675-988a-4d6a-8e14-e1724a148759", + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": {