Skip to content
View Alkor7tsk3s's full-sized avatar
  • @FinancialForce & @GambusinoLabs & TEDxRealejo

Block or report Alkor7tsk3s

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Alkor7tsk3s/README.md

Bootloader for the Pixhawk board family

GitHub Actions Status

Build instructions

Build all targets:

git submodule sync --recursive
git submodule update --init --recursive
make

The binaries will be in build/BOARDNAME/BOARDNAME.elf. Two files are built: ELF files for use with JTAG adapters and BIN files for direct onboard upgrading.

Build a specific board: Please check the Makefile for specific build targets.

License

License: LGPL3 for libopencm3, BSD-3-clause for core bootloader (see LICENSE.md)

Contact

Bootloader Usage

The typical use case as used for the the PX4IO is described in px4pipbl.pdf.

To avoid accidental erasure or bad image loading:

  • The bootloader needs to receive PROTO_GET_SYNC and PROTO_GET_DEVICE prior to receiving PROTO_CHIP_ERASE.
  • The bootloader needs to receive PROTO_GET_SYNC and PROTO_GET_DEVICE and PROTO_PROG_MULTI and PROTO_GET_CRC prior to receiving PROTO_BOOT.

Popular repositories Loading

  1. torchikov torchikov Public

    VirtualFileSystem

    Java

  2. ProyectoCalidadSoftwarev ProyectoCalidadSoftwarev Public

    HTML

  3. Alkor7tsk3s Alkor7tsk3s Public

    C

  4. CommandlineConfig CommandlineConfig Public

    Forked from NaiboWang/CommandlineConfig

    A library for users to write (experiment in research) configurations in Python Dict or JSON format, read and write parameter value via dot . in code, while can read parameters from the command line…

    Python

  5. EasySpider EasySpider Public

    Forked from NaiboWang/EasySpider

    A visual no-code/code-free web crawler/spider一个可以无代码可视化设计和执行的爬虫软件

    JavaScript

  6. Min_Max_Similarity Min_Max_Similarity Public

    Forked from AngeLouCN/Min_Max_Similarity

    A contrastive learning based semi-supervised segmentation network for medical image segmentation

    Python