×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Astroberry install in kubuntu 15.10

  • Posts: 68
  • Thank you received: 2
Hello i need your help for install indi-astroberry in my laptop.

In my laptop i have kubuntu 15.10 ans lasted indilib/ekos/kstars install via PPA.

I need install astroberry for use GPS/focuser via my raspberry.

In my raspberry i connect (and i boot : "indiserver -m 100 -v indi_eqmod_telescope indi_gphoto_ccd indi_v4l2_ccd indi_rpigps indi_rpifocus) :
- (telescope) Indi_eqmod
- (CCD) Indi_gphoto
- (Guider) indi_v4l2 or indi_qhy
- (Focuser) indi_rpifocus
- (GPS) indi_rpigps

I am stuck on the CMAKE command
This is the error :
$ cmake -DCMAKE_INSTALL_PREFIX=/usr ../astroberry-svn
-- checking for module 'libindi'
--   package 'libindi' not found
CMake Error at /usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find INDI (missing: INDI_INCLUDE_DIR INDI_LIBRARIES
  INDI_DRIVER_LIBRARIES INDI_MAIN_LIBRARIES INDI_CLIENT_LIBRARIES)
Call Stack (most recent call first):
  /usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)
  cmake_modules/FindINDI.cmake:71 (find_package_handle_standard_args)
  CMakeLists.txt:12 (find_package)
 
 
-- Configuring incomplete, errors occurred!
See also "/home/dragonlost/Téléchargements/indi-astroberry/CMakeFiles/CMakeOutput.log".
See also "/home/dragonlost/Téléchargements/indi-astroberry/CMakeFiles/CMakeError.log".
Last edit: 8 years 5 months ago by durand Sébastien.
8 years 5 months ago #5605

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

astroberry needs to be FindINDI.cmake since INDI_MAIN_LIBRARIES were removed.
8 years 5 months ago #5607

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

  • Posts: 68
  • Thank you received: 2
In thin.
How can I do for use in remote astroberry on my laptop (he moved well on raspberry)
8 years 5 months ago #5608

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

  • Posts: 983
  • Thank you received: 375
Hi
I have just noticed this threat so apologies for late response.
The quick fix to this issue is to update cmake_modules/FindINDI.cmake file to the latest version.
The latest Astroberry sources already include this change so update your sources by running # svn checkout svn://svn.code.sf.net/p/astroberry/svn/ astroberry-svn
... and try again. Also make sure you have bcm2835 and RTIMULib libs installed on your system (you need to compile them from source).
8 years 1 month ago #6816

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

  • Posts: 68
  • Thank you received: 2
Nice job!
My current configuration, use a raspberry B +, + a laptop. I create the server at start of raspberry and I drive all on my laptop via wifi raspberry.
I should install astroberry on the laptop too? because it does not appear in the EKOS list on the laptop.

I need install bcm2835 and RTIMULib in my laptop ?
8 years 1 month ago #6821

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

  • Posts: 983
  • Thank you received: 375
Astroberry sources assume RPi 2 so I do not guarantee that they will work on B+ version.
You need to install them only on RPi, as additional drivers for indiserver. This way devices connected to RPi will be available to your indi clients.
This also works despite your devices are not listed in EKOS. Just configure your devices in KStars (Settings/Configure KStars/EKOS) by entering devices' names to respective fields. It will also work without this.
BCM2835 and RTIMULib libraries need to be installed only on RPi. They are responsible for accessing GPIO for focuser and gps, and i2c for altimeter, gyro, compass.
8 years 1 month ago #6824

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

  • Posts: 68
  • Thank you received: 2
Nice! I will test this on my raspberry pi 2 and B +
8 years 1 month ago #6826

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

Time to create page: 0.558 seconds