1.. _intel_adl_n:
2
3Alder Lake N
4############
5
6Overview
7********
8Alder Lake processor is a 64-bit multi-core processor built on 10-nanometer
9technology process.
10
11Currently supported is N-processor line, Single Chip Platform that consists of
12the Processor Die and Alder Lake N Platform Controller Hub (ADL-N PCH) Die on
13the same package as Multi-Chip Package (MCP).
14
15Proposed branding for Adler Lake N is Intel Processor (N100,N200) and
16Intel Core i3 (N300, N305).
17
18Alder Lake N Customer Reference Board (ADL-N CRB) and Alder Lake Reference
19Validation Platform (ADL-N RVP) are example implementations of compact single
20board computer with high performance for IoT edge devices.
21
22This board configuration enables kernel support for the Alder Lake N boards.
23
24Hardware
25********
26
27General information about the board can be found at the `INTEL_ADL`_ website.
28
29Connections and IOs
30===================
31
32Refer to the `INTEL_ADL`_ website for more information.
33
34Programming and Debugging
35*************************
36Use the following procedures for booting an image for an Alder Lake N CRB board.
37
38.. contents::
39   :depth: 1
40   :local:
41   :backlinks: top
42
43Build Zephyr application
44========================
45
46#. Build a Zephyr application; for instance, to build the ``hello_world``
47   application for Alder Lake N CRB:
48
49   .. zephyr-app-commands::
50      :zephyr-app: samples/hello_world
51      :board: intel_adl_crb
52      :goals: build
53
54   .. note::
55
56      A Zephyr EFI image file named :file:`zephyr.efi` is automatically
57      created in the build directory after the application is built.
58
59Booting the Alder Lake N CRB Board using UEFI
60=============================================
61
62.. include:: ../../../intel/common/efi_boot.rst
63   :start-after: start_include_here
64
65.. _INTEL_ADL: https://edc.intel.com/content/www/us/en/design/products/platforms/processor-and-core-i3-n-series-datasheet-volume-1-of-2/
66