Open
Conversation
added 3 commits
January 1, 2026 03:44
…rking is configured at compile time and 2) only fire looped requests if either bootp or fallback_server are able to receive tftp requests.
…load addresses fine tuned.
Author
|
I also added after testing basic controller and uart functionality to this XeLL. It now tells the user before entering the main loop how to interact with XeLL using a controller or UART. I left out "reboot to xell" options for now since there will be a mixture of hardware using XeLL. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This should address tftp read request errors at large with the exception of a tftp server misconfigured or unreachable as set in kboot.conf - at which point you likely want such debug information if you're using a custom tftp server. Now tftp booting from bootp or fallback_server address will only be tried without a kboot.conf if networking is configured at compile time AND one of those servers is responding from server_address:69->console_address:ephemeral. Tested on an RGH2 trinity both with and without networking. This is a refinement of some earlier attempts at this fix on a PR I closed a month or two back. If it can be better lmk!