Tool/software:
hello
We are using the NOR flash S28HS512TGABHM010, and the following error occurs in U-Boot:
=> sf probe k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
jedec_spi_nor flash@0: non-uniform erase sector maps are not supported yet.
SF: Detected s28hs512t with page size 256 Bytes, erase size 256 KiB, total 64 MiB
Questions:
-
Should we use this NOR flash?
The partition table is as follows: -
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;partition@0 {
label = "ospi.tiboot3";
reg = <0x0 0x80000>;
};partition@80000 {
label = "ospi.tispl";
reg = <0x80000 0x200000>;
};partition@280000 {
label = "ospi.u-boot";
reg = <0x280000 0x400000>;
};partition@680000 {
label = "ospi.env";
reg = <0x680000 0x40000>;
};partition@6c0000 {
label = "ospi.sysfw";
reg = <0x6c0000 0x100000>;
};partition@7c0000 {
label = "ospi.env.backup";
reg = <0x7c0000 0x40000>;
};partition@800000 {
label = "ospi.rootfs";
reg = <0x800000 0x37c0000>;
};partition@3fc0000 {
label = "ospi.phypattern";
reg = <0x3fc0000 0x40000>;
};
};Regarding the PHY file for S28HS512TGABHM010:
According to the post here(software-dl.ti.com/.../UG-QSPI.html) the PHY file (ospi_phy_pattern
) for MT35XU512ABA is available for download. However, can the PHY file for S28HS512TGABHM010 be provided?
thank you