Skip to content

Integrate meta-seconorth-machine/kirkstone-add-fngboot-uboot-combo

Commit: seco-ne/yocto/layers/meta-seconorth-machine@18dd5209

mx6:boot: Added alternate image name

The alternate name is the same that is generated by imx-boot. It is used to generate WiC images.

--

Commit: seco-ne/yocto/layers/meta-seconorth-machine@05b8dd1f

mx6:boot: Use u-boot-imx instead of plain u-boot

It was decided to use the same sources for i.MX8 and i.MX6 for the SECO NE devices, which is the u-boot-imx.

--

Commit: seco-ne/yocto/layers/meta-seconorth-machine@c6676f5e

fngboot: Reduce padding to 128k, set package arch more specific

The oldest eMMC we have/had in use has a 1MB boot partition, so the image should fit into it. fngboot itself will never grow above 128k as this is the available SRAM size on i.MX6 Solo/DualLite. Probably, it will also never grow above 64k as the SRAM also need to contain stack and heap.

As fngboot is ment to run on SECO HMI Systems, a more specific PACKAGE_ARCH is used here. (bitbake cannot know, as it is only a binary download used).

--

Commit: seco-ne/yocto/layers/meta-seconorth-machine@393b2643

mx6:boot: Add recipe for creating binary image with fngboot and u-boot

The mx6-boot recipe will create a mx6-boot.tar.gz archive. It contains binary image containing both fngboot and u-boot binaries: mx6-boot.bin and mx6-boot.bin.md5. U-Boot binary is added this such offset, so it is located at 1MB address in a boot media device. Resulting archive will be placed to Yoctos deploy directory. If added to the image the archive will be placed to /usr/share.

Signed-off-by: Mikhail Vanyulin mikhail.vanyulin@rtsoft.de

--

Commit: seco-ne/yocto/layers/meta-seconorth-machine@45b1500a

fngboot: Move common variables to fngboot-common.inc

For easier management of fngboot related recipes, move common variables to a fngboot-common.inc.

Signed-off-by: Mikhail Vanyulin mikhail.vanyulin@rtsoft.de

--

Commit: seco-ne/yocto/layers/meta-seconorth-machine@f4e928a9

fngboot: Move install script to meta-seconorth-distro

The install scripts are all located within the distro layer. Remove the install scripts in this layer and re-create them in the distro layer.

BCS 746-001394

--

Commit: seco-ne/yocto/layers/meta-seconorth-machine@d255cfee

fngboot: Added preliminary release of Flash-N-Go Boot 15

The release is required to build a combined image of fngboot and U-Boot.

BCS 746-001416

--

Commit: seco-ne/yocto/layers/meta-seconorth-machine@4cba8aa1

fngboot: Removed release specific info from fngboot.inc

The version, data, URL, etc. should be in the actual fngboot release to allow for additional releases to be added.

BCS 746-001416

--

Commit: seco-ne/yocto/layers/meta-seconorth-machine@ee76809b

fngboot: Remove Flash-N-Go Boot 13

BCS 746-001394

Merge request reports

Loading