Skip to content
/ adbd Public
forked from facchinm/adbd

adbd on non-Android platforms

Notifications You must be signed in to change notification settings

arduino/adbd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and installation

Ubuntu deps

sudo apt install libcap-dev libglib2.0-dev

Configuration and building

./configure
make
sudo make install

Get started

  • Copy adbd binary to /usr/bin/ folder
  • Launch watcher.sh AS ROOT (it will enter an infinite loop, avoid closing its shell)
  • Attach a USB micro cable to port CN13 on the UP^2 (near the standalone USB type A connector)
  • On Create, a board should appear in the menu (Intel x86_64 Boards / IoT Gateways on $portName )
  • Try executng an upload; the correct adb (desktop) tool will be downloaded

By using SerialUSB object in your code you will see the output on the Serial monitor

About

adbd on non-Android platforms

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 68.6%
  • C 24.7%
  • Makefile 2.3%
  • Assembly 1.8%
  • Python 1.4%
  • Protocol Buffer 0.5%
  • Other 0.7%