uboot-envtools: update to v2025.01 #21061 Sign in to view logs Summary Jobs Pull Request Labeler Run details Usage Workflow file Triggered via pull request January 12, 2025 19:16 hauke synchronize #17538 Status Success Total duration 43m 18s Artifacts – labeler.yml on: pull_request...
Envtools can automatically detect the number of blocks. Signed-off-by: Paweł Owoc <frut3k7@gmail.com> Link:#17463Signed-off-by: Robert Marko <robimarko@gmail.com> 07f8319 9decfc8 File tree package/boot/uboot-envtools/files qualcommax_ipq807x ...
--- 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...
4 changes: 2 additions & 2 deletions 4 package/boot/uboot-envtools/files/qualcommax_ipq60xx Original file line numberDiff line numberDiff line change @@ -18,12 +18,12 @@ cambiumnetworks,xe3-4) linksys,mr7350) idx="$(find_mtd_index u_env)" [ -n "$idx" ] && \ ubootenv_add...
uboot-envtools: fix GL-MT2500 offsetThe previous offsets did also work, as they've wrapped back to 0x0. However, in reality the environment starts at offset 0x0 of the u-boot-env MMC partition. Signed-off-by: David Bauer <mail@david-bauer.net>...
Diff for: package/boot/uboot-envtools/files/qualcommax_ipq60xx +11-17 Original file line numberDiff line numberDiff line change @@ -7,33 +7,27 @@ touch /etc/config/ubootenv 7 7 8 8 board=$(board_name) 9 9 10 + ubootenv_add_mtd() { 11 + local idx="$(find_mt...
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 in...
tools/env/fw_env.h: remove env.h Browse files As reported by Nicolas Carrier on the Buildroot mailing list [1], there is a new build issue while building a program which interacts with the u-boot environment. This program uses the headers of the ubootenv library provided by uboot-...
York Sun tools/env: Correct include kconfig f33f3e0· Nov 24, 2016 HistoryHistory Breadcrumbs uboot-imx /tools / envcrc.cTop File metadata and controls Code Blame 131 lines (116 loc) · 3.43 KB Raw /* * (C) Copyright 2001 * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY...
883 - static int env_init (void) 1062 + int fw_env_open(void) 884 1063 { 885 1064 int crc0, crc0_ok; 886 1065 char flag0; tools/env/fw_env.h +4 Original file line numberDiff line numberDiff line change @@ -50,5 +50,9 @@ 50 50 extern int fw_printenv(int ...