/*****************************************************************************
*        I.MX6 U-boot imxotp MAC address 写入
* 说明:
* I.MX6DL默认是没有MAC地址的,从代码来看,是由自动生成MAC地址的,但是在
* U-boot阶段是可以通过imxotp进行MAC地址的写入的。
*
* 2016-6-24 深圳 南山平山村 曾剑锋
****************************************************************************/ 一、参考文档:
How to uBoot & Kernel – Compile, Flash, Update, Boot
http://www.imx6rex.com/software/how-to-uboot-compile-flash-update/ 二、操作:
. Program eFuses to set the MAC address. Be sure that you set the correct address – it cannot be changed back.
. 示例:
//!!BEAWARE: Once you blow a bit to 1, it can NOT be changed back to 0!!
//USE YOUR MAC ADDRESS!!!!, this is just en example // example MAC Address: 00:0d:15:00:bc:4a
> imxotp blow --force 0x000d
> imxotp blow --force 0x1500bc4a

最新文章

  1. 【五】将博客从jekyll迁移到了hexo
  2. C#/VB.NET 向PowerPoint文档插入视频
  3. sublime中安装css 格式化插件
  4. HTTP协议 (六) 状态码详解
  5. 课堂scrum站立会议
  6. “FAIL - Deployed application at context path but context failed to start”错误的解决
  7. css背景图片定位练习(二): background-position的百分比
  8. SQL Server 修复数据库 相关 脚本 之 DBCC CHECKDB 用法 来自同事分享
  9. HDOJ 2076 夹角有多大(题目已修改,注意读题)
  10. linux下制作共享库.a和 .so
  11. Android中Edittext的属性
  12. linux下的文本处理命令sed&awk&grep
  13. [Git]04 如何使用标签
  14. sql2012笔记
  15. 『素数 Prime判定和线性欧拉筛法 The sieve of Euler』
  16. Android 开发工具类 19_NetworkStateReceiver
  17. flink如何动态支持依赖jar包提交
  18. .net Cache 需要注意的地方
  19. Django 2.0 URL新版配置介绍
  20. springboot解决跨域问题

热门文章

  1. KJ面试
  2. LR(1)文法分析器 //c++ 实现
  3. nyoj_90_整数划分_201403161553
  4. 读取编码器信息Python2.7和Python3.3版本差异及解决,一次订阅多次调用callback的解决
  5. MySQL 为日期增加一个时间间隔
  6. PHP用CURL发送Content-type为application/json的HTTP/HTTPS请求
  7. Proximal Gradient Descent for L1 Regularization(近端梯度下降求解L1正则化问题)
  8. GBDT调参
  9. 用C++实现一个Log系统
  10. 实现多线程的方式Runnable