# Logging - Part 3: Sending the Script to the Hardware

### 1. Send the Script to Hardware:&#x20;

Sending the script to the hardware is done the same way as normal with one extra step.  In the [CoreMini Console](https://docs.intrepidcs.com/vspy-3-documentation/3.26.2/vehicle-spy-main-menus/main-menu-tools/utilities-coremini-console), the SD Card Partition tab lets you configure the number of partitions to use.  The example for this application note uses 60 partitions.  Keep in mind that the more partitions used, the fewer number of messages that can be stored per partition.

![](https://content.gitbook.com/content/IBP8B63pA3aIRGlHBRyH/blobs/kF5sfNPFwRqId0JH1fir/appnotCMPartPartition.gif)

### 2. Extract the Data:&#x20;

When the data is extracted from the SD Card, the files extracted will have the partition index in the file name.


---

# Agent Instructions: 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:

```
GET https://docs.intrepidcs.com/vspy-3-documentation/3.26.2/application-notes/application-note-coremini-partition-logging/logging-part-3-sending-the-script-to-the-hardware.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
