> For the complete documentation index, see [llms.txt](https://docs.aic-eec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aic-eec.com/interfacing-with-infineon-psoc-tm-edge/infineon-psoc-tm-edge/first-power-up.md).

# First Power-up

## Connect and power up the board

1. Ensure that the Boot configuration switch (SW6) is in OFF position
2. Ensure that jumpers are set to their default positions as below: • J22, J23: 2-3 • J18, J24, J25, J26: SHORT • J20, J21: OPEN
3. Connect the camera module cable to USB host Type-A connector on baseboard(J27)
4. Connect the KitProg3 USB connector (J8) to your PC using the Type-C to Type-C USB cable
5. Ensure that the power LED (D1, yellow) on the base board is ON
6. Ensure that the power LED (D3, yellow) on the System on Module (SOM) board is ON

<div data-full-width="true"><figure><img src="/files/lKlUmoxL2RvAFrAdiNXw" alt=""><figcaption></figcaption></figure></div>

#### Run the pre-programmed code examples

1. Observe the splash screen boot-up on the 4.3 inch display
2. A carousal menu appears listing the demo applications pre-programmed into the kit
3. Select the application to be demonstrated

<div data-full-width="true"><figure><img src="/files/0W3Y5JVM1GOIdN9AoCkt" alt=""><figcaption></figcaption></figure></div>

4. Follow the instructions (if any) presented by the demo app
5. Press the Home button to get back to main menu
6. Press the XRES button (SW1) to reboot the device to splash screen (if required)
7. Visit the PSOC™ Edge E84 Evaluation Kit webpage for latest software and other kit documentation


---

# 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://docs.aic-eec.com/interfacing-with-infineon-psoc-tm-edge/infineon-psoc-tm-edge/first-power-up.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.
