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

Usb serial console #59

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 8, 2021

  1. librem5: upgrade kernel to 5.12.2

    The old kernel has an issue with MMC failing to come up sometimes, it's
    resolved in later kernels. 5.12.2pureos3 is the latest kernel release
    from Purism.
    craftyguy committed Jul 8, 2021
    Copy the full SHA
    042b1e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. initramfs: add the USB serial console setup

    Initialize the USB gadget first then initialize the serial console.
    Point the setup functions to the correct serial port.
    
    Signed-off-by: Angus Ainslie <angus@akkea.ca>
    nytowl committed Aug 28, 2021
    Copy the full SHA
    9b1e953 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. init: add logging

    Create /var/log and start syslogd and klogd
    
    Signed-off-by: Angus Ainslie <angus@akkea.ca>
    nytowl committed Aug 29, 2021
    Copy the full SHA
    f48f285 View commit details
    Browse the repository at this point in the history
  2. init: mount the debugfs

    Add the debugfs to control dev_dbg output
    
    Signed-off-by: Angus Ainslie <angus@akkea.ca>
    nytowl committed Aug 29, 2021
    Copy the full SHA
    11374e8 View commit details
    Browse the repository at this point in the history
  3. init: get mdev to listen for new devices

    Need to have mdev listen for new devices like the gadget_f_acm serial port.
    
    Signed-off-by: Angus Ainslie <angus@akkea.ca>
    nytowl committed Aug 29, 2021
    Copy the full SHA
    1c2010d View commit details
    Browse the repository at this point in the history