Advertisement
Guest User

openocd-flash-write-image

a guest
May 13th, 2024
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. > help flash
  2. flash
  3. NOR flash command group (command valid any time)
  4. flash bank bank_id driver_name base_address size_bytes chip_width_bytes
  5. bus_width_bytes target [driver_options ...]
  6. Define a new bank with the given name, using the specified NOR
  7. flash driver. (configuration command)
  8. flash banks
  9. Display table with information about flash banks. (command valid
  10. any time)
  11. flash init
  12. Initialize flash devices. (configuration command)
  13. flash list
  14. Returns a list of details about the flash banks. (command valid any
  15. time)
  16. gdb_flash_program ('enable'|'disable')
  17. enable or disable flash program (configuration command)
  18. mflash
  19. mflash command group (command valid any time)
  20. mflash bank soc_type base_addr pin_id target
  21. configure a mflash device bank (configuration command)
  22. mflash init
  23. initialize mflash devices (configuration command)
  24. nand
  25. NAND flash command group (command valid any time)
  26. program <filename> [address] [verify] [reset] [exit]
  27. write an image to flash, address is only required for binary images.
  28. verify, reset, exit are optional (command valid any time)
  29. > flash write_image at91bootstrap.cfg 0x10000000
  30. invalid subcommand "write_image at91bootstrap.cfg 0x10000000"
  31. in procedure 'flash'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement