Git Product home page Git Product logo

olivierjb / sonix Goto Github PK

View Code? Open in Web Editor NEW

This project forked from skyrockettoys/sonix

0.0 1.0 0.0 35.85 MB

Firmware for video board on skyviper

Makefile 1.36% C 57.90% HTML 0.55% CSS 0.05% Python 0.25% Shell 1.38% JavaScript 1.43% C++ 27.19% Objective-C 0.03% Perl 0.67% Assembly 0.75% AMPL 0.22% Lex 0.02% Yacc 0.05% Roff 7.62% Batchfile 0.01% TeX 0.38% Module Management System 0.02% DIGITAL Command Language 0.10% CMake 0.03%

sonix's Introduction

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

sonix's People

Contributors

tridge avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.