找回密码
 立即注册

QQ登录

只需一步,快速开始

打印 上一主题 下一主题
开启左侧

[FAQ] FAQ_MA35D1_Read MAC Address from OTP

[复制链接]
跳转到指定楼层
楼主
admin 发表于 2022-12-22 10:17:34 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
从OTP读取MAC地址
读取MAC地址之前,请先通过NuWriter_MA写入MAC地址
Yocto平台:
1.在U-Boot设备树中禁用默认MAC地址
  1. ~/yocto/build/tmp-glibc/work/numaker_som_ma35d16a81-poky-linux/u-boot-ma35d1/2020.07-r0/git/arch/arm/dts$ vim ma35d1.dtsi

  2. gmac0: ethernet@40120000 {
  3. //        mac-address = [ 00 11 22 33 44 55 ];
  4.     };
  5.     gmac1: ethernet@40130000 {
  6. //        mac-address = [ 00 11 22 33 44 66 ];
  7.     };
复制代码
2.重新编译U-Boot,linux内核,并重新打包生成image文件
  1. ~/yocto/build$ bitbake u-boot-ma35d1 linux-ma35d1 –C compile && bitbake nvt-image-qt5 –c cleanall && bitbake nvt-image-qt5
复制代码
3.将image文件烧写到MA35D1

Buildroot平台:
1.在U-Boot设备树中禁用默认MAC地址
  1. ~/MA35D1_Buildroot$ vim ma35d1.dtsi

  2. gmac0: ethernet@40120000 {
  3. //        mac-address = [ 00 11 22 33 44 55 ];
  4.     };
  5.     gmac1: ethernet@40130000 {
  6. //        mac-address = [ 00 11 22 33 44 66 ];
  7.     };
复制代码
2.重新编译U-Boot,linux内核,并重新打包生成image文件
  1. ~/MA35D1_Buildroot$ make uboot-rebuild linux-rebuild && make
复制代码

3.将image文件烧写到MA35D1


分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 顶 踩
牛卧堂
回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies |上传

本版积分规则

新唐MCU