this post was submitted on 20 Sep 2025
6 points (100.0% liked)

Linux Questions

2768 readers
1 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 2 years ago
MODERATORS
 

I am trying to compile uboot so it looks for env vars on the sd card. I can get it to compile and load on a le potato SBC but if I place a filesystem on the card afterward, it breaks uboot. If I put it on before uboot, uboot breaks it. I have already tried shifting the beginning of the first partition later on the sd card but it just keeps happening. GPT vs MBR doesn’t seem to matter either.

What am I doing wrong? I can’t seem to find this last piece of the puzzle anywhere. They seem like they are at least partially overwriting eachother but I haven’t been able to stop that from happening.

you are viewing a single comment's thread
view the rest of the comments
[–] thericcer@reddthat.com 3 points 1 month ago (1 children)

How are you putting the filesystem and uboot on the card?

[–] muusemuuse@sh.itjust.works 1 points 1 month ago

I put uboot on the SD card as the uboot documentation tells me to. I tried doing it before and after using paged and disk to throw partitions into on there. Nothing goes my way on here.