How to Make An Uimage(In YOCTO,RDK)?

Thecommand : mkuImage

Question:

1.      Where is it from?

2.      Where will it be used?

3.      What are the contents of it ?

Answer:

1.      mkuimage is a command mainly generated by generate.c & image.h

2.      mkuimage will be used as a command. In our project, we will use it in rdk-generic-broadband-image.bb/bbappend to produce the uImage.

3.      mkuimage -parameters   image_part0   image_part1  image_part2 …  image_partN

Each part mentioned above will be used to build the final uImage.

Details:

The structure of the uImage can be abstracted as following graph 1:


Graph 1.

As can be seen from the graph above that an uImage is an composite, which is constructed by different parts. And each parts has its own parameters, which would be saved in head.

What I want to mention is that, if we want to change the sequence or add one of these parts in uImage, there are two steps we have to take.

A.     Change the parameter sequence of these parts in uImage head.

B.     Update the loaded file sequence in binary uImagefile.

Tips:

1.      When we take step A, we should pay attention to the whole DATA CRC, which could be calculated depending the latest sequence ofparts. Because the whole DATA CRC would be updated each time when calculate the part CRC.

2.      After you revise the parameters that you need saved in the uImage head, in step B you have to take care of is producing the binary output file. You can fwrite/write the data, which fread/read from the file/binary file, into output binary file. (Make sure the file stream pointer is pointing to the right place by fseek(), when you fwrite/fread/write/read.)

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值