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

Linux Questions

2746 readers
10 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.

top 2 comments
sorted by: hot top controversial new old
[–] thericcer@reddthat.com 3 points 3 weeks ago (1 children)

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

[–] muusemuuse@sh.itjust.works 1 points 3 weeks 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.