Search found 16 matches

by auto
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: installing tellstick on embedded linux
Replies: 28
Views: 29546

Re: installing tellstick on embedded linux

Hallo,


i do this command... cmake -DCMAKE_CXX_COMPILER=/....

....
...
Configuring done
Generating done
Build files in....
has done... and than when i copy the bin file tdtool on the emb.borad tape tdtool ... shows -> cannot execute binary file
what am I doing wrong... ?
by auto
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: installing tellstick on embedded linux
Replies: 28
Views: 29546

Re: installing tellstick on embedded linux

micke.prag wrote:What do you get if you run the "file" utility on the file?

Code: Select all

$ file tdtool
gets ... "file" command not found :cry:
by auto
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: installing tellstick on embedded linux
Replies: 28
Views: 29546

installing tellstick on embedded linux

I have a board like thishttp://www.artila.com/images/products/M ... 20x146.jpg.
How can i install and control my tellstick 433mhz on embedded linux board ?
I have no idea how to do it. :banghead: which tool or software to need ...
can anyone help me... :cry:
by auto
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: installing tellstick on embedded linux
Replies: 28
Views: 29546

Re: installing tellstick on embedded linux

micke.prag wrote:Are you running on the target board or your computer?
on the target board ... it doesnt work on it.
by auto
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: installing tellstick on embedded linux
Replies: 28
Views: 29546

Re: installing tellstick on embedded linux

You can try it on your computer where you have built the application. The file utility should probably be available there. i know its avaible on my computer but i will control the tellstick on my board. when i build the app on my computer i can use tdtool tdadmin ... but when i send the binary file...
by auto
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: installing tellstick on embedded linux
Replies: 28
Views: 29546

Re: installing tellstick on embedded linux

micke.prag wrote:What kind of Linux do you have on it? Debian? OpenWRT? OpenEmbedded? Other?
this is writing on command line--> emblinux with kernel version 2.6.16 on it
by auto
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: installing tellstick on embedded linux
Replies: 28
Views: 29546

Re: installing tellstick on embedded linux

For me running a raspberry pi hardware (ARM) with debian the following worked like a charm: sudo apt-get install libftdi1 Add the following line to your /etc/apt/sources.list: deb http://download.telldus.com/debian/ stable main wget http://download.telldus.se/debian/telldus-public.key sudo apt-key ...
by auto
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: installing tellstick on embedded linux
Replies: 28
Views: 29546

Re: installing tellstick on embedded linux

it is the files tdtool ... not compiled correctly ??? or why can not execute it. That is why I asked you to check how the binay was compiled using the "file" utility! when i build the app on my computer i can use tdtool tdadmin ... but when i send the binary files like tdtool tdadmin on m...
by auto
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: installing tellstick on embedded linux
Replies: 28
Views: 29546

Re: installing tellstick on embedded linux

micke.prag wrote:
Intel 80386
Please check that your crosscompiler is used and not your native toolchain.

Code: Select all

ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped
How can I check this or to do ... ?
by auto
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: installing tellstick on embedded linux
Replies: 28
Views: 29546

Re: installing tellstick on embedded linux

Intel 80386 Please check that your crosscompiler is used and not your native toolchain. ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped How can I check this or to do ... ? I tell him the following... cmake -DCMAKE _CXX ...C_COM...
by auto
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: installing tellstick on embedded linux
Replies: 28
Views: 29546

Re: installing tellstick on embedded linux

when i used direct about the command -DCMAKE_CXX_COMPILER ..... C_COMPILER LINKER OBJDUMP ...... and than tape make ... follow error.. cc1plus: error: unrecognized command line option "-fvisibility=hidden" make[2]: *** [common/CMakeFiles/TelldusCommon.dir/Message.cpp.o] Fehler 1 make[1]: *...
by auto
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: installing tellstick on embedded linux
Replies: 28
Views: 29546

Re: installing tellstick on embedded linux

Then you will need to compile the packages yourself. If you are new to Linux it will probably be quite hard. First of you need a woking compiler and toochain. Unfortunately I cannot help you there. How to do that is board/distribution specific. i have now a working compiler and toolchain. How shoul...
by auto
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: installing tellstick on embedded linux
Replies: 28
Views: 29546

Re: installing tellstick on embedded linux

THX!

but now ... this Error

LINKING shared Library telldus-core.so
.../bin../ lib..
.../bin/ld : cannot find -lconfuse
collect2...
make[2] Error1

:banghead:

:help:
by auto
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: installing tellstick on embedded linux
Replies: 28
Views: 29546

Re: installing tellstick on embedded linux

micke.prag wrote:This is already stated as a prerequisite: http://developer.telldus.com/wiki/TellS ... tionSource
Make sure CMake finds it.

I've already installed all the prerequisites, but it can still can not find it.
micke.prag wrote: Make sure CMake finds it.
How can I make it.
by auto
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: installing tellstick on embedded linux
Replies: 28
Views: 29546

Re: installing tellstick on embedded linux

http://developer.telldus.com/wiki/TellStickInstallationSource ftdi_sio is not needed with version 2.1.0 or later. You also need to tell cmake which compiler to use. I have do this cmake . for compile the Programm (Software). How can I choose the compiler... After that compile which files it creates...