×

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

Bi-monthly release with minor bug fixes and improvements

INDI 0.9.6 for OSX, SX and ATIK drivers

  • Posts: 712
  • Thank you received: 174
I have no personal experience with Beaglebone, but if you are running Ubuntu on it, it should work. I've tested armhf version on Raspberry PI and Trim Slice. Peter
10 years 4 months ago #320

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

  • Posts: 42
  • Thank you received: 6
I just checked on BBB using Linaro Ubuntu (without UI). The armhf package installs without a problem. atik_test passed \o/ I hope to find some time to run indi server on BBB. Keep fingers crossed.

milosz
10 years 4 months ago #321

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

  • Posts: 712
  • Thank you received: 174
Remember, this driver is for INDI 0.9.6.

0.9.7 version (unreleased yet) is here: download.cloudmakers.eu/atikccd-0.5-armhf.deb
10 years 4 months ago #322

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

  • Posts: 42
  • Thank you received: 6
Hi Peter,

Just tried the 0.5 driver with indiserver 0.9.7 on Beaglebone black. I was connecting using jINDI running on Ubuntu 13.04 (on Intel). Unfortunately I'm not able to connect to camera. The indiserver output looks like this:

root@linaro-developer:~# indiserver /usr/bin/indi_atik_ccd
2013-11-25T02:01:30: startup: indiserver /usr/bin/indi_atik_ccd
2013-11-25T02:01:30: Driver /usr/bin/indi_atik_ccd: -> ISGetProperties((null))
2013-11-25T02:01:30: Driver /usr/bin/indi_atik_ccd: -> ATIKCCD::ATIKCCD
2013-11-25T02:01:30: Driver /usr/bin/indi_atik_ccd: ATIK CCD Atik 314L instance created
2013-11-25T02:01:30: Driver /usr/bin/indi_atik_ccd: <- ATIKCCD::ATIKCCD
2013-11-25T02:01:30: Driver /usr/bin/indi_atik_ccd: -> ATIKCCD::ISGetProperties(ATIK CCD Atik 314L)
2013-11-25T02:01:30: Driver /usr/bin/indi_atik_ccd: -> ATIKCCD::initProperties()
2013-11-25T02:01:30: Driver /usr/bin/indi_atik_ccd: <- ATIKCCD::initProperties 1
2013-11-25T02:01:30: Driver /usr/bin/indi_atik_ccd: <- ATIKCCD::ISGetProperties
2013-11-25T02:01:30: Driver /usr/bin/indi_atik_ccd: <- ISGetProperties

2013-11-25T02:01:40: Driver /usr/bin/indi_atik_ccd: -> ISGetProperties((null))
2013-11-25T02:01:40: Driver /usr/bin/indi_atik_ccd: -> ATIKCCD::ISGetProperties(ATIK CCD Atik 314L)
2013-11-25T02:01:40: Driver /usr/bin/indi_atik_ccd: <- ATIKCCD::ISGetProperties
2013-11-25T02:01:40: Driver /usr/bin/indi_atik_ccd: <- ISGetProperties
2013-11-25T02:01:40: Driver /usr/bin/indi_atik_ccd: -> ISNewSwitch(ATIK CCD Atik 314L, CONNECTION...)
2013-11-25T02:01:40: Driver /usr/bin/indi_atik_ccd: -> ATIKCCD::ISNewSwitch(ATIK CCD Atik 314L, CONNECTION, ...)
2013-11-25T02:01:40: Driver /usr/bin/indi_atik_ccd: -> ATIKCCD::updateProperties() connected=0
2013-11-25T02:01:40: Driver /usr/bin/indi_atik_ccd: <- ATIKCCD::updateProperties 1
2013-11-25T02:01:40: Driver /usr/bin/indi_atik_ccd: <- ATIKCCD::ISNewSwitch 1
2013-11-25T02:01:40: Driver /usr/bin/indi_atik_ccd: <- ISNewSwitch
2013-11-25T02:02:00: Driver /usr/bin/indi_atik_ccd: -> ISNewSwitch(ATIK CCD Atik 314L, CONNECTION...)
2013-11-25T02:02:00: Driver /usr/bin/indi_atik_ccd: -> ATIKCCD::ISNewSwitch(ATIK CCD Atik 314L, CONNECTION, ...)
2013-11-25T02:02:00: Driver /usr/bin/indi_atik_ccd: -> ATIKCCD::Connect()
2013-11-25T02:02:06: Driver /usr/bin/indi_atik_ccd: : symbol lookup error: undefined symbol: _ZN4INDI3CCD14SetCCDFeaturesEbbbb
2013-11-25T02:02:06: Driver /usr/bin/indi_atik_ccd: stdin EOF
2013-11-25T02:02:06: Driver /usr/bin/indi_atik_ccd: restart #1

Any hints?

On x86 I only have atik package v0.4 and indi is already upgraded to 0.9.7. I tried downloading 0.5, but the file is broken. x86 output doesn't show any errors and all icons are green in the jINDI GUI. But when I try capturing image it hangs with progress at 100%. I guess this is due to version mismatch. Any chance to get the beta of 0.5 package? atik_test/atik_ccd_test passes on both intel and arm.

milosz
10 years 4 months ago #325

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

Well, it looks like ATIK was build against libindi SVN TRUNK and not the 0.9.7 branch because it is using a new function. You'd need to compile libindi from SVN TRUNK.
svn checkout svn://svn.code.sf.net/p/indi/code/trunk/libindi libindi
cd libindi
cmake -DCMAKE_INSTALL_PREFIX=/usr .
sudo make install
10 years 4 months ago #326

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

  • Posts: 712
  • Thank you received: 174
Yes, you need to checkout the latest version of INDI and if you are building yourself make sure you don't have installed standard INDI package on some different location.
10 years 4 months ago #327

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

  • Posts: 42
  • Thank you received: 6
Thanks!
I will try that and let you know the results. I'm building myself. There is no package for arm in ppa. There are also no packahes for libnova and cfitsio so there is no other way for arm.

One more thing to mention is dependency on zlib. You don't mention it in libindi and build fails without it.

milosz
10 years 4 months ago #328

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

  • Posts: 42
  • Thank you received: 6
Thanks Guys!
Works like a charm now :)

milosz
10 years 4 months ago #329

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

  • Posts: 66
  • Thank you received: 9
I have some issue on virtualbox with Ekos Vm and atik titan.

Here are log of indiserver :

Here are logs from atik_test :


My system :

[jb@localhost ~]$ uname -r
3.8.13.4-server-1.mga3
[jb@localhost ~]$ rpm -qa | grep libusb
libusb1.0_0-1.0.14-2.mga3
libusb-compat0.1-devel-0.1.4-3.mga3
libusb-compat0.1_4-0.1.4-3.mga3
libusbmuxd2-1.0.8-3.mga3
libusb1.0-devel-1.0.14-2.mga3
10 years 3 months ago #362

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

  • Posts: 712
  • Thank you received: 174
It seems that you are using driver version 0.4 and there is version 0.5 (statically linked against 0.9.7) here: www.cloudmakers.eu/indi

Please, can you try to reinstall it?

Peter
10 years 3 months ago #363

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

  • Posts: 66
  • Thank you received: 9
I'm using repository in Ekos Vm...

Will try this. Stay tuned ;)

mmmmmmmmmmmmmmmmmmmmmmmmmm
indi@ekos:~$ sudo dpkg -i ./atikccd-0.5-i386.deb
(Reading database ... 168603 files and directories currently installed.)
Preparing to replace atikccd 0.4 (using ./atikccd-0.5-i386.deb) ...
Unpacking replacement atikccd ...
dpkg-deb (subprocess): cannot copy archive member from './atikccd-0.5-i386.deb' to decompressor pipe: unexpected end of file or stream
dpkg-deb: error: subprocess paste returned error exit status 2
dpkg: error processing ./atikccd-0.5-i386.deb (--install):
cannot copy extracted data for './usr/bin/indi_atik_ccd' to '/usr/bin/indi_atik_ccd.dpkg-new': unexpected end of file or stream
Errors were encountered while processing:
./atikccd-0.5-i386.deb
Last edit: 10 years 3 months ago by djibb.
10 years 3 months ago #364

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

  • Posts: 66
  • Thank you received: 9
And... another thing... they don't work under Mageia... I've installed 0.5 -> then link lbcfistio... checkfault.
10 years 3 months ago #369

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

Time to create page: 0.921 seconds