Features

Key Features

  • Command line interface
  • Supported console mode interfaces: UART, USB
  • Supported console mode interface Ethernet for local limited network
  • Support for JTAG interface
  • All netX SoC are supported
  • Read / write / erase and verify commands supported
  • Internal Flash of netX 90 is supported
  • External serial Flash at SQI interface is supported
  • External parallel Flash is supported
  • eMMC / SDcards at SDIO interface of netX 4000 are supported
    • Support limited to bare metal, NO support for file transfer into a file systems at eMMC / SD cards
  • Support for Windows and Linux


Side effects of CLI Flasher command "flash"

Implicit erase

The flash command implemented in the CLI Flasher checks, if the area is erased, before it starts the flash process. If it is not erased, than a block erase (4kByte) is executed before the flash process. This behavoiur may destroy data around the written data.

Alignment

The start offset for a netX 90 internal flashes has to be 16bytes aligned, because of the by default enabled internal ECC protection for the internal flash area.

Limit the start offset for any flash command to the 4kByte boundary.

On this page