Skip to content

erectcrested/linkit-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linkit-build

Linkit build environment

SDK only container:

  1. Install Docker
  2. Download:
    OpenWrt-Toolchain-ramips-mt7688_gcc-4.8-linaro_uClibc-0.9.33.2.Linux-x86_64.tar.bz2
    OpenWrt-SDK-ramips-mt7688_gcc-4.8-linaro_uClibc-0.9.33.2.Linux-x86_64.tar.bz2
    From linkit smart website
  3. Put downloaded files and this repository in the same folder and change directory to this folder
  4. Build instructions:
	docker build -t linkitsdk -f Dockerfile_sdk .
	docker run -it linkitsdk 

Full build environment

  1. Install Docker
  2. Download:
    OpenWrt-15.05
    From openwrt website
  3. Put downloaded files and this repository in the same folder and change directory to this folder
  4. Build instructions:
	docker build -t linkitfull -f Dockerfile_full_env . --build-arg OPENWRT_FILE=<path_to_openwrt tar/folder>
	docker run -it linkitfull 

About

Linkit build environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages