Lines Matching full:sf
23 U-Boot# sf probe 0
24 SF: Detected S25FL256S_64K with page size 256 Bytes, erase size 64 KiB, total 32 MiB, mapped at 5c0…
25 U-Boot# sf erase 0 0x10000
26 SF: 65536 bytes @ 0x0 Erased: OK
27 U-Boot# sf erase 0x20000 0x10000
28 SF: 65536 bytes @ 0x20000 Erased: OK
29 U-Boot# sf erase 0x30000 0x10000
30 SF: 65536 bytes @ 0x30000 Erased: OK
31 U-Boot# sf erase 0x40000 0x10000
32 SF: 65536 bytes @ 0x40000 Erased: OK
33 U-Boot# sf erase 0x50000 0x10000
34 SF: 65536 bytes @ 0x50000 Erased: OK
35 U-Boot# sf erase 0x60000 0x10000
36 SF: 65536 bytes @ 0x60000 Erased: OK
37 U-Boot# sf write 82000000 0 0x10000
38 SF: 65536 bytes @ 0x0 Written: OK
39 U-Boot# sf write 83000000 0x20000 0x60000
40 SF: 393216 bytes @ 0x20000 Written: OK