Prerequisites
Make sure you extract and install both StarFive StarStudio and StarFive Linux eSDK on your host machine before starting up the StarFive StarStudio:
-
Copy the StarStudio-beta-202206.tar.gz file into your directory
and untar it:
$ tar -zxvf StarStudio-beta-202206.tar.gz
ResultThe extracted folder is ready to use.
-
Install the Linux eSDK by running the following two scripts:
-
$ ./x86_64-buildtools-nativesdk-standalone-nodistro.0.sh
$ ./oecore-x86_64-riscv64-toolchain-ext-nodistro.0.sh
-