Hello, I am working on replacing the raspberry pi with a jetson nano on our bluerov2.
After reading related posts, I ensured the username is pi and the hostname is localhost, I then ran the installation script (from https://github.com/bluerobotics/BlueOS/tree/master/install) on my jetson nano.
The installation completed successfully, but I am unable to access http://blueos.local from my computer.
Attached below are the docker logs containing error:
2026-01-24 08:02:04.334 | INFO | main:update_swap_size:634 - Checking and updating swap size…
2026-01-24 08:02:04.812 | INFO | commonwealth.utils.commands:run_command:73 - Host: ‘cat “/etc/dphys-swapfile”’ : returned 1
2026-01-24 08:02:04.813 | ERROR | commonwealth.utils.commands:run_command:79 - stderr: cat: /etc/dphys-swapfile: No such file or directory
2026-01-24 08:02:04.815 | ERROR | main:update_swap_size:651 - Could not find CONF_SWAPSIZE in configuration
2026-01-24 08:02:04.816 | INFO | main:update_cgroups:248 - Running cgroup update..
2026-01-24 08:02:05.289 | INFO | commonwealth.utils.commands:run_command:73 - Host: ‘cat “”’ : returned 1
2026-01-24 08:02:05.289 | ERROR | commonwealth.utils.commands:run_command:79 - stderr: cat: ‘’: No such file or directory
2026-01-24 08:02:05.808 | INFO | commonwealth.utils.commands:run_command:73 - Host: ‘sudo cp “” “.before_update_cgroups.bak”’ : returned 1
2026-01-24 08:02:05.809 | ERROR | commonwealth.utils.commands:run_command:79 - stderr: cp: cannot stat ‘’: No such file or directory
2026-01-24 08:02:05.810 | DEBUG | commonwealth.utils.commands:upload_file:141 - uploading to
2026-01-24 08:02:06.377 | DEBUG | commonwealth.utils.commands:upload_file:149 - CompletedProcess(args=[‘scp’, ‘-i’, ‘/root/.config/.ssh/id_rsa’, ‘-o’, ‘StrictHostKeyChecking=no’, ‘/tmp/file_to_upload’, ‘pi@localhost:/tmp/uploaded_file’], returncode=0, stdout=‘’, stderr=‘’)
2026-01-24 08:02:06.886 | WARNING | commonwealth.utils.commands:run_command:71 - Failed to run command with SSH key. Command '[‘sshpass’, ‘ssh’, ‘-i’, ‘/root/.config/.ssh/id_rsa’, ‘-o’, ‘StrictHostKeyChecking=no’, ‘pi@localhost’, 'sudo mv /tmp/uploaded_file ‘]’ returned non-zero exit status 1., trying with sshpass:
sudo mv /tmp/uploaded_file
Error: unable to set logging path: Unable to connect to any of [tcp/127.0.0.1:7447]! at /root/.cargo/git/checkouts/zenoh-9c599d5ef3e0480e/b70ee93/zenoh/src/net/runtime/orchestrator.rs:367.
2026-01-24 08:02:07.358 | ERROR | main::805 - An error occurred while applying patches: Command '[‘sshpass’, ‘-p’, ‘raspberry’, ‘ssh’, ‘-o’, ‘StrictHostKeyChecking=no’, ‘pi@localhost’, 'sudo mv /tmp/uploaded_file ‘]’ returned non-zero exit status 1.
Using host’s resolv.conf instead of the one from the docker
SSH is working
mkdir: cannot create directory ‘/sys/fs/cgroup/system.slice/docker-2d390d98afa392d7e63ec23e2864943b60c9dede9cf8e9a98b13cc02dc4bbdfb.scope/child_cgroup’: No such file or directory
Docker cgroups root: system.slice/docker-2d390d98afa392d7e63ec23e2864943b60c9dede9cf8e9a98b13cc02dc4bbdfb.scope
Creating a new child cgroup…
Thanks in advance for your help. Please let me know if you need more details.