Compile an image into uboot

Source: Internet
Author: User

When uboot displays an image, you can use the jpg image as a segment of uboot, and access the segment in the program to implement the image.

 

Image: logo.jpg. Copy it to common.

  • Modify the u-boot.lds to add a ". log" segment. (U-boot.lds path: arch/arm/cpu/godnet/u-boot.lds)
OUTPUT_FORMAT(, , = = ALIGN(/arm/cpu/godnet/*= ALIGN(=/== ALIGN(*(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*= ALIGN(*= ALIGN(*=*== ALIGN(=*=

 

  • Add the logo. S file under common and write the following content:
 
  • Add common/cmd_logo.c with the following content:
    #include <common.h><command.h> unsigned  unsigned  do_logo(cmd_tbl_t *cmdtp,  flag,  argc,  *  *p = (  *)(& len = = (unsigned )&__logo_end - (unsigned )&, &, & (i = ; i < len; i++(i %  == , *p++& 
  • Modify common/Makefile and add the following content:
COBJS-y +=-y +== $( $(COBJS-= $( $(AOBJS-= $(AOBJS:.o=.S) $(COBJS:.o== $(addprefix $(obj),$(AOBJS) $(COBJS))
  • Compile uboot

In this example, the image data of the. logo segment is read and printed, and the image is not the focus.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.