After some work it seems my ARM Mini2440 cross compilation of OWFS goes through. And the board runs the binaries, printing out help and so on.
Since I plan to use the board for basically just one control application, and it doesn't come with FUSE in kernel, I decided to simply build: OWLIB, OWSERVER, OWSHELL and OWCAPI (From Bash I will run some OWSHELL commands for interactive testing). I built without Zeroconf, and try launch owserver (appears successful): [root@FriendlyARM /]# arm-linux-owserver -d /dev/ttySAC0 -p 8888 [root@FriendlyARM /]# ps | grep owserver 718 root 3048 S arm-linux-owserver -d /dev/ttySAC0 -p 8888 In serial port SAC0, I have a 1-wire to RS232 converter (http://www.fuchs-shop.com/en/shop/17/1/13372015/). I then want to run "owdir" to see if it finds my RS232/1W converter: [root@FriendlyARM /]# arm-linux-owdir -s 8888 / [root@FriendlyARM /]# No result. I then use netcat to check if owserver really is listening on port 8888, it looks as if not (since nc get the port): [root@FriendlyARM /]# nc -l -p 8888 ^C [root@FriendlyARM /]# What do you think is not working ? Diagnostic commands I can run ? Particularly since the converter has an ID in itself, it should be reported by owdir. Is it serial connection that is not working, or maybe the TCP/IP side? Input appreciated. - I post my build steps in a separate post. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
