-
original [Issue](https://github.com/cvra/master-firmware/issues/36) by @Stapelzeiger:
while running a bootloader ping through the master board it crashed at an assert at chsys.h:318.
The comment abov…
msplr updated
8 years ago
-
Hi,
I am working with Aerocore 2, and I am following the Development Guide for PX4 (http://dev.px4.io/starting-building.html). I have made a slight modification to px4_simple_app so that I can verif…
-
All the Pixhawks I have recently acquired have a rev 3 STM32 chip, and therefore should support the full 2MB.
Would make life much easier if we can add some sort of an auxiliary config to support the…
-
@dagar Capturing this here.
I have had many issues with odd CI failures - that get resolved by one of the two following remedies:
A) Either restarting the CI or
B) deleting the cache and restarting …
-
Hi,
I just test waf build for px4-v2 (on Ubuntu 15.10 with cmake 3.2.2 , official toolchain and ninja) and it works pretty well (failed at start but after clean and dist-clean, it works and I couldn'…
-
#### Issue details
Problems occur in PX4Firmware when doing the following sequence:
```
cd tmp
git clone https://github.com/ardupilot/ardupilot APM
cd APM
git submodule init
git submodule update
va…
-
Delay from power on to the point where UAVCAN sensor feeds are active varies between 4 and 9 seconds. The expected delay is approximately 5 seconds plus sensor initialization time (generally insignifi…
-
The bootloader and the application use the hardware ID differently: the bootloader uses it as is, but the application swaps the byte order word-wise.
```
066cff54'53498948'87074622'00000000
54ff6c06'…
-
- Erased chip
- Flashed the bootloader in 544c8_gcc4_8_4_Carl on the ESC_bringup drive
- Did command: `python ui.py --firmware /home/carl/544c8_gcc4_8_4_Carl/ --port 8080 /dev/ttyACM3`
- When I power …
-
Hi,
I downloaded current master to my PX4FMU_V1, but it is not working.
Also tested with two different PX4FMU_V1, the result is same.
It is frozen during boot. I attached log file as follows.
I also …