8000 Implement UART loader support by GMMan · Pull Request #8 · kagaimiq/jl-uboot-tool · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Implement UART loader support #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Conversation

GMMan
Copy link
@GMMan GMMan commented Apr 12, 2025

This PR adds documentation of the UART protocol and support for downloading and interfacing with the UART loader.

Resolves #3

To-do

  • Rewrite UART key documentation
  • Document UART loader protocol
  • Add UART adapter detection
  • Add UART loader downloading
  • Add UART protocol implementation
  • Try to get generic UART adapters working
    • I'm not sure there's really a good way to send the UART key without dedicated hardware. It could theoretically work if the UART signals were inverted (and I happen to have an adapter that's stuck like that, the useless thing), but I think it's probably better if a dedicated UART key + single line UART device was created, such as with a Pi Pico, which is out of scope of this PR.
    • Tested with a SparkFun Serial Basic on a blank AD155A4, which is always looking for a UART loader since it doesn't have valid firmware
  • Test on Linux (if generic UART adapters work)
    • Tested handshake and read with aforementioned hardware

@GMMan GMMan marked this pull request as ready for review April 14, 2025 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UART single wire FW upgrade
1 participant
0