Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeEmacs
Model: PHYTEC phyCORE-AM5728 with 2GiB DDR3 (2 banks), Industrial Temp
Board: phyCORE-AM57x kit

[    0.000000] OF: fdt: Machine model: PHYTEC phyCORE-AM5728 with 2GiB (banks) DDR3, Industrial Temp

不使用EEPROM来进行配置

可以在u-boot中使用以下指令关闭eeprom配置设备树功能

Code Block
languagebash
themeEmacs
setenv override_board 1
setenv board_name undefined
setenv fdtfile <devicetree.dtb>
saveenv
boot

其中<devicetree.dtb>要配置为要载入的默认设备树,如默认的 am57xx-phycore-kit.dtb。