-
Notifications
You must be signed in to change notification settings - Fork 6
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
flash arm64 image for Raspberry Pi 3 #74
Comments
As far as I know, this is not supported yet. We have parallel work to enable our workflows on the Jetson Nano which is running arm64v8 images so you could re-use a lot of this stuff. @afdaniele Do you know which part of the jetson nano setup would work on a raspberry pi ? Depending on what library you are trying to use, for some workflow we run the containers on a laptop and communicate with the duckiebot remotely. For instance, if your library is used for control, you can wrap it up in a ROS node and run it from your laptop, that would definitely be the easiest way |
Yes that could be ta temporary workaround, although my final goal is to perform all the computations onboard.
Since you said "yet", does that mean that you are planning to make 64bit images possible also for the raspberry pi? Unfortunately I'm a novice in both Docker and ROS so I may be missing something, but since it seems like the arm64v8 images are available, can you tell me what would happen if I manually installed the containers mentioned here on a 64bit HypriotOS image? |
This was not explicitely planned but more of a "nice to have" feature. In theory, you could modify the arch in this file: and then run it using docker-compose to start all the images (make sure they are up to date with |
Ok I will try looking at what happens by doing this. Also, while we wait for @afdaniele (if he happens to have some advice to give), do you know how can I make |
I'm not sure if this is the right place to ask, but I have recently started working with some new duckiebots (DB19) and I'm looking for a way to install a 64 bit version of the duckieOS to implement my algorithms (since I'm working with a 64bit-only library).
I have found some references to this in the duckietown-shell-commands repository but from dtproject_utils.py it seems that it is currently not supported.
Circumventing the duckietown-shell, I have also installed a 64bit version of HypriotOS on my Raspberrry Pi but then I'm not sure of how I should proceed to achieve a similar configuration.
Do you have any pointers? I would gladly contribute if there is something I can help with.
The text was updated successfully, but these errors were encountered: