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

Hwdetect task #109

Open
wants to merge 5 commits into
base: Maryna.Malakhova
Choose a base branch
from

Commits on Apr 6, 2021

  1. HWDETECT: Add util main menu to bash script

    Add util main menu. There are for options.
    There is proposition to find the list of:
    -USB to TTL convertors,
    -flash drives,
    -SD cards,
    -i2c devices
    
    Signed-off-by: Maryna Malakhova <[email protected]>
    marynamalakhova committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    1346ed6 View commit details
    Browse the repository at this point in the history
  2. HWDETECT: Add Flash Disk detector

    Add function to detect Flash disks via lsblk tool
    Filter lsblk result by grep command and awk script in order to get
    userfriendly output
    
    Signed-off-by: Maryna Malakhova <[email protected]>
    marynamalakhova committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    906aa5c View commit details
    Browse the repository at this point in the history
  3. HWDETECT: Add i2c lister

    Add i2c slot lister
    
    Signed-off-by: Maryna Malakhova <[email protected]>
    marynamalakhova committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    cd90a56 View commit details
    Browse the repository at this point in the history
  4. HWDETECT: Add Usb-seral converter

    Add usb-serial converter but without /dev/ttyUSBn
    
    Signed-off-by: Maryna Malakhova <[email protected]>
    marynamalakhova committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    5b6f545 View commit details
    Browse the repository at this point in the history
  5. HWDETECT: Add sd card finder

    Add SD card finder via mmcblk checking in /dev and looking for usb
    
    Signed-off-by: Maryna Malakhova <[email protected]>
    marynamalakhova committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    09e2349 View commit details
    Browse the repository at this point in the history