Newer
Older
barebox / Documentation / boards / at91 / microchip-at91sam9261-ek.rst
@Sam Ravnborg Sam Ravnborg on 8 Jan 2019 536 bytes doc: add at91 documentation
Atmel AT91SAM9261-EK Evaluation Kit
===================================

For AT91SAM9261-EK there are three defconfigs.

The two defconfigs listed below are almost identical.
The one named _first_stage_ can be used for FLASH as it allows the first part to be loaded to SRAM.

.. code-block:: sh

  make ARCH=arm at91sam9261ek_defconfig
  make ARCH=arm at91sam9261ek_first_stage_defconfig

The following defconfig can be used to build a bootstrap variant of barebox

.. code-block:: sh

  make ARCH=arm at91sam9261ek_bootstrap_defconfig