Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.
SmartSDR v3.1.12 and the SmartSDR v3.1.12 Release Notes. | SmartSDR v2.6.2 and the SmartSDR v2.6.2 Release Notes.
SmartSDR v1.12.1 and the SmartSDR v1.12.1 Release Notes. | Power Genius XL Firmware v3.4.16. | Power Genius XL Utility v2.2.10.
Node-Red on Unbuntu 20.04 (64 bit)
I am working on migrating my node red flows to unbuntu 20.04 server edition in order to take advantage of the 64 bit OS. I wanted to pass on info on what I had to do to get dot net and FRStack to load...
Here is what I had to load to get dotnet / FRStack up and running:
I downloaded the following file and ftp'd over to my Pi.
dotnet-sdk-3.1.109-linux-arm64.tar
Then follow Mark's directions:
sudo mkdir -p /opt/dotnet
sudo tar zxf dotnet-sdk-3.1.109-linux-arm64.tar.gz -C /opt/dotnet
sudo ln -s /opt/dotnet/dotnet /usr/bin
I just got it up and see the process:
/usr/bin/dotnet FRStackWebApi.dll --urls http://*:5025
I have to still enable the flows and test it out. Hoping that I am past the hard part.
Here is what I have noticed on 64 OS vs 32 bit OS. on the 32 bit OS, memory load is stingy. Using a 2Gb Pi I run about 25% of available ram. On the 64 bit it pretty much doubles the memory load. However the the cpu ticks are reduced. I never thought about that in those terms before. I guess it makes sense.
I will report back probably tomorrow to advise if the flows work as advertised.
Mick
Leave a Comment
Categories
- 67 Community Topics
- 1.9K New Ideas
- 117 The Flea Market
- 5.3K Software
- 4.9K SmartSDR for Windows
- 35 SmartSDR for Maestro and M models
- 84 SmartSDR for Mac
- 143 SmartSDR for iOS
- 149 SmartSDR CAT
- 66 DAX
- 278 SmartSDR API
- 7K Radios and Accessories
- 5.8K FLEX-6000 Signature Series
- 553 Maestro
- 14 FlexControl
- 721 FLEX Series (Legacy) Radios
- 147 Power Genius Products
- 116 Power Genius XL Amplifier
- 10 Power Genius Utility
- 21 Tuner Genius
- 41 Shack Infrastructure
- 22 Networking
- 88 Remote Operation (SmartLink)
- 50 Contesting
- 127 Peripherals & Station Integration
- 61 Amateur Radio Interests
- 402 Third-Party Software
Comments
Ok so I could not wait...Had to try it out....and...it works....
As you can see cpu ticks are low but ram usage is up...