Attention: For security reasons,please choose a user name *different* from your login name.
Also make sure to choose a secure password and change it regularly.
> sf probe
> sf read 20000000 0 100
> md.b 20000000 100
ZynqMP> sf probe
SF: Detected n25q00a with page size 512 Bytes, erase size 128 KiB, total 144 MiB
/*------------------ QSPI PHY --------------------*/
&qspi {
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
flash0: flash@0 {
compatible = "jedec,spi-nor";
reg = <0x0>;
#address-cells = <1>;
#size-cells = <1>;
spi-rx-bus-width = <4>;
spi-tx-bus-width = <4>;
spi-max-frequency = <90000000>;
};
};
Quote from: agamboa on March 02, 2026, 09:04:15 AMThis is great news! Thank you very much!yes optionally those can be accessed from the FPGA as well, but you would need to modify the CPLD code for that access. So it easier to use EX_IO5..8
I was also wondering about the EX_IO1..EX_IO4 outputs of the PMOD connector, these are connected directly to one of the CPLDs on the carrier. Can these pins be managed by the MPSoC? Is the CPLD acting here as a level shifter too?
Best regads.
Page created in 0.014 seconds with 14 queries.