Hi Alan,
Thanks for the quick reply.
I went back and re-ran the sequence for the NetCore 5.0.1 install.
Following the WiKi:
# From the Downloads folder, execute the following commands:
sudo mkdir -p /opt/dotnet
# for 32bit
sudo tar -zxf aspnetcore-runtime-5.0.1-linux-arm.tar.gz -C /opt/dotnet
# for 64bit
sudo tar -zxf aspnetcore-runtime-5.0.1-linux-arm64.tar.gz -C /opt/dotnet
sudo ln -s /opt/dotnet/dotnet /usr/bin
I had downloaded the 64bit file. Verified with an ls of the Downloads folder.
Entering the final sudo command line above, lists a bunch of files. I assume that meant the installation was successful.
I then changed back to the /usr/local/frstack folder.
After re-running the Run FRStack WebApi sequence, I still get the error.
Sorry, still stuck.
Unclear which versions I'm to be running for both .Net Core 5.0.1 and FRStack (32bit vs. 64bit) on a Raspberry Pi 4.
73
Mike - AD0WB