-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing information #11
Comments
@ejhaze What command do you exactly use when the error from git comes? |
Hi @mirkix, After further tinkering, I was finally able to get the BBBlue to talk to Mission Planner/ArduPilot (-C tcp:192.168.7.1:1243:wait worked for me). The pre build of Ardupilot from your link has never worked for me. I've ssh to my BeagleBone and it does nothing. I did use @jadonk's way of apt-get install -y ardupilot-copter-blue to get ardupilot on the BBBlue, but the receiver was still not recognized within Mission Planner. Currently, I'm following the steps for the BBBMini to compile ArduPilot native to the BeagleBone. This is to be able to follow @rflowers steps on configuring the PRU on the other open issue. This allows access to the HAL Linux Essentials. With current directions, I am also seeing problems with ArduPilot not recognizing the DSM2 or the eQEP4. However, on the Beaglebone, when I run rc_test_dsm, the BBBlue recognizes that my transmitter is sending signal to the receiver. I was able to have ArduCopter start on boot, which was a big step, but I still don't have the control through Mission Planner when I get in there. That goes for the I2C, GPS (for uBlox-M8N), the DSM2 (Satellite Receiver), the eQEP4 (radio Receiver), and anything that is not through the USB0 serial. Again, at this point this may be bleeding into the other open issue. Thanks again! |
This is interesting. I reflashed my BBBlue and started the process over, yet again. But this time, before adding anything on the uEnv.txt to configure the GPS/I2C/UARTs and other pins, I just ran: root@beaglebone:/opt/scripts/tools# sudo ./version.sh Check out the pin errors towards the bottom. Any suggestion on how to get around that conflict? git:/opt/scripts/:[89f2e9309c2322c15e2bb6b55afd214313d94842] |
Hello, This may help: http://ardupilot.org/dev/docs/building-for-beaglebone-black-on-linux.html. Seth |
@silver2row Your link is complete out of date. |
@mirkix You are right. I see they have little for compiling on BBB and the variations. I am glad you started it. Seth |
Hi @mirkix I am making an open source rover with beaglebone blue, now I am looking to connect the M8N GPS , but the GPS connectors are for the Pixhawk, so I am looking for cut the cables and soldering, but... for what I saw the GPS connector on the beaglebone have 5v. And my asumption is the UART on GPS beaglebone connector is 5v too. How you wire the M8N GPS to the beaglebone? Thanks! |
Hi Mirkix!
I'm not sure if this is the right forum for this. I have followed these directions over and over for the last 4 months, so this is not without really trying to make your directions work. My issue comes when trying to access Mission Planner, the MAVlink connection always times out. I guess the problem arises somewhere between :
Prebuild ArduPilot and Run ArduPilot. There must be missing instructions.
I would like to do the "Compile ArduPilot native on BeagleBone" like you did on the BBBMini, but the checkout function responds saying that git checkout ~ is not a git repository.
Nothing addresses the "blue-arduBUILD" naming function that is rendered following these directions.
But as an aside, it would be nice to either change the run ardupilot to :
sudo /usr/bin/ardupilot/blue-arducopter
or show the step how you got to:
sudo /home/debian/arducopter
To add a step, that these directions are missing (from the bbbmini page - modified):
"scp /usr/bin/ardupilot/* scp debian@beaglebone:/home/debian/"
I've never posted on one of these, but maybe if you could clarify some of these points, it would make life easier for someone else. Also, great pic of where to put the E4 pin. I had to hunt that down here:
http://esys.ir/images/img_Item/1317/Files/BeagleBone_Blue_sch.pdf
Vielen Dank fuer Ihre Hilfe!
EJH
The text was updated successfully, but these errors were encountered: