1:orphan:
2
3.. _up_squared_pro_7000_board:
4
5UP Squared Pro 7000
6###################
7
8Overview
9********
10
11UP Squared Pro 7000 is the 3rd generation of palm-sized developer board of
12UP Boards series. UP Squared Pro 7000 is powered by Intel Alder Lake N
13(Intel N-series Platform).
14
15For more information about Intel N-series Platform please refer to
16:ref:`intel_adl_n`.
17
18This board configuration enables kernel support for the UP Squared Pro 7000 boards.
19
20Hardware
21********
22
23General information about the board can be found at the `UP Squared Pro 7000`_ website.
24
25Connections and IOs
26===================
27
28Refer to the `UP Squared Pro 7000`_ website for more information.
29
30Programming and Debugging
31*************************
32
33Use the following procedures for booting an image for an UP Squared Pro 7000 board.
34
35.. contents::
36   :depth: 1
37   :local:
38   :backlinks: top
39
40Build Zephyr application
41========================
42
43#. Build a Zephyr application; for instance, to build the ``hello_world``
44   application for UP Squared Pro 7000 board:
45
46   .. zephyr-app-commands::
47      :zephyr-app: samples/hello_world
48      :board: up_squared_pro_7000
49      :goals: build
50
51   .. note::
52
53      A Zephyr EFI image file named :file:`zephyr.efi` is automatically
54      created in the build directory after the application is built.
55
56Connect Serial Console
57======================
58
59Current board configuration assumes that serial console is connected to
60connector ``CN14 USB 2.0/UART 1x10P Wafer``. Refer to `User Manual`_ for
61description of the connector and location on the board.
62
63Refer to `UP Serial Console`_ for additional information about serial
64connection setup.
65
66Booting the UP Squared Pro 7000 Board using UEFI
67================================================
68
69.. include:: ../../../intel/common/efi_boot.rst
70   :start-after: start_include_here
71
72Booting the UP Squared Pro 7000 Board over network
73==================================================
74
75.. include:: ../../../intel/common/net_boot.rst
76   :start-after: start_include_here
77
78References
79**********
80
81.. target-notes::
82
83.. _UP Squared Pro 7000: https://up-board.org/up-squared-pro-7000/
84.. _User Manual: https://downloads.up-community.org/download/up-squared-pro-7000-user-manual/
85.. _UP Serial Console: https://github.com/up-board/up-community/wiki/Serial-Console
86