工具与软件:
你好
我们使用 NOR 闪存 S28HS512TGABHM010 、在 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:尚不支持非均匀擦除扇区映射。
SF:检测到 s28hs512t 页面大小为256字节、擦除大小为256 KiB、总共为64 MiB
问题:
-
使用 NOR 闪存。
分区表如下所示: -
分区{
Compatible ="固定分区";
#address-cells =<1>;
#size-cells =<1>;分区@0{
label ="ospi.tiboot3";
REG =<0x0 0x80000>;
};分区@80000{
label ="ospi.tispl";
REG =<0x80000 0x200000 >;
};分区@280000 {
label ="ospi.u-boot";
REG =<0x280000 0x400000>;
};分区@680000 {
label ="ospi.env";
REG =<0x680000 0x40000>;
};分区@6c0000 {
label ="ospi.sysfw";
REG =<0x6c0000 0x100000>;
};分区@7c0000 {
label ="ospi.env.backup";
REG =<0x7c0000 0x40000>;
};分区@800000{
label ="ospi.rootfs";
REG =<0x800000 0x37c0000>;
};分区@3fc0000 {
label ="ospi.phypatern";
REG =<0x3fc0000 0x40000>;
};
};关于 S28HS512TGABHM010的 PHY 文件:
根据 这篇文章(software-dl.ti.com/.../UG-QSPI.html)的 PHY 文件(ospi_phy_pattern
) MT35XU512ABA 是可以下载的。 但是可以为其配置 PHY 文件 S28HS512TGABHM010 直流电压?
谢谢你