2010. 12. 17. 10:07
1. Download the u-boot source from the mango site
2. Extract the code from mango210-uboot-src-2010-11-22.tgz tar ball
3. mango210 board configuration
4. Run make to clean up the build environment
5. Run make to configure the build environment for mango210
6. Build the files u-boot and u-boo.bin
출력 파일
u-boot : ELF format
u-boot.bin : binary format
u-boot.srec : S.recode format (motorola serial downloading image file)
u-boot.dis : dis-assembler 파일
dis-assembler 파일 생성 :
[host]$ wget http://crztech.iptime.org:8080/Release/mango210/u-boot/src/mango210-uboot-src-2010-11-22.tgz
2. Extract the code from mango210-uboot-src-2010-11-22.tgz tar ball
[host]# tar -xvzf mango210-uboot-src-2010-11-22.tgz
3. mango210 board configuration
[host]$ source setup.sh
4. Run make to clean up the build environment
[host]$ make distclean
5. Run make to configure the build environment for mango210
[host]$ make mango210_config
6. Build the files u-boot and u-boo.bin
[host]$ make
출력 파일
u-boot : ELF format
u-boot.bin : binary format
u-boot.srec : S.recode format (motorola serial downloading image file)
u-boot.dis : dis-assembler 파일
dis-assembler 파일 생성 :
[# make u-boot.dis
'[C-06] S5PV210' 카테고리의 다른 글
[mango210] 커널소스 기본 트리구조 (0) | 2011.01.14 |
---|---|
[mango210] Compile and configure Kernel (0) | 2010.12.17 |
[mango210] Board configuration (0) | 2010.12.17 |
[mango210] mango server (0) | 2010.12.17 |
[mango210] Download source (2010-11-22 일자 ) (0) | 2010.12.17 |