Net: Board Net Initialization Failed No ethernet found.

简介: Net: Board Net Initialization Failed No ethernet found.

项目场景:

Net:   Board Net Initialization Failed
No ethernet found.

启动uboot时网络初始化始终报错


问题描述


原因分析:

  1. 网卡没有插好或者网卡损坏。
  2. 网卡的驱动程序没有正确加载。
  3. 网线没有接好或者网线损坏。
  4. 网络设备没有正确配置。
  5. 网络环境不稳定。

如果排除上述原因,仍未解决,那么可能时你的tf卡中的u-boot.bin是不完整的或者有其他东西

解决方案:

使用软件来将tf卡格式化,使用软件将u-boot.bin下载到tf卡中

比如:

tf卡格式化软件:

SD Card Formatter

u-boot.bin下载软件:

imxdownload

软件放在资源中,需要自取:

SD Card Formatter+imxdownload


目录
相关文章
|
4天前
|
前端开发
Request method ‘POST‘ not supported。 Failed to load resource: net::ERR_FAILED
这篇文章讲述了在前后端分离的项目中,由于前端错误地使用了GET请求方法而不是支持的POST,导致请求被后端拒绝的问题,并提供了相应的解决方法和HTTP方法的CRUD映射知识。
Request method ‘POST‘ not supported。 Failed to load resource: net::ERR_FAILED
|
5天前
|
Oracle 关系型数据库
Navicat 连接Oracle ORA-28547: connection to server failed, probable Oracle Net admin error
Navicat 连接Oracle ORA-28547: connection to server failed, probable Oracle Net admin error
12 0
|
JavaScript
Vue 打包后打开为空白页面 并且控制台报错‘Failed to load resource: net::ERR_FILE_NOT_FOUND’
Vue 打包后打开为空白页面 并且控制台报错‘Failed to load resource: net::ERR_FILE_NOT_FOUND’
Vue 打包后打开为空白页面 并且控制台报错‘Failed to load resource: net::ERR_FILE_NOT_FOUND’
|
8月前
DevTools failed to load source map: Could not load content for…System error: net::ERR_FILE_NOT_FOUN
DevTools failed to load source map: Could not load content for…System error: net::ERR_FILE_NOT_FOUN
|
Java 关系型数据库 MySQL
14. 成功解决:ERROR:ssl_client_socket_impl.cc(992) handshake failed; returned -1, SSL error code 1, net_error -103
今天使用 Python 的 selenium 时,一直在报如下错误:[30616:22540:0328/093748.004:ERROR:ssl_client_socket_impl.cc(992)] handshake failed; returned -1, SSL error code 1, net_error -100
3691 0
|
弹性计算 Java 应用服务中间件
EDAS - Exec cmd failed:java.net.SocketTimeoutException: timeout
背景 导入 EDAS 框架的 ECS 机器(ECU)部署应用时报错如下: Exec cmd failed:java.net.SocketTimeoutException: timeout 1)先看下 EDAS agent 进程是否启动 ps aux | grep edas-agent 2)如果没.
1705 0
|
SQL 分布式计算 Java
Caused by: java.net.ConnectException: Call From master/192.168.199.130 to master:9000 failed on connection exception: java.net.ConnectException: Conne
1:安装好hive,准备启动的时候出现下面的错误(由于hive是基于Hadoop的,所以必须先将你的集群启动起来,我就是没有启动集群,直接启动hive导致的错误): 1 [root@master bin]# .
4038 0