Skip to content
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

snagrecover: Add support for AM62Lx #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

paresh-bhagat12
Copy link

Add support for AM62Lx platform. The USB recovery procedure is different than the "am6x" SoC family. Update relevant docs and add AM62Lx models to the list of supported SoCs.

Add support for AM62Lx platform. The USB recovery procedure is different than
the "am6x" SoC family. Update relevant docs and add AM62Lx models to the list
of supported SoCs.

Signed-off-by: Paresh Bhagat <[email protected]>
Copy link
Collaborator

@rgantois rgantois left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Paresh, thanks a lot for the contribution! Apart from a small nitpick to make the linter happy, your changes seem okay to me.

from snagrecover.firmware.firmware import run_firmware
from snagrecover.utils import get_usb
from snagrecover.config import recovery_config
from snagrecover.protocols import dfu
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dfu import is unused, please remove it

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.

2 participants