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

Implement picotool reboot #128

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Implement picotool reboot #128

wants to merge 4 commits into from

Commits on Nov 17, 2024

  1. Implement picotool reboot

    Works:
    
    ```
    > sudo ./build/picotool reboot -f -u
    > sudo ./build/picotool reboot -f
    ```
    
    TODO: Can we keep USB VID/PID?
    
    Signed-off-by: Daniel Schaefer <[email protected]>
    JohnAZoidberg committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    4dbbf66 View commit details
    Browse the repository at this point in the history
  2. Use usbd-picotool-reset from forked repo

    Signed-off-by: Daniel Schaefer <[email protected]>
    JohnAZoidberg committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    cba1dfd View commit details
    Browse the repository at this point in the history
  3. qtpy: Switch back to Framework VID/PID

    Depends on: raspberrypi/picotool#177
    
    Signed-off-by: Daniel Schaefer <[email protected]>
    JohnAZoidberg committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    30841c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. fwupd: Add initial xml and Makefile

    Signed-off-by: Daniel Schaefer <[email protected]>
    JohnAZoidberg committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    70edb66 View commit details
    Browse the repository at this point in the history