Replies: 3 comments 2 replies
-
Sorry I want to understand something... you are trying to run OBAL on Jetson Nano instead of RPI ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Muhammad
Good to hear from you! Yes, I've done quite a bit of work on it.
Unfortunately I hit a problem with the NANO's SPI driver, which seems to be
broken.
Ultimately I want to try the same thing on an NVIDIA Orin NX, but I don't
have my hands on one yet.
…On Tue, 20 Feb 2024 at 07:07, MHefny ***@***.***> wrote:
Sorry I want to understand something... you are trying to run OBAL on
Jetson Nano instead of RPI ?
—
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADE7TRQV74LLRWR7YV44WUTYURDS5AVCNFSM6AAAAAA7CW5PTCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DKMRVHA4TO>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Yeah, thanks. I already saw this. I guess the plan is to try to eliminate the STM32 side of things (flight controller etc) completely. The OBAL board has been really useful as a breakout, so thanks for that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All
Firstly, thanks to Mohammad for his fantastic work!
So I've looking at getting Ardupilot running on the nVidia Jetson series of modules, ie high powered 64-bit linux MCUs. To do this - as a stepping stone - I followed Mohammad's excellent article on Medium here:
https://medium.com/@mohammad.hefny/running-ardupilot-on-raspberry-os-64-bullseye-832f7d28bc22
to compile a custom linux kernel for Raspberry Pi. This enables access to /dev/mem which is required for access to the GPIO ports.
Here's the rig. The Nano's in the background with some short ribbon jumper cables to attach to OBALs Pi header. The Nano's GPIO's can't drive long cables - they tend to oscillate.
Up to now I've got both 64 bit Bullseye and 64 bit Ubuntu working with the Raspberry Pi Zero 2/OBAL, and I have Ardupilot running on a Jetson Nano, however there remain unresolved problems with the SPI driver on that device.
To anyone who might want to follow the instructions in the article, I believe there's a step missing when transferring the newly programmed SD card back into the target Raspberry Pi. The instructions should read:
otherwise
configs
doesn't exist.Has anyone had any experience with the Jetson Nano? The SPI driver seems quite broken, and and Nano is obsolescent, so I'm looking to getting my hands on an Orin NX in the near future.
Thanks and regards
Bob
Beta Was this translation helpful? Give feedback.
All reactions