18.12.2018 ZCU104
Материал из SRNS
Lipa (обсуждение | вклад) (→patch dev-tree) |
Lipa (обсуждение | вклад) (→всякое) |
||
Строка 55: | Строка 55: | ||
== всякое == | == всякое == | ||
− | Включаем I2C | + | [https://forums.xilinx.com/t5/Embedded-Linux/Petalinux-2019-1-fsbl-build-error-fatal-error-xiicps-h-No-such/td-p/1027805 Включаем I2C] |
[[Категория:HOWTO]] | [[Категория:HOWTO]] |
Версия 19:43, 8 июня 2020
Petalinux
Создать проект petalinux
$ petalinux-create --type project --template zynqMP --name <PROJECT>
Для работы eth-phy:
&gem3{
status = "okay";
phy-handle = <&phy0>;
phy-mode = "rgmii-id";
xlnx,eth-mode = <0x1>;
mdio {
status = "okay";
#address-cells = <1>;
#size-cells = <0>;
phy0: phy@12 {
compatible = "ethernet-phy-ieee802.3-c22";
device_type = "ethernet-phy";
reg = <12>;
ti,rx-internal-delay = <0x7>;
ti,tx-internal-delay = <0x7>;
ti,fifo-depth = <0x01>;
ti,min-output-impedance;
ti,dp83867-rxctrl-strap-quirk;
status = "okay";
};
};
};
status = "okay";
phy-handle = <&phy0>;
phy-mode = "rgmii-id";
xlnx,eth-mode = <0x1>;
mdio {
status = "okay";
#address-cells = <1>;
#size-cells = <0>;
phy0: phy@12 {
compatible = "ethernet-phy-ieee802.3-c22";
device_type = "ethernet-phy";
reg = <12>;
ti,rx-internal-delay = <0x7>;
ti,tx-internal-delay = <0x7>;
ti,fifo-depth = <0x01>;
ti,min-output-impedance;
ti,dp83867-rxctrl-strap-quirk;
status = "okay";
};
};
};
patch dev-tree
Кладем патч-файл рядом с system-user.dtsi, правим device-tree.bbappend
[ Хронологический вид ]Комментарии
Войдите, чтобы комментировать.