In order to provide better service of Firefly, our team reorganized the SDK of Firefly-RK3288 and you can download the newest SDK on Baidu code and Google Drive. Baidu Cloud Google Drive After download, you may need to check the MD5 code: $ md5sum /path/to/firefly-rk3288_sdk_git_20141211.tar.gz 8fe99f519d487ff40c8bc7b5ded62887 firefly-rk3288_sdk_git_20141211.tar.gz
Make sure the MD5 is correct and uncompress with the follow commands: mkdir -p ~/firefly-rk3288
cd ~/firefly-rk3288
tar xf /path/to/firefly-rk3288_sdk_git_20141211.tar.gz
git reset --hard
git remote add bitbucket https://bitbucket.org/T-Firefly/firefly-rk3288.git
Then you can refresh the code from the Bitbucket: git pull bitbucket master:master |