Error: "Raspberry Pi 2/3 with BCM2709!"

Hi

After multiple tries, I still get this error on my Raspberry pi 3 B (with BCM2873…):
Error: “Raspberry Pi 2/3 with BCM2709!”

I saw one other guy with the same problem, but I did not edit any other file but worked my way trough the tutorial, with a sd image downloaded today.

I`m slightly unsure if this update command is meant for a linux system, or for the Pi:
sudo apt-get update && sudo apt-get dist-upgrade

I guess its not for the pi? It doesnt really matter anyway, it does not work wether I use this update command or not.

login as: pi
pi@192.168.0.77’s password:

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
pi@navio:~ $ sudo apt-get update && sudo apt-get install apm-navio2
Get:1 http://mirrordirector.raspbian.org jessie InRelease [14.9 kB]
Get:2 http://archive.raspberrypi.org jessie InRelease [13.2 kB]
Get:3 http://files.emlid.com jessie InRelease [1,440 B]
Get:4 http://archive.raspberrypi.org jessie/main armhf Packages [146 kB]
Get:5 http://mirrordirector.raspbian.org jessie/main armhf Packages [8,981 kB]
Hit http://archive.raspberrypi.org jessie/ui armhf Packages
Get:6 http://files.emlid.com jessie/main armhf Packages [3,801 B]
Ign http://archive.raspberrypi.org jessie/main Translation-en_GB
Ign http://archive.raspberrypi.org jessie/main Translation-en
Ign http://archive.raspberrypi.org jessie/main Translation-en_GB.UTF-8
Ign http://archive.raspberrypi.org jessie/ui Translation-en_GB
Ign http://archive.raspberrypi.org jessie/ui Translation-en
Ign http://archive.raspberrypi.org jessie/ui Translation-en_GB.UTF-8
Ign http://files.emlid.com jessie/main Translation-en_GB
Ign http://files.emlid.com jessie/main Translation-en
Ign http://files.emlid.com jessie/main Translation-en_GB.UTF-8
Get:7 http://mirrordirector.raspbian.org jessie/contrib armhf Packages [37.5 kB]
Get:8 http://mirrordirector.raspbian.org jessie/non-free armhf Packages [70.3 kB]
Get:9 http://mirrordirector.raspbian.org jessie/rpi armhf Packages [1,356 B]
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en_GB.UTF-8
Ign http://mirrordirector.raspbian.org jessie/main Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/main Translation-en
Ign http://mirrordirector.raspbian.org jessie/main Translation-en_GB.UTF-8
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en_GB.UTF-8
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en_GB.UTF-8
Fetched 9,269 kB in 17s (526 kB/s)
Reading package lists… Done
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following NEW packages will be installed:
apm-navio2
0 upgraded, 1 newly installed, 0 to remove and 59 not upgraded.
Need to get 51.1 MB of archives.
After this operation, 121 MB of additional disk space will be used.
Get:1 http://files.emlid.com/debian/ jessie/main apm-navio2 armhf 3.4-rc4-20160909 [51.1 MB]
Fetched 51.1 MB in 33s (1,536 kB/s)
Selecting previously unselected package apm-navio2.
(Reading database … 53874 files and directories currently installed.)
Preparing to unpack …/apm-navio2_3.4-rc4-20160909_armhf.deb …
Unpacking apm-navio2 (3.4-rc4-20160909) …
Setting up apm-navio2 (3.4-rc4-20160909) …
pi@navio:~ $
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following NEW packages will be installed:
apm-navio2
0 upgraded, 1 newly installed, 0 to remove and 59 not upgraded.
Need to get 51.1 MB of archives.
After this operation, 121 MB of additional disk space will be used.
Get:1 http://files.emlid.com/debian/ jessie/main apm-navio2 armhf 3.4-rc4-20160909 [51.1 MB]
pi@navio:~ $ Reading package lists… Done
pi@navio:~ $ sudo ArduCopter-hexa -A udp:192.168.1.202:14550
Raspberry Pi 2/3 with BCM2709!

After that, nothing works. The terminal just crashes…
I`ll try again tomorrow, but if sombody could have a look?

Thanks in advance!!!

Thats not an error, that is arducopter started and doing its things, if you control+z arducopter stops and you have the prompt back.

Start it with nohup at the beginning to not lock your terminal.

corrado

Hi Corrado

Thank you so much! I was wondering if it worked and if how I would complete the tutorial with a freezed terminal.

Thank you so much!!!

Works perfectly.
If somebody has the same problem, after the installation:

pi@navio: ~ $ sudo apt-get update && sudo apt-get install apm-navio2

just use:
sudo nohup ArduCopter-quad -A udp:192.168.1.2:14550 -C /dev/ttyAMA0 > /home/pi/startup_log &

Hello Corrado

I also had the same problem and searching for good solutions.your post make me more deep understand of navio2!thank you very much!
kay

Hi @Corrado_Steri, control+z don’t work in my case, can you please help me to kill the process.

Thanks

Jakson