SkyRocketToys / Sonix

Firmware for video board on skyviper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firmware for video board on skyviper

This is the firmware source for the ArduPilot based SkyViper GPS copter. It is based on FreeRTOS

Building

To build the firmware follow these steps

  • cd buildscript
  • git submodule init
  • git submodule update
  • make oldconfig
  • make clean
  • make mavlink
  • make
  • make install

That will create a file image/dashcam/FIRMWARE_660R.bin which you can upload to the SkyViper using the web interface.

Note that you will need the i386 lib libraries installed if you are on a 64 bit Linux varient. That usually means you need the libc6:i386 and zliblg:i386 package installed. On Debian/Ubuntu:

  • sudo apt-get install libc6:i386
  • sudo apt-get install zlib1g:i386

You may also need the following Perl libraries:

  • sudo apt-get install libencode-detect-perl
  • sudo apt-get install libdigest-crc-perl

About

Firmware for video board on skyviper


Languages

Language:C 58.5%Language:C++ 26.7%Language:Roff 7.7%Language:Shell 1.4%Language:Makefile 1.4%Language:Assembly 0.8%Language:Perl 0.7%Language:Objective-C 0.5%Language:TeX 0.4%Language:Ada 0.3%Language:Python 0.3%Language:Pascal 0.3%Language:AMPL 0.2%Language:C# 0.2%Language:HTML 0.2%Language:XS 0.1%Language:DIGITAL Command Language 0.1%Language:M4 0.1%Language:Logos 0.1%Language:XC 0.1%Language:Yacc 0.1%Language:NSIS 0.0%Language:CMake 0.0%Language:Lex 0.0%Language:Module Management System 0.0%Language:CLIPS 0.0%Language:SourcePawn 0.0%Language:SAS 0.0%Language:Batchfile 0.0%Language:PHP 0.0%Language:XSLT 0.0%