内核编译脚本

    技术2022-07-10  99

    #!/bin/bash #Name: #Desc: #Usage: #Path: #Update: export ARCH=arm export CROSS_COMPILE=arm-linux- make -j8

    镜像生成脚本

    mkimage -A arm -O linux -T kernel -C none -a 0xc0008000 -e 0xc0008000 -n linux-3.2.18 -d zImage uImage
    Processed: 0.013, SQL: 9