Skip to content

leifj79/AAWirelessDongle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AAWirelessDongle

Setup

Start the vagrant box

$ git clone <repository-url>
$ vagrant up
$ vagrant ssh

Setup buildroot environment (inside the VM)

$ git clone --recurse-submodules <repository-url>
$ cd AAWirelessDongle/buildroot
$ make BR2_EXTERNAL=../aa_wireless_dongle/ O=output/rpi0w list-defconfigs
$ make BR2_EXTERNAL=../aa_wireless_dongle/ O=output/rpi0w raspberrypi0w_defconfig
$ cd output/rpi0w
$ make

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.2%
  • Shell 8.7%
  • Makefile 3.1%