I have installed BlueOS onto my raspberry pi 4, which is running Rasberry Pi OS. To do this I used the terminal command listed on github: sudo su -c ‘curl -fsSL https://raw.githubusercontent.com/bluerobotics/BlueOS/master/install/install.sh | bash’ .
Found at: BlueOS/install at master · bluerobotics/BlueOS · GitHub .
I have tried using that exact line, and I have tried changing the word ‘master’ to ‘1.4.2’ to instead install the latest stable version. Both times I have been able to access the webpage at 192.168.2.2 on the same machine as it is installed on.
However, both times it has told me that it is running the ‘factory’ version of BlueOS.
I do have the system_logs.zip file, but I am unsure of how to upload it.
Any help would be appreciated, I am new to linux and all of this so I very well could be missing something.
Thanks!