Skip to content

Commit

Permalink
updated firmware update notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruteforceman committed Jul 24, 2023
1 parent d452289 commit 39793b2
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions firmware_update.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 39793b2

Please sign in to comment.