×

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

Bi-monthly release with minor bug fixes and improvements

Roll_off startup crash

  • Posts: 554
  • Thank you received: 138
For the same reason.
3 years 7 months ago #57851

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

  • Posts: 554
  • Thank you received: 138
Part of the problem is that what I posted got changed in the forum software.

This is what I wanted to post:
chris@AstroPi:~/Projects/indi-3rdparty $ git clone https://github.com/wotalota/indi-rolloffino.git
Cloning into 'indi-rolloffino'...
remote: Enumerating objects: 64, done.
remote: Counting objects: 100% (64/64), done.
remote: Compressing objects: 100% (49/49), done.
remote: Total 64 (delta 31), reused 32 (delta 14), pack-reused 0

The important thing is the that the github address starts with "https://" This is important, it is why it isn't working for you. If you leave this out it won't work.
It is useful to go to the github repositiory on the web, it is possible to copy the web address from the repository there.
3 years 7 months ago #57852

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

  • Posts: 250
  • Thank you received: 3

Replied by Porchet on topic Roll_off startup crash

Okay, thanks. I've moved on. Now I've got this.
[code]christophe@MiniPc:~/Projects/indi-3rdparty/indi-rolloffino/build$ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ../
bash: -DCMAKE_INSTALL_PREFIX=/usr: Aucun fichier ou dossier de ce type
christophe@MiniPc:~/Projects/indi-3rdparty/indi-rolloffino/build$
/code]
What file should I have that's visibly missing?
3 years 7 months ago #57853

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

  • Posts: 294
  • Thank you received: 54
You are missing the cmake command before -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ../

It should be:

cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ../
3 years 7 months ago #57854

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

  • Posts: 554
  • Thank you received: 138
Porchet,
What's happening is that you are making a series of trivial mistakes in the precise form of the commands that you are using. All these commands are described correctly in the INSTALL file that is part of the indi-rollofino project.

Each time this happens your first action is to post asking for help.
You could resolve these things yourself by comparing your commands with the commands in the INSTALL file. Transcription errors are one of the most frequent reasons for things not to work. It's much more satisfying to resolve these things for yourself.
3 years 7 months ago #57857

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

  • Posts: 250
  • Thank you received: 3

Replied by Porchet on topic Roll_off startup crash

Yes, it is,
whenever I do things with Linux, I'm never really sure what I'm doing.
Besides I find it's complicated for a novice to make a lexicon of each command, because each time there's a trick to know, besides English is not my language.

Anyway, anyway,
The thing is, originally when I installed the driver with Tom, I'm absolutely not made that way.
Because I created a folder on the desktop where I installed the driver.
So what I should have done was copy the driver file that's in indi-3dparty and replace it with the one that's in my file.
And then reinstall it like I did the first time.
Because that way I remember the procedure.
But as I say, I'm never on command lines under Linux.
K
Translated with www.DeepL.com/Translator (free version)
3 years 7 months ago #57862

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

  • Posts: 250
  • Thank you received: 3

Replied by Porchet on topic Roll_off startup crash

so I got to do the procedure.
But I can't connect the arduino to Kstars.

Last edit: 3 years 7 months ago by Porchet.
3 years 7 months ago #57868
Attachments:

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

  • Posts: 216
  • Thank you received: 120

Replied by Rick Bassham on topic Roll_off startup crash

On your arduino, do you have a capacitor between reset and ground? On initial connect without the capacitor, the arduino will reset to accept a new sketch. Not sure what the timeout is set to, but I've had similar issues in the past with arduino projects.
3 years 7 months ago #57870

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

  • Posts: 311
  • Thank you received: 42

Replied by wotalota on topic Roll_off startup crash

Look at your screen shot. The normal USB connection appears to be /dev/ttyACM0 and you are presently connecting to /dev/ttyUSB0. So first try and get the selection restored to the one that connects to the Arduino.
3 years 7 months ago #57872

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

  • Posts: 250
  • Thank you received: 3

Replied by Porchet on topic Roll_off startup crash


Thank you, you were right. That was it.
I unplugged the arduino for 10 minutes and plugged it back in, and now we're all set. And okay.
The following user(s) said Thank You: wotalota
3 years 7 months ago #57873

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

Time to create page: 0.994 seconds