Hi,
where is possible to find the uboot and linux kernel source code for your device? I can refer me to the xilinx git repos? In case yes do I need any additional patch for zedboard? Where I can find the right defconfigs?
Thanks in advance!
Hi,
where is possible to find the uboot and linux kernel source code for your device? I can refer me to the xilinx git repos? In case yes do I need any additional patch for zedboard? Where I can find the right defconfigs?
Thanks in advance!
I have recompiled linux using Xilinx source code. To successfully boot into the compiled kernel, FSBL must be recompiled with ZedBoard settings. DeviceTree is also changed: remove the i2c node and ethernet phy must be modified. Memory size should be set to 512MB.
How to modify the deconfig for ZED? some details?
How to modify the deconfig for ZED? some details?
I used the same kernel configuration file for ZC702 board which can be found in Xilinx kernel source. Most PS devices are functioning properly.
Hi, could you share the modifications for the zedboard define as a patch?