1.cd /home/book/eLinuxCore_100ask-t113-pro/linux
2.make sun8iw20p1smp_t113_auto_defconfig
3.make zImage -j4
4.make dtbs
5.cp arch/arm/boot/zImage ~/nfs_rootfs
6.cp arch/arm/boot/dts/sun8iw20p1-t113-100ask-t113-pro.dtb ~/nfs_rootfs
7.cd arch/arm/boot
8.touch ramdisk.img
9.mkbootimg --kernel zImage --ramdisk ramdisk.img --board sun8iw20p1 --base 0x40200000 --kernel_offset 0x0 --ramdisk_offset 0x01000000 -o boot.img
10.cp boot.img ~/nfs_rootfs
11.cd ~/eLinuxCore_100ask-t113-pro/linux/
12.make modules
13.cd ~/eLinuxCore_100ask-t113-pro/linux/
14.make INSTALL_MOD_PATH=/home/book/nfs_rootfs modules_install
15.adb push boot.img /boot
16.adb push sun8iw20p1-t113-100ask-t113-pro.dtb /boot
17.adb push lib /
18.uname -a
19.reboot