摘要: 参考资料:https://blog.csdn.net/amf83302/article/details/102246527 使用uboot的时候,大多数都是直接编译再移植了,很少改动里面的具体内容,特别是其中包含的命令等。虽然里面包含了一些常用的提供给用户进行交互的命令,并且也比较实用了。但是,根据 阅读全文
posted @ 2024-03-21 22:36 lethe1203 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 参考资料:https://www.bilibili.com/video/BV12E411h71h?p=32&vd_source=432ba293ecfc949a4174ab91ccc526d6 ubuntu下安装ncurses库: sudo apt-get install build-essenti 阅读全文
posted @ 2024-03-21 22:08 lethe1203 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 参考资料:https://www.bilibili.com/video/BV12E411h71h?p=30&vd_source=432ba293ecfc949a4174ab91ccc526d6 1、bootcmd bootcmd保存了着 uboot 的默认命令,uboot倒计时结束之后就会执行boo 阅读全文
posted @ 2024-03-21 21:47 lethe1203 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 一个开发板运行uboot,DDR或者DRAM,串口,SD/EMMC等驱动要存在。这些基本要和原厂一样的 nxp官方uboot下载地址:https://github.com/Freescale/u-boot-fslc nxp官方imx6系统板子介绍:https://www.nxp.com/produc 阅读全文
posted @ 2024-03-21 20:20 lethe1203 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 参考资料: https://www.cnblogs.com/sammei/p/3933940.html https://gitcode.csdn.net/65e7d38e1a836825ed789828.html https://baijiahao.baidu.com/s?id=1752808344 阅读全文
posted @ 2024-03-21 20:00 lethe1203 阅读(841) 评论(0) 推荐(1) 编辑
摘要: 参考资料: https://blog.csdn.net/m0_60790717/article/details/126914314 https://blog.csdn.net/weixin_52801934/article/details/126180831 ESP8266实物和引脚图(图像来源于百 阅读全文
posted @ 2024-03-21 19:26 lethe1203 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 局域网和广域网: 局域网(LAN)是一种地理范围较小的网络,通常在一个办公楼、校园或家庭内部建立。它连接了位于较短距离内的设备,如计算机、服务器、打印机、路由器等。局域网的数据传输速度通常很高,延迟较低,并且可以实现高速内部共享和通信。常见的局域网技术包括以太网(Ethernet)、Wi-Fi和局域 阅读全文
posted @ 2024-03-21 17:54 lethe1203 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 参考资料来源: https://www.bilibili.com/video/BV12E411h71h?p=22&vd_source=432ba293ecfc949a4174ab91ccc526d6 正点原子Linux驱动开发指南 image全局变量: 在bootm.c中,存在一个全局变量 boot 阅读全文
posted @ 2024-03-21 15:30 lethe1203 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 参考资料:https://www.bilibili.com/video/BV12E411h71h?p=21&vd_source=432ba293ecfc949a4174ab91ccc526d6 imx6ull uboot链接脚本为u-boot.lds,对链接脚本进行简要分析: u-boot.lds 阅读全文
posted @ 2024-03-21 02:32 lethe1203 阅读(53) 评论(0) 推荐(0) 编辑