Hi @50dBmwell... License keys are for commercial users. They are not needed to run or use the software. In addition, on Linux, you have to compile the console version from source code.
So back to the drawing board; really wish there was some type of installation instructions. Maybe I can provide them if I can get this working. Ha!
.../fcusb/Source/programmers/PARALLEL_NAND.vb(30,23): error BC30002: Type 'ECC_Engine' is not defined. [.../fcusb/Console/FlashcatUSB_Console.vbproj]
.../fcusb/Source/programmers/SPI_NAND.vb(29,23): error BC30002: Type 'ECC_Engine' is not defined. [.../fcusb/Console/FlashcatUSB_Console.vbproj]
hello, i am testing yor master branch. Compiled OK without errors with dotnet-sdk-6.0.I'm working on this now: https://github.com/easybe/fcusb/tree/wip
So far, I got the FlashcatUSB Classic to be detected on Ubuntu with .Net 6.0. Needs to be tested and further fixed/cleaned up though.
It is based on version 643 as 645 seems to be too broken for me as a VB novice to fix. I got stuck at:
Code:.../fcusb/Source/programmers/PARALLEL_NAND.vb(30,23): error BC30002: Type 'ECC_Engine' is not defined. [.../fcusb/Console/FlashcatUSB_Console.vbproj] .../fcusb/Source/programmers/SPI_NAND.vb(29,23): error BC30002: Type 'ECC_Engine' is not defined. [.../fcusb/Console/FlashcatUSB_Console.vbproj]
$ dotnet build FCUSB_Console.sln
MSBuild version 17.3.4+a400405ba for .NET
Determining projects to restore...
All projects are up-to-date for restore.
FlashcatUSB -> /media/user/Downloads/fcusb-master/Console/bin/Debug/net6.0/fcusb_console.dll
Build succeeded.
0 Warning(s)
0 Error(s)
user@desktop:/media/user/Downloads/fcusb-master/Console/bin/Debug/net6.0$ ./fcusb_console
You must install .NET to run this application.
App: /media/user/Downloads/fcusb-master/Console/bin/Debug/net6.0/fcusb_console
Architecture: x64
App host version: 6.0.35
.NET location: Not found
.NET SDK (reflecting any global.json):
Version: 6.0.427
Commit: 93fddcf4f6
Runtime Environment:
OS Name: linuxmint
OS Version: 20
OS Platform: Linux
RID: linux-x64
Base Path: /snap/dotnet-sdk/251/sdk/6.0.427/
global.json file:
Not found
Host:
Version: 6.0.35
Architecture: x64
Commit: b357f86ce3
.NET SDKs installed:
6.0.427 [/snap/dotnet-sdk/251/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 6.0.35 [/snap/dotnet-sdk/251/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.35 [/snap/dotnet-sdk/251/shared/Microsoft.NETCore.App]