mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 14:47:44 +08:00
README for px4-same70xplained-v1
This commit is contained in:
committed by
Daniel Agar
parent
f04ddf4368
commit
f56940e654
@@ -4,6 +4,35 @@
|
||||
|
||||
[](http://slack.px4.io) [](https://gitter.im/PX4/Firmware?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
This code runs on the Atmel Same70 Xplained development board.
|
||||
|
||||
http://www.atmel.com/tools/ATSAME70-XPLD.aspx
|
||||
|
||||
1. git clone https://github.com/PX4/Firmware.git
|
||||
2. git checkout same70xplained
|
||||
3. make clean
|
||||
4. git submudule update --init --recursive
|
||||
5. make px4-same70xplained-v1_default
|
||||
|
||||
The ELF file Firmare will be in `build_px4-same70xplained-v1_default/src/firmware/nuttx/`
|
||||
|
||||
The EFL file name is `firmware_nuttx`
|
||||
|
||||
Pin out Same70 Xplained development board is:
|
||||

|
||||
May-3-2016 Changes are highlited in orange
|
||||
May-23-2016 Changes are highlited in Blue
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## PX4 Flight Core and PX4 Middleware ##
|
||||
|
||||
[](https://travis-ci.org/PX4/Firmware) [](https://scan.coverity.com/projects/3966?tab=overview)
|
||||
|
||||
[](https://gitter.im/PX4/Firmware?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
This repository holds the [PX4 Pro](http://px4.io) flight control solution for drones, with the main applications located in the [src/modules](https://github.com/PX4/Firmware/tree/master/src/modules) directory. It also contains the PX4 Drone Middleware Platform, which provides drivers and middleware to run drones.
|
||||
|
||||
* Official Website: http://px4.io (License: BSD 3-clause, [LICENSE.md](https://github.com/PX4/Firmware/blob/master/LICENSE.md))
|
||||
|
||||
Reference in New Issue
Block a user