Skip to content

Auto config adb in ARM system #22

@SrMouraSilva

Description

@SrMouraSilva
  • Check if is a ARM system
  • Check if the ADB has configured
  • Download ADB
  • Use the adb installed

Check if is arm

import os
os.uname()
> cat /sys/firmware/devicetree/base/model
Raspberry Pi 3 Model B Rev 1.2

Check if has configured

Download ADB

# Pi 3
wget https://github.com/PedalPi/adb-arm/raw/master/adb-rpi3

# Pi 2?
wget https://github.com/PedalPi/adb-arm/raw/master/adb-arm-binary

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions