Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite completely uEnv.txt #26

Open
F5OEO opened this issue Jan 11, 2025 · 1 comment
Open

Rewrite completely uEnv.txt #26

F5OEO opened this issue Jan 11, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@F5OEO
Copy link
Owner

F5OEO commented Jan 11, 2025

uboot environment variables is different across boards which is hard to maintain. Writing an universal env could be very usefull to extended capabilities (multi-boot, usb boot ...) and could be used over all models.

@F5OEO F5OEO added the enhancement New feature or request label Jan 11, 2025
@VasylSamoilov
Copy link

Question: does uEnv.txt have any effect when booting full raspbian (kuiper linux)? Because right now it works pretty good with the following uEnv.txt:
adi_sdboot=echo Copying Linux from SD to RAM... && fatload mmc 0 0x3000000 ${kernel_image} && fatload mmc 0 0x2A00000 ${devicetree_image} && if fatload mmc 0 0x2000000 ${ramdisk_image}; then bootm 0x3000000 0x2000000 0x2A00000; else bootm 0x3000000 - 0x2A00000; fi bootargs=console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlycon rootfstype=ext4 rootwait clk_ignore_unused cpuidle.off=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants