Skip to content

tessel/t2-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

t2-build

Code of Conduct

Ansible and Vagrant scripts for building t2. Targets a Ubuntu 14.04 installation or VM.

NOTE: You will need to have ansible installed before running.

vagrant up
vagrant ssh
$ cd /work
$ git clone --recursive https://github.com/tessel/openwrt-tessel.git
$ cd openwrt-tessel
$ make -j64; make -j64; make -j64 V=s
$ cd /work
$ git clone https://github.com/tessel/t2-firmware --recursive
$ cd t2-firmware
$ make -j64

To generate toolchain-mipsel.tar.gz for t2-compiler, run:

tar -cvzf /work/toolchain-mipsel.tar.gz \
  -C /work/openwrt-tessel/openwrt/staging_dir/ \
  target-mipsel_24kec+dsp_uClibc-0.9.33.2 \
  toolchain-mipsel_24kec+dsp_gcc-4.8-linaro_uClibc-0.9.33.2

...and upload the resulting /work/toolchain-mipsel.tar.gz file.

License

MIT or Apache2-.0, at your option.

About

Ansible and Vagrant scripts for building t2 firmware & OpenWRT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages