> For the complete documentation index, see [llms.txt](https://developer.magtek.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.magtek.com/hardware/card-readers/mms-dyna-devices/dynaflex-ii-ped/documentation/user-manuals/emvconfiguration-console-manual-linux/how-to-use-the-emvconfiguration-console.md).

# How to use the EMVConfiguration Console

## How to use the EMVConfiguration Console

The following instructions are for using the MTUSDK Test console on a Linux operating system. In these examples, lines are removed and replaced with “. . .” for brevity.

## BIN File <a href="#id-3.1_bin_file" id="id-3.1_bin_file"></a>

To send an individual BIN configuration file to the device follow these steps.

* After the name of the console, enter:

```
[cfg.bin] Name of the .bin file
-t	File type (excel or bin)
-i	File Id number. 8 digit file id.
        00000000	TERMINAL
        00000100	PROCESSING
        00000200	ENTRYPOINT
        00000300	CA KEYS
        00000500	AMEXDRL

-d	Device path. Optional if using USB. 
```

Example: Terminal configuration bin file

```
$ sudo ./emvconfiguration cfg00000000.bin –t bin –i 0000000000
```

&#x20;

* Then press Enter key. The result is shown similar as below.

```
Connect to usb progress (33)
    progress (66)
    progress (100)
    result (0)
send file – 00000000 successfully
```

* The console exits afterwards.

## Excel File

To send an Excel configuration file to the device follow these steps. Excel may contain one or multiple configurations.

* After the name of the console, enter:&#x20;

```
[cfg.xlsx] Name of the .excel file
-t              File type (excel or bin)
-d             Device path. Optional if using USB. 
```

Example: Excel configuration file

```
$ sudo ./emvconfiguration cfg.xlsx –t excel
```

* Then press Enter key. The EMVConfiguration console will connect to Magensa Remote Services, send the excel content for conversion into .bin format, and then send each .bin file to the device.

The result is shown similar as below.

<pre><code>Connect to usb 
    progress (33)
    progress (66)
<strong>    progress (100)
</strong><strong>result (0)
</strong>update config – 00000000 successfully 
    progress (4)
    progress (9)
    progress (14)
    . . .
    result (0)
update config – 00000100 successfully 
    progress (4)
    progress (9)
    progress (14)
    . . .
    result (0)
update config – 00000200 successfully 
    progress (4)
    progress (9)
    progress (14)
    . . .
    result (0)
update config – 00000300 successfully progress (4)
    progress (9)
    progress (14)
    . . .
    result (0)
update config – 00000500 successfully
</code></pre>

* The console exits afterwards.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developer.magtek.com/hardware/card-readers/mms-dyna-devices/dynaflex-ii-ped/documentation/user-manuals/emvconfiguration-console-manual-linux/how-to-use-the-emvconfiguration-console.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
