리눅스 uboot를 하드웨어 설계 하면서 가끔 보고 있습니다.


버전별로 변경사항이 많은데, 이럴때 마다 당황 스럽습니다.

그런데 uboot는 친절하게도 README 파일에 잘 정리를 해놓네요.


 249 Selection of Processor Architecture and Board Type:

 250 ---------------------------------------------------

 251 

 252 For all supported boards there are ready-to-use default

 253 configurations available; just type "make <board_name>_defconfig".

 254 

 255 Example: For a TQM823L module type:

 256 

 257     cd u-boot

 258     make TQM823L_defconfig

 259 

 260 For the Cogent platform, you need to specify the CPU type as well;

 261 e.g. "make cogent_mpc8xx_defconfig". And also configure the cogent

 262 directory according to the instructions in cogent/README.


위에 처럼 컨피그 하는 법이나,


 276 Board Initialisation Flow:

 277 --------------------------


의  보드 이니셜 하는 흐름등 많은 정보를 얻을 수 있습니다.


혹시 uboot 를 하다가 모르는 사항이 있으시면, README를 읽어 보시는 것을 추천 합니다.


끝 -