摘要: 答: sudo apt-get install gcc-aarch64-linux-gnu -y 阅读全文
posted @ 2019-05-28 18:34 Jello 阅读(3926) 评论(0) 推荐(0)
摘要: 1. 获取工具链 从此处获取,如: wget https://releases.linaro.org/components/toolchain/binaries/7.3-2018.05/aarch64-linux-gnu/gcc-linaro-7.3.1-2018.05-x86_64_aarch64 阅读全文
posted @ 2019-05-28 17:56 Jello 阅读(2571) 评论(0) 推荐(0)
摘要: 答: 使用dtc工具,如: <kernel source code dir>/scripts/dtc/dtc -I dts -O dtb -o <dtb filename> <dts filename> 如: ./script/dtc/dtc -I dts -O dtb -o jello.dtb j 阅读全文
posted @ 2019-05-28 16:23 Jello 阅读(7292) 评论(0) 推荐(1)
摘要: 答:使用以下语法即可删除某节点: /delete-node/ 节点名; 阅读全文
posted @ 2019-05-28 15:29 Jello 阅读(1759) 评论(0) 推荐(0)
摘要: 答: 使用fdt命令 1. fdt addr <fdt addr> (将设备树加载到fdt addr指定的位置,如tftpboot 0x80000000 my.dtb,那么fdt addr 0x80000000) 2. fdt print (打印出设备树的所有内容) 阅读全文
posted @ 2019-05-28 15:20 Jello 阅读(2279) 评论(0) 推荐(0)