kumquat-buildroot/board/olimex/stmp1_olinuxino/readme.txt
Francois Perrad 47913a504b board/olimex/stmp1_olinuxino: add STMP157-OLinuXino-LIME2 board support
kernel & uboot come from Olimex forks

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-12-26 23:41:48 +01:00

54 lines
1.2 KiB
Plaintext

STMP157-OLinuXino-LIME2
Intro
=====
These are open hardware boards, all based on the STmicro STMP157 SoC.
for more details about the board see the following pages:
- https://www.olimex.com/Products/OLinuXino/open-source-hardware
- https://www.olimex.com/Products/OLinuXino/STMP1/STMP157-OLinuXino-LIME2/
The following defconfigs are available:
- olimex_stmp157_olinuxino_lime_defconfig
How to build it
===============
Configure Buildroot:
$ make <board>_defconfig
Compile everything and build the rootfs image:
$ make
Result of the build
-------------------
After building, you should get a tree like this:
output/images/
+-- rootfs.ext2
+-- rootfs.ext4 -> rootfs.ext2
+-- sdcard.img
+-- stm32mp1xx-olinuxino-lime.dtb
+-- u-boot-spl.stm32
+-- u-boot.img
`-- zImage
How to write the SD card
========================
The sdcard.img file is a complete bootable image ready to be written
on the boot medium. To install it, simply copy the image to a uSD
card:
# dd if=output/images/sdcard.img of=/dev/sdX
Where 'sdX' is the device node of the uSD.
Eject the SD card, insert it in the STMP1-OLinuXino board, and power it up.