Yeah, armhf shows it’s for the hard-float version of the system, which is armv7 in general, RPi1 is armel (or armv6) usually (softt-float), if recall correctly. Would not recommend compiling from source, it’s an enourmous process since it’s a huge project. It would probably make a lot more sense to upgrade to a RPi3.
In resin.io we are doing quite a bit of backporting for older architectures, mostly the base software that resinOS requires, and there’s plenty of experience going around to not do backporting/recompilation unless there’s a very good reason to do so
I’ve gone through the process of setting up a new app in resin and specifying Raspberry Pi 3 as my device type. Unfortunately I’m getting the exact same error after upgrading to a Pi3.
Hey @joelongstreet, I was checking it out, based on what other forums are saying, it might be that the kernel on the resinOS is too old for the latest package version of Chromium in the archives it pulls from. I’m basing this guess on point 7. here. Will be pinging @andrei, the Raspberry Pi board support package maintainer about updating it!
In the meantime, what are you trying to build?
I see that you are displaying a URL, and the current code does pretty much just that. Chrome + X is pretty complex to set up in general, if you want to go down on the “display websites” path, there’s also resin-electronjs, which was designed exactly for that by @curcuz. Would recommend to give that one a try.