forked from OERV-BSP/u-boot
The Pegatron Chagall (originally built by Pegatron, but later rebranded by other vendors under names Fujitsu Stylistic M532, Olivetti Olipad 3, Siragon 4N, Realpad Bunaken, DNS AirTab P110w / P110g etc) is a mostly business-oriented tablet sold in 2012 in different variants, mostly in Europe, with slight differences in storage size (16GB/32GB) and presence of built-in cellular modem. Tested-by: Raffaele Tranquillini <raffaele.tranquillini@gmail.com> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
42 lines
1.1 KiB
ReStructuredText
42 lines
1.1 KiB
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0+
|
|
|
|
U-Boot for the Pegatron Chagall tablet
|
|
======================================
|
|
|
|
Quick Start
|
|
-----------
|
|
|
|
- Build U-Boot
|
|
- Boot
|
|
|
|
Build U-Boot
|
|
------------
|
|
|
|
.. code-block:: bash
|
|
|
|
$ export CROSS_COMPILE=arm-none-eabi-
|
|
$ make chagall_defconfig
|
|
$ make
|
|
|
|
After the build succeeds, you will obtain the final ``u-boot-dtb-tegra.bin``
|
|
image, ready for loading.
|
|
|
|
Boot
|
|
----
|
|
|
|
Currently, U-Boot can be preloaded into RAM via the Fusée Gelée. To enter
|
|
RCM protocol use ``power`` and ``volume up`` key combination from powered
|
|
off device. The host PC should recognize an APX device.
|
|
|
|
Built U-Boot ``u-boot-dtb-tegra.bin`` can be loaded from fusee-tools
|
|
directory with
|
|
|
|
.. code-block:: bash
|
|
|
|
$ ./run_bootloader.sh -s T30 -t ./bct/chagall.bct
|
|
|
|
To boot Linux, U-Boot will look for an ``extlinux.conf`` on MicroSD and then on
|
|
eMMC. Additionally, if the Volume Down button is pressed while loading, the
|
|
device will enter bootmenu. Bootmenu contains entries to mount MicroSD and eMMC
|
|
as mass storage, fastboot, reboot, reboot RCM and poweroff.
|