History of MembersPage/Kamuto/Orange
Older Newer
2020-07-13 14:51:27 . . . . 251.250.46.84.mobile.mezon.lt [update]
2017-07-19 11:50:20 . . . . static.kpn.net [added new versions for both x86 and armhf, annotated changes]
2017-07-18 04:20:48 . . . . 88.119.113.145 [some more testing]
2017-07-18 04:16:27 . . . . 88.119.113.145 [some info]
2017-07-18 03:42:35 . . . . 88.119.113.145 [need advice or small mod]
2017-07-18 03:37:23 . . . . 88.119.113.145 [some testing, need advice or modifications]
2017-07-13 09:30:10 . . . . catv-80-98-142-196.catv.broadband.hu [minor cleanup: uploaded fresh (.armhf also good)]
2017-07-12 20:00:49 . . . . catv-80-98-142-196.catv.broadband.hu [x86 good; armhf investigation]
2017-07-12 00:24:23 . . . . 228.250.46.84.mobile.mezon.lt [new test.]
2017-07-11 22:52:18 . . . . catv-80-98-142-196.catv.broadband.hu [allow exclusive access to serial port (unix device, and VEMS 1st serial port)]
2017-07-11 03:59:41 . . . . 88.119.113.145 [added log]
2017-07-11 03:57:37 . . . . 88.119.113.145 [added log download link]
2017-07-11 02:10:59 . . . . 193.185.38.86.mobile.mezon.lt [testing]
2017-07-11 01:13:18 . . . . 193.185.38.86.mobile.mezon.lt [test]
2017-07-11 01:02:37 . . . . 193.185.38.86.mobile.mezon.lt [tried again]
2017-07-11 00:58:47 . . . . 193.185.38.86.mobile.mezon.lt [tried to test orangepi]
2017-07-11 00:40:13 . . . . 193.185.38.86.mobile.mezon.lt [test1 ]
2017-07-10 22:58:02 . . . . catv-80-98-142-196.catv.broadband.hu [example hex stream]
2017-07-09 17:27:21 . . . . 1F2E8534.catv.pool.telekom.hu [RTC and fs]
2017-07-09 17:02:49 . . . . 1F2E8534.catv.pool.telekom.hu [new binary at new URL. Some checklist items]
2017-07-01 17:24:46 . . . . 88.119.113.145 [add]
2017-06-29 02:09:26 . . . . 7.249.46.84.mobile.mezon.lt [added download link]
2017-06-28 20:39:13 . . . . catv-80-98-142-196.catv.broadband.hu [binary URL]
2017-06-27 22:59:19 . . . . 178.239.46.84.mobile.mezon.lt [short summary]
2017-06-27 22:51:32 . . . . 178.239.46.84.mobile.mezon.lt [page]


Changes by last author:

Added:
--------

2020 update

--------------------------

I have acquired bit nicer version of raspberry pi called nano pi

https://www.antratek.com/nanopi-r1-1gb-ram-8gb-emmc

has nice hardware, rtc on board, wifi and other stuff

software options for it at the moment I have tested is openWRT version called FriendlyWRT and ubuntu xenial core.

http://wiki.friendlyarm.com/wiki/index.php/NanoPi_R1

datalogging stuff works fine on ubuntu, but does not start on WRT based operating system

this is the error I got

root@FriendlyWrt:/mnt# ./OrangeVemslog.armhf

-ash: ./OrangeVemslog.armhf: not found

root@FriendlyWrt:/mnt#

some hw info

root@FriendlyWrt:/# cat proc/cpuinfo

processor : 0

model name : ARMv7 Processor rev 5 (v7l)

BogoMIPS : 22.85

Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm

CPU implementer : 0x41

CPU architecture: 7

CPU variant : 0x0

CPU part : 0xc07

CPU revision : 5

root@FriendlyWrt:/# uname -r

4.14.111

LDD option as asked

root@FriendlyWrt:/mnt# ldd OrangeVemslog.armhf

/lib/ld-linux-armhf.so.3 (0xb6f6b000)

libc.so.6 => /lib/ld-linux-armhf.so.3 (0xb6f6b000)

Error loading shared library ld-linux-armhf.so.3: No such file or directory (needed by OrangeVemslog.armhf)

Error relocating OrangeVemslog.armhf: __printf_chk: symbol not found

Error relocating OrangeVemslog.armhf: __fprintf_chk: symbol not found

as I understand problem is that openwrt uses ld-musl-arm.so.1 instead ld-linux-armhf.so.3

any idea how this stuff can be sorted? Orangevemslog has to be recompiled with different option or maybe there is some other workaround?

Deleted:
-----

so I have tested it for a few days playing with it and so on.

not really want to work over internal uart's, with external usb no problem.

Deleted:
managed to write small script which checks is the OrangeLogger working and if not it will try to start it again. added it to crontab so it works nice now and checks for that every minute.
Deleted:
made vemstune to connect to ecu over the vpn with help of ser2net, if I try to connect with it over internal network, no problem, it just breaks logging process and I'm online, if i try that over vpn ip's sadly cant connect until I stop logging process :)
Deleted:
the only issue now is that after it boots up, start's to log, it works just fine, if it crashes it get's autorestart and so on.

problem is when I try to connect to ecu with vemstune over ser2net, it interrupts the logging process and it wont resume after I disconect from ecu, it just writes huge amount on error messages into the log file

(500689) IDLE: ecu not responding, likely OFFLINE

(504201) IDLE: ecu not responding, likely OFFLINE

Deleted:
rebooting ecu does not help for it to start working again, restarting process does. as I understand when the process starts it execute some special command to query the data from the ecu and later are not using that again. anyway if that gets working it will break ser2net process if I'm online, thinking about the solution how to manage 2 apps using same serial port :)
Deleted:
btw, if I switch power off for ecu and later start it again OrangeLogger understands it and no problem creates new log file for it
Deleted:
thinking that it needs somekind of com port mirroring to get working with 2 devices