×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

32Bit support RPi ended for Astroberry?

  • Posts: 44
  • Thank you received: 0
I understand the PI-32bit version is not supported anymore, but in such case do I have to buy a new PI-4 64 bit or other boards ? The PI-4 cost are relevant and not competitive considering the market with other different board solution. I think that the PI-4 is a fine solution to manage a telescope remotely or to move to the telescope on top of mountain for a night with very low power consumption. This last topic pushed me in the past to adopt the PI solution to be flexible at home and on mountain.
1 year 3 months ago #89605

Please Log in or Create an account to join the conversation.

  • Posts: 358
  • Thank you received: 114
No all RPi 4 boards are 64bit capable. You just need to load 64bit OS www.raspberrypi.com/software/operating-s...spberry-pi-os-64-bit
1 year 3 months ago #89606

Please Log in or Create an account to join the conversation.

  • Posts: 44
  • Thank you received: 0
Thank you but my PI 4 is 32 bit. Can I install the 64 bit over a 32 bit? If yes, which versoon ?
1 year 3 months ago #89607

Please Log in or Create an account to join the conversation.

  • Posts: 358
  • Thank you received: 114
Yes just download new image and write it to SD card. Beware that you will lost all data on this card so backup any data you want to preserve. Download Raspberry Pi OS with desktop.

I wrote script that build INDI and KStars/Ekos from source nouspiro.space/?page_id=209
1 year 3 months ago #89608

Please Log in or Create an account to join the conversation.

  • Posts: 44
  • Thank you received: 0
If I realise well, I have to download the "Raspberry Pi OS with desktop" release (even if it 64 bit), burn this image on SD-card and then compile the source code. Do you confirm?
1 year 3 months ago #89617

Please Log in or Create an account to join the conversation.

  • Posts: 358
  • Thank you received: 114
Yes. After that it is same as with 32bit version.
The following user(s) said Thank You: sergio
1 year 3 months ago #89619

Please Log in or Create an account to join the conversation.

  • Posts: 10
  • Thank you received: 0
there is no KSTARS/INDI/EKOS for the 64 bit OS.. Try loading Ubuntu 20.04 server onto the Pi-4 then research how to load the desk top. I didn’t complete the latter because Ubuntu still has the complete full and latest 3.6.3 KSTARS and 1.9.7 INDI drivers so I run this on my Ubuntu Lenovo Laptop and it is trouble free. I am not sure about Ubuntu 22 since I don’t intend to go there so soon.
Last edit: 1 year 3 months ago by Bbillp.
1 year 3 months ago #89622

Please Log in or Create an account to join the conversation.

  • Posts: 10
  • Thank you received: 0
No, after the image is copied to the Pi SD using on of the Pi utilities then the image is booted, there is NO COMPILING.
1 year 3 months ago #89623

Please Log in or Create an account to join the conversation.

  • Posts: 10
  • Thank you received: 0
Use a new SD, image copy the 64 bit OS to the SD and boot, thats it BUT there is NO compatible KSTARS so don’t destroy the 32 bit SD.
1 year 3 months ago #89624

Please Log in or Create an account to join the conversation.

  • Posts: 33
  • Thank you received: 3
Hi nou
It doesn't finish compiling, I tried the stable and the last one and the same thing, I installed Linux raspberrypi 5.15.84-v8+ #1613 SMP PREEMPT Thu Jan 5 12:03:08 GMT 2023 aarch64 on an RBPi 4 2Gb
Disable graphical environment to free memory and nothing...
It was a test since the astroberry that I am using does not publish updates or the 64 version, I will continue looking for alternatives
Best regards!
Osvaldo

Crash compiler
5%] Built target KStarsLib_autogen
[ 5%] Built target pofiles-8aa2a15703482a44d95749b3febf6173
[ 5%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/KStarsLib_autogen/mocs_compilation.cpp.o
[ 5%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/indi/clientmanager.cpp.o
[ 5%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/indi/blobmanager.cpp.o
[ 5%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/indi/guimanager.cpp.o
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make[2]: *** [kstars/CMakeFiles/KStarsLib.dir/build.make:900: kstars/CMakeFiles/KStarsLib.dir/KStarsLib_autogen/mocs_compilation.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:1512: kstars/CMakeFiles/KStarsLib.dir/all] Error 2
make: *** [Makefile:149: all] Error 2
KStars failed
1 year 3 months ago #89676

Please Log in or Create an account to join the conversation.

  • Posts: 42
  • Thank you received: 6
Currently I will keep ongoing with Astroberry for some time since everything (all of my cameras and mounts) is working well.
Hope that one time in the next month the "Astroberry project" will come with an 64Bit image.
However over the years I think an update/upgrade will be neccessary if I have to stay with 32Bit Astroberry.

One solution could be the AstroPi3 Project: github.com/rlancaste/AstroPi3
Hope it will be supported in future. It is based on 64Bit and looks not bad from what I can see from the screenshots

The alternative for me will be a MELE QUIETER 3C oder 3Q PC based on WIN11 + N.I.N.A.
3 or 4 USB3.0 / (1 x USB-C on type C) 12V and only 2A power consumption...
The following user(s) said Thank You: Osvaldo Paez
1 year 3 months ago #89679

Please Log in or Create an account to join the conversation.

  • Posts: 358
  • Thank you received: 114
Osvaldo Paez: oh only 2GB Pi you will need to disable any parallel compilation. edit build scripts and add this JOBS=1 line after cd "$ROOTDOR" like this.
cd "$ROOTDIR"
JOBS=1

Then it should compile just fine.
Last edit: 1 year 3 months ago by nou.
1 year 3 months ago #89681

Please Log in or Create an account to join the conversation.

Moderators: Radek Kaczorek
Time to create page: 1.494 seconds