buildroot/board/uevm5432
Vincent Stehlé 6df6286b78 configs/uevm5432_defconfig: bump Linux and U-Boot
- Bump Linux kernel to v6.8.10.
  The Devicetree has moved; update our config accordingly.

- Bump U-Boot to 2023.04.
  This is the most recent version we can use as U-Boot 2023.07 dropped
  support for the uevm.
  OpenSSL is now required for the build.
  The default boot method has changed; switch to booting with an extlinux
  configuration to overcome this.

Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-07-13 00:04:23 +02:00
..
extlinux.conf configs/uevm5432_defconfig: bump Linux and U-Boot 2024-07-13 00:04:23 +02:00
genimage.cfg configs/uevm5432_defconfig: bump Linux and U-Boot 2024-07-13 00:04:23 +02:00
post-build.sh configs/uevm5432_defconfig: bump Linux and U-Boot 2024-07-13 00:04:23 +02:00
readme.txt configs/uevm5432: new defconfig 2021-05-19 13:42:28 +02:00

OMAP5432 uEVM
=============

This file documents the Buildroot support for the OMAP5432 uEVM[1], a
single-board computer development platform based on the Texas Instruments
OMAP5432 system on a chip (SoC).

How to build
============

  $ make uevm5432_defconfig
  $ make

How to write the SD card
========================

Once the build process is finished you will have an image called "sdcard.img"
in the output/images/ directory.

Copy the bootable "sdcard.img" onto an SD card with "dd":

  $ sudo dd if=output/images/sdcard.img of=/dev/sdX
  $ sync

Where /dev/sdX is the device node of your SD card (may be /dev/mmcblkX instead
depending on setup).

To boot from SD card, set the SYSBOOT switches S1 of your OMAP5432 uEVM to the
following position:

  ON   x   x
     x   x
     1 2 3 4

Insert the micro SDcard in your OMAP5432 uEVM, and power it up with the POWER
ON push button switch S3. The console is on the micro USB Debug UART, with
serial settings 115200 8N1. Refer also to the quick start guide[2].

[1]: https://svtronics.com/5432
[2]: https://www.ti.com/lit/ug/swcu131/swcu131.pdf