AXEL ULite SOM/AXEL ULite Hardware/Power and Reset/Boot process and bootstrap configuration

From DAVE Developer's Wiki
Jump to: navigation, search

Introduction[edit | edit source]

NXP iMX6UL processor implements a very flexible boot process. This versatility comes at the price of a non trivial bootstrap configuration scheme. Typical system-on-module (SOM for short) adopter does not want/need to deal with such complexity. In other words he/she expects to manage few - virtually none! - boot configuration issues because it is assumed they are handled by the SOM itself. Nevertheless, there are specific applications where the system integrator needs full control of all the bootstrap configuration options, even if the design is built upon a SOM.

These two needs - ease of use and configurability - clearly push in opposite directions. During the conception of the product AXELULite, specific attention has been addressed to find a viable trade off to satisfy such requirements. This effort has led to the options that are detailed in the section #Options for AXELULite users. Before skipping to it, it is recommended to read the following section that depicts an overview of the processor's boot process. For more details about

Overview of NXP iMX6UL bootstrap process[edit | edit source]

When it comes to boot process, three factors play a major role:

  • BOOT_MODE signals (BOOT_MODE1, BOOT_MODE0)
  • eFUSE bits
  • GPIO settings.

Generally speaking, thre


Options for AXELULite users[edit | edit source]