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

Add network support to Pi2/3 #21

Merged
merged 17 commits into from May 16, 2021
Merged

Commits on Nov 28, 2020

  1. Add network support to Pi2/3

    Also include changes needed for Qemu 5.1 from lukechilds#20 as needed for
    USB support.
    
    Device comes up as usb0 but close enough to get started
    hardillb committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    ddb079e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Fix missing $image_path

    hardillb committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    7aa6eb9 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Add SSH port redirect to pi2 and pi3

    These ports are not actually exported in the Dockerfile, but may
    still be useful
    hardillb committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    91d0690 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Move qemu-img resize command

    This is only needed for the 64bit build
    
    Also now only rounds up to the nearest 2G not fixed at 4G
    hardillb committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    2c90c4e View commit details
    Browse the repository at this point in the history
  2. Move to latest available Raspberry Pi OS image

    2020-02-13-raspbian-buster-lite.zip
    hardillb committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    6cb5256 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2960ba4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. Move to qemu 5.2

    hardillb committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    2414a74 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Strip qemu-img binary

    lukechilds committed May 16, 2021
    Configuration menu
    Copy the full SHA
    9809ecd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3780ac8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de04259 View commit details
    Browse the repository at this point in the history
  4. Remove image changes

    lukechilds committed May 16, 2021
    Configuration menu
    Copy the full SHA
    767fa33 View commit details
    Browse the repository at this point in the history
  5. Build QEMU 6.0.0

    lukechilds committed May 16, 2021
    Configuration menu
    Copy the full SHA
    8bdedf9 View commit details
    Browse the repository at this point in the history
  6. Consistent variable naming

    lukechilds committed May 16, 2021
    Configuration menu
    Copy the full SHA
    4ee0311 View commit details
    Browse the repository at this point in the history
  7. Remove empty variable

    lukechilds committed May 16, 2021
    Configuration menu
    Copy the full SHA
    242cf38 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab7c78c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5020c63 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0a20069 View commit details
    Browse the repository at this point in the history