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
Build tiboot3.bin using ``am62x_evm_r5_ethboot_defconfig``. Build tispl.bin and u-boot.img using ``am62x_evm_a53_ethboot_defconfig``.
44
34
45
-
.. important::
35
+
.. important::
46
36
47
-
- Ethernet RGMII boot is supported over RGMII1 (First port) on AM62x SoC.
48
-
- CPSW PHYs should be strapped as per ROM's expectation described in part's TRM.
49
-
- 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.
50
-
- Disable link info Bootmode pin so that ROM can identify the PHY and establishes link with the supported speed and duplex mode.
51
-
- Please note that due to MDIO corruption (Errata i2329), booting over Ethernet is not recommended for production purposes.
37
+
- Ethernet RGMII boot is supported over RGMII1 (First port) on AM62x SoC.
38
+
- CPSW PHYs should be strapped as per ROM's expectation described in part's TRM.
39
+
- 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.
40
+
- Disable link info Bootmode pin so that ROM can identify the PHY and establishes link with the supported speed and duplex mode.
41
+
- Please note that due to MDIO corruption (Errata i2329), booting over Ethernet is not recommended for production purposes.
52
42
53
-
.. ifconfig:: CONFIG_part_variant in ('AM64X','AM62X')
43
+
.. ifconfig:: CONFIG_part_variant in ('J722S')
44
+
45
+
Build tiboot3.bin using ``j722s_evm_r5_ethboot_defconfig``. Build tispl.bin and u-boot.img using ``j722s_evm_a53_ethboot_defconfig``.
46
+
47
+
.. important::
48
+
49
+
- Ethernet RGMII boot is supported over RGMII on J722s SoC.
50
+
- CPSW PHYs should be strapped as per ROM's expectation described in part's TRM.
51
+
- 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.
52
+
- Disable link info Bootmode pin so that ROM can identify the PHY and establishes link with the supported speed and duplex mode.
53
+
54
+
.. ifconfig:: CONFIG_part_variant in ('AM64X','AM62X','J722S')
54
55
55
56
If using ISC dhcpd an example host entry would look like this:
56
57
@@ -76,5 +77,7 @@ binaries files to be sent over TFTP are listed in the table below.
76
77
next-server 10.0.0.1;
77
78
}
78
79
80
+
For instructions to build the bootloader images please refer to :ref:`Build-U-Boot-label`.
81
+
79
82
A walk through of these steps to setup isc-dhcp-server on Ubuntu can be found at `here
0 commit comments