Part Number: TMDS64GPEVM
I am trying to write u-boot*.img and kernel image to OSPI flash with sf update.
But sometimes 'sf update' command frozen.
device 0 offset 0x800000, size 0x9a763f Updating, 30% 214481 B/s......................
Also I am trying to load kernel from OSPI flash. There is a something strange situation, the first 'booti; command is not work but if I try to execute same command it works.
Environment size: 2197/131068 bytes => boot SF: Detected s28hs512t with page size 256 Bytes, erase size 256 KiB, total 64 MiB device 0 offset 0x700000, size 0x10000 SF: 65536 bytes @ 0x700000 Read: OK device 0 offset 0x800000, size 0x1000000 SF: 16777216 bytes @ 0x800000 Read: OK Bad Linux ARM64 Image magic! => boot SF: Detected s28hs512t with page size 256 Bytes, erase size 256 KiB, total 64 MiB device 0 offset 0x700000, size 0x10000 SF: 65536 bytes @ 0x700000 Read: OK device 0 offset 0x800000, size 0x1000000 SF: 16777216 bytes @ 0x800000 Read: OK Uncompressing Kernel Image ## Flattened Device Tree blob at 86000000 Booting using the fdt blob at 0x86000000 Loading Device Tree to 00000000fdec4000, end 00000000fded4904 ... OK Starting kernel ...
u-boot-ti-staging_2021.01 PR = "r33" SRCREV = "5c309ada0dc694481faff408c0a18d3c2cc6b3bb" linux-ti-staging-rt_5.10 SRCREV = "68fc01ea968bee63f646fd3147d84b368483f206" PV = "5.10.140+git${SRCPV}"