this post was submitted on 02 Aug 2024
595 points (98.4% liked)

linuxmemes

20765 readers
1804 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

It was also actually pretty fun!

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

I’ve been killing myself in my free time to get a NanoPi R6S to boot from an SD card; wish I had this expertise.

Edit: I didn’t say this very clearly, I’ve been killing myself to build and compile U-Boot, the Linux kernel then building an image to write to an SD card that’ll actually boot.

[–] cm0002 7 points 1 month ago (1 children)

Heh, this expertise is built on hundreds of "Why tf won't X boot from Y!!" and solid research skills lol you'll get there

[–] [email protected] 1 points 1 month ago

Oops, I realize now that my comment made it seem like I can’t figure out how to write an image to external media and boot it properly. It was actually more intense than that, so I’ve updated it.

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

Not sure about your hardware, but try to look up if it requires a special kernel, like the RPi 5 (which only runs on raspbian because they ship that kernel)

[–] [email protected] 1 points 1 month ago

The manufacturer ships several tools but a lot of the necessary files are shared from Google Drive, and each time I try to download one it says “download limit exceeded.” My goal is to build something more vanilla — I can see that the hardware is supported in the mainline kernel so I’m doing this with tons of trial and error (which I don’t mind).

I’m doing everything in a Dockerfile so once I’m there the goal is to clean it up and push it to GitHub.