this post was submitted on 13 May 2024
17 points (100.0% liked)

Linux

48129 readers
489 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

So, I have a device running stripped down Ubuntu and I wanna get tic80 on it, I have a copy on a flash drive but idk how to install it. The machine is pretty much CLI only

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 6 months ago* (last edited 6 months ago) (1 children)

Oh, thank you

Edit:

The solution worked, the software is for arm tho.

My dumbass water this time only to realise ita not riscv compatible

[–] [email protected] 1 points 6 months ago* (last edited 6 months ago) (1 children)

What kind of system do you have? I assumed it was a small RPi like device.

[–] [email protected] 2 points 6 months ago (1 children)

Its a uconsole r-01

As it is its kind of terrible but looks cool. Might upgrade to a cm4 but would like to use the machine

[–] [email protected] 1 points 6 months ago (1 children)

So you need to build from source, as I don't see a prebuild version for RISC-V on their Github-page. As your system probably is supposed to be slim, you can try cross building from source on another computer. But if you are interested in doing that, please ask in a separate post, as I've never done that.

[–] [email protected] 2 points 6 months ago

So basically use the source code elsewhere? I'll ask later, thank you