I think, there is simply no rule for aarch64 in install.sh

I now patched it in a better way.

The binaries for aarch64 work like a charm on my device, a Samsung Galaxy A50 
Smartphone.

I attached my patch.

Greetings Lutz

Am 10. Juni 2020 13:39:51 MESZ schrieb Hans Hagen <j.ha...@xs4all.nl>:
>On 6/10/2020 12:17 PM, Lutz Haseloff wrote:
>> Hi all,
>> 
>> I got my system working by quick and dirty patching install.sh
>> 
>> I have now
>> 
>> PLATFORM="linux-aarch64"
>> 
>> after the last esac and all works like expected.
>> 
>> I would like to have a check for aarch64 in the install.sh too.
>you can prototype that and tell what to adapt
>
>
>-----------------------------------------------------------------
>                                           Hans Hagen | PRAGMA ADE
>               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
>-----------------------------------------------------------------
--- install.sh  2020-06-10 12:27:57.000000000 +0200
+++ minstall.sh 2020-06-10 18:48:26.209317385 +0200
@@ -34,6 +34,8 @@
                 esac ;;
             mips|mips64|mipsel|mips64el)
                 PLATFORM="linux-mipsel" ;;
+           aarch64)
+               PLATFORM="linux-aarch64" ;;
             armv7l)
                 PLATFORM="linux-armhf"
                 if $(which readelf >/dev/null 2>&1); then
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to