On Thursday 09 August 2007, Ram wrote: > Are there any busybox utility to get and set the u-boot > environments from linux.
no, nor will there probably ever be due to the nature of u-boot ... every single board can store its environment in different types of flash in different sectors at different offsets in different magical ways ... there is no common infrastructure to query such information from kernel/user space you should setup your mtd maps to create a separate partition for your u-boot env sector and then use the mtd-utils package to read/write it from userspace please seek any further help/information on the u-boot-usesr mailing list -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
