Skip to content

Instantly share code, notes, and snippets.

@DhruvaG2000
Created March 23, 2023 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DhruvaG2000/874b3eb683bba92f25d7fe49d09f76fa to your computer and use it in GitHub Desktop.
Save DhruvaG2000/874b3eb683bba92f25d7fe49d09f76fa to your computer and use it in GitHub Desktop.
git log:
c1d2fd6a9e7e (HEAD -> master) spi: cadence-quadspi: Use STIG mode for all ops with small payload
a1b323d31944 spi: cadence-quadspi: Fix check condition for DTR ops
c84a00a64705 (origin/master, origin/HEAD) Merge branch '2023-03-22-assorted-fixes'
################## AM62 SK EVM UBoot console with sf r/w/update commands: #########################################
U-Boot 2023.04-rc4-00046-gc1d2fd6a9e7e (Mar 23 2023 - 21:50:54 +0530)
SoC: AM62X SR1.0 HS-FS
Model: Texas Instruments AM625 SK
DRAM: 2 GiB
Core: 50 devices, 20 uclasses, devicetree: separate
MMC: mmc@fa10000: 0, mmc@fa00000: 1, mmc@fa20000: 2
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
Net: eth0: ethernet@8000000port@1
Hit any key to stop autoboot: 0
=>
=> sf probe
SF: Detected s28hs512t with page size 256 Bytes, erase size 256 KiB, total 64 MiB
=>
SF: Detected s28hs512t with page size 256 Bytes, erase size 256 KiB, total 64 MiB
=> random 0x90000000 0x2000000
33554432 bytes filled with random data
=> sf update 0x90000000 0x0 0x2000000
device 0 offset 0x0, size 0x2000000
33554432 bytes written, 0 bytes skipped in 191.464s, speed 180400 B/s
=> sf read $loadaddr 0x0 0x2000000
device 0 offset 0x0, size 0x2000000
SF: 33554432 bytes @ 0x0 Read: OK
=> cmp.b $loadaddr 0x90000000 0x2000000
Total of 33554432 byte(s) were the same
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment