You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/linux/Foundational_Components/U-Boot/UG-Network-K3.rst
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,15 @@ binaries files to be sent over TFTP are listed in the table below.
72
72
- When the link info Bootmode pin is enabled, this means no auto-negotiation or reading of the Ethernet PHY is needed since the ROM will assume the link is up at 1Gbps, full duplex mode.
73
73
- Disable link info Bootmode pin so that ROM can identify the PHY and establishes link with the supported speed and duplex mode.
74
74
75
-
.. ifconfig:: CONFIG_part_variant in ('AM64X','AM62X','J722S','AM62PX')
75
+
.. ifconfig:: CONFIG_part_variant in ('J721S2')
76
+
77
+
Build tiboot3.bin using ``am68_evm_r5_ethboot_defconfig``. Build tispl.bin and u-boot.img using ``am68_evm_a72_ethboot_defconfig``. For instructions to build the bootloader images please refer to :ref:`Build-U-Boot-label`.
78
+
79
+
.. important::
80
+
81
+
- Ethernet RGMII boot is supported over RGMII on J721S2 SoC.
82
+
83
+
.. ifconfig:: CONFIG_part_variant in ('AM64X','AM62X','J722S','AM62PX','J721S2')
76
84
77
85
If using ISC dhcpd an example host entry would look like this:
0 commit comments