| 14.3.27. How can I access U-Boot environment variables in Linux?
 
 
 
 
 make env For building against older versions of the MTD headers (meaning before v2.6.8-rc1) it is required to pass the argument "MTD_VERSION=old" to make: 
 make MTD_VERSION=old env 
      The resulting binary is called  printenvresp.setenvYou can either build these tools with a fixed configuration selected at compile time,
      or you can configure the tools using the/etc/fw_env.configconfiguration file
      in your target root filesystem.[링크 : http://www.denx.de/wiki/view/DULG/HowCanIAccessUBootEnvironmentVariablesInLinux] | 
2010.03.11 추가
간단하게 말하자면 eboot 소스트리에서
u-boot/tools/env 에서
fw_env를 컴파일 하게 되면
fw_setenv
fw_getenv 파일이 생성된다. (물론 하나는 심볼릭 링크이다)
2009/07/18 - [프로그램 사용/u-boot] - U-Boot 환경변수 읽어오기 (u-boot environment variable)
'프로그램 사용 > u-boot' 카테고리의 다른 글
| uboot tftp 부팅시 decompress 에러 (0) | 2010.01.22 | 
|---|---|
| uboot bootargs 에 kernel argument 넘기기 (0) | 2009.12.30 | 
| uboot - fw_printenv / fw_setenv / fw_getenv ethaddr 제약사항 (17) | 2009.08.19 | 
| ifup / ifdown + busybox (0) | 2009.08.17 | 
| U-Boot 환경변수 읽어오기 (u-boot environment variable) (0) | 2009.07.18 | 






