WIP: support for TFTP on 'old' uboot versions #5

Draft
raboof wants to merge 1 commits from raboof/liminix:tftp-old-uboot into main

Older uboot versions don't have an option to
override the DTB from the mboot command, so
the updated DTB needs to be replaced in the image
itself.

Older uboot versions don't have an option to override the DTB from the `mboot` command, so the updated DTB needs to be replaced in the image itself.
raboof added 1 commit 2024-01-30 10:26:49 +00:00
2b35a491b5
WIP: support for TFTP on 'old' uboot versions
Older uboot versions don't have an option to
override the DTB from the `mboot` command, so
the updated DTB needs to be replaced in the image
itself.
This pull request has changes conflicting with the target branch.
  • modules/outputs/tftpboot.nix
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b raboof-tftp-old-uboot main
git pull tftp-old-uboot

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff raboof-tftp-old-uboot
git push origin main
Sign in to join this conversation.
There is no content yet.