Read the statement by Michael Teeuw here.
Clean installation of MM 2.9.0 on an Orange Pi PC sbc, armbian buster
-
@sdetweil I’m not at home now, but yes, it’s ARM. Take a look at the specifications:
http://wiki.loverpi.com/specs:sbc:libre-aml-s805x-specs-libre-computer-specification
-
Hi! Finally I’ve get working the MM installation on “La Frite” board using your script. The only issue is that I’ve had to download your raspberry.sh script from the dropbox link and copy on home folder of that board, give execution permissions and execute it. Works fine!! (only basic installation, no modules).
Thanks again for your work
-
@qu1que great!, thanks… you had to download cause no network on that board?
-
Not exactly, that board has ethernet connection and so, internet connection. The problem is that when I run the command bash -c “$(curl -sL https://www.dropbox.com/s/rlh710ng0zwv3vp/raspberry.sh?dl=0)” it shows me an error similar like this (I don’t remember exactly):
#!/bin/bash not found (or something similar)
-
@qu1que ah. Thanks. Bash is optional on your system …hmmmm
-
no no, bash is the default shell used in that system, O.S. is debian for arm64, but maybe the problem is an syntax error, I don’t know, the thing is that using the raspberry.sh script on local works perfect
-
@qu1que oh. Maybe it’s the darned quotes. Sometimes the cut/paste makes them Ms office word doc quotes, which don’t work in Linux bash shell
-
Yes, I supposed something like that.