uboot-envtools: update to 2024.01 … f1bb080 github-actions bot added the core packages label Jan 29, 2024 Contributor DragonBluep commented Jan 30, 2024 Hi, may I request backport the recent 4 commits here? They are very useful. https://github.com/u-boot/u-boot/commits/next/too...
Merged openwrt-bot merged 1 commit into openwrt:main from DragonBluep:envtools_v2024.07 Jul 4, 2024 Merged uboot-envtools: update to U-Boot release v2024.07 #15867 openwrt-bot merged 1 commit into openwrt:main from DragonBluep:envtools_v2024.07 Jul 4, 2024 +...
does fw_printenv/fw_setenv work for UBOOT on Tegra Jetson? The tools fw_printenv/fw_setenv in the uboot source tree normally work with mtd partitions and I have seen hints on the web for emmc support for these tools. Normally you configure these tools with the ...
--- a/package/boot/uboot-envtools/Makefile +++ b/package/boot/uboot-envtools/Makefile @@ -58,12 +58,6 @@ MAKE_FLAGS += \ no-dot-config-targets=envtools \ envtools -define Package/uboot-envtools/conffiles -/etc/config/ubootenv -/etc/fw_env.config -/etc/fw_sys.config -endef...
[OpenWrt-Devel] [PATCH 3/3] package: uboot-envtools: add Pogoplug E02 support Felix Kaechele Thu, 22 May 2014 13:13:17 -0700 The settings require that the OpenWrt provided u-boot is used as either first or second stage bootloader as it modifies the partitioning scheme to move the u...
Source Code: https://github.com/sbabic/libubootenv Documentation (doxygen): https://sbabic.github.io/libubootenv Replacement old tools Part of the library are the replacement of the "fw_printenv / fw_setenv" tools that can be used with any board - they accept as parameter a file as...