Michał Ignaszewski

Results 4 comments of Michał Ignaszewski

RPI2 (all versions A/B) use ARM Cortex-A7 CPU - that is 32bit processor. RPI3B (mine, where I compilled executable file) use ARMv8 CPU - 64-bit processor. Thats why binary cant...

I have used https://github.com/sharkone/scrapmagnet.js (node version of scrapmagnet, it require to manually add some outdated dependecies) and I compiled it to executable using https://github.com/nexe/nexe. I will try to compile it...

@spaz926 On my RPI3: - platform.architecture(): ('32bit', 'ELF') - os.uname(): ('Linux', 'pi', '4.4.38-v7+', '#938 SMP Thu Dec 15 15:22:21 GMT 2016', 'armv7l') I'm still compiling dependencies to go compiller :P,...

I have checked your branch and if I set on 'auto' then video is working (RPI3) but on list I don't have 'arm', just auto, 32 and 64 bit. Maybe...