Error[e16]: Segment INTVEC (size: 0x20 align: 0x1) is too long for segmentdefinition. At least 0x12 more bytes needed. The pro××em occurred while processing the segment placement command -Z(CONST)INTV
一直以来没有想过有什么好的办法通过寄存器向内核传递参数,直到今天读UBOOT的实现方式。 在UBOOT中,引导内核最常用的方法是bootm命令,bootm命令可以引导UBOOT格式的内核。先花点时间了解一下什么是UBOOT格式的内核吧:用UBOOT自带的mkimage命令生成的内核称为UBOOT格式的内核。以下面这条命令为例:mkimage -n Kernel 2.4.18 -A arm -O