WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TCL on RockPI S (Rockchip RK3308 based SBC)  (Read 2296 times)

Offline PIyer

  • Newbie
  • *
  • Posts: 2
TCL on RockPI S (Rockchip RK3308 based SBC)
« on: August 04, 2022, 11:28:56 AM »
Hello

New to Tiny Core Linux

I want to look at the possibility of installing TCL on a RockPi S board with 256MB/1GB for our IIoT requirements. Will be using it to run C#/.NET 6 app/service with MQTT. I already noticed that someone was able to run .NET 5 (so hopefully should be able to run .NET 6 core)

It would be great if someone can point in the right direction to a image or perhaps instructions how to

Thanks in Advance
 

Offline gadget42

  • Hero Member
  • *****
  • Posts: 657
Re: TCL on RockPI S (Rockchip RK3308 based SBC)
« Reply #1 on: August 04, 2022, 11:59:19 AM »
here is a thought @PDP-8 had a few years ago...

Here's a thought - with the vast number of SBC's out there, and each one desiring to put a version of piCore on it, this might be the easiest way as a developer:

Armbian supports many many non-rpi boards, and aside from their good work, you'll now have a native arm environment to develop this specific version of piCore in, reducing a lot of hassle.

https://www.armbian.com/

So get Armbian up and running, and use those dev-tools from Armbian on your specific board to follow the build-scripts and whatnot to create piCore.

Might be the quickest and most convenient way to get piCore bootstrapped on board-X...

poked around some on the armbian website and it looks like those folks are about at the end of their rope...
https://www.armbian.com/newsflash/armbian-needs-your-help/

sharing is caring
The fluctuation theorem has long been known for a sudden switch of the Hamiltonian of a classical system Z54 . For a quantum system with a Hamiltonian changing from... https://forum.tinycorelinux.net/index.php/topic,25972.msg166580.html#msg166580

Offline PIyer

  • Newbie
  • *
  • Posts: 2
Re: TCL on RockPI S (Rockchip RK3308 based SBC)
« Reply #2 on: August 04, 2022, 06:56:17 PM »
thank you @gadget42.
Armbian has a Debian build for RockPi S - but it needs 512MB/GB. Will try to understand how to create a custom image for TCL.

Kind regards