Lines Matching full:flash
1 .. zephyr:code-sample:: flash-shell
2 :name: Flash shell
5 Explore a flash device using shell commands.
10 This is a simple shell module that allows arbitrary boards with flash
11 driver support to explore the flash device.
30 uart:~$ flash page_info 0
35 uart:~$ flash erase 0x1000
37 uart:~$ flash write 0x1000 0x12345678 0x9abcdef0
40 uart:~$ flash write 0x1000 0x11111111
42 uart:~$ flash read 0x1000 0x10
45 uart:~$ flash write 0x101c 0xabcd1234
48 uart:~$ flash read 0x1000 0x20