Skip to content

Integrate meta-seco-edgehog-things/EDGENG-246-one-time-partition-expansion

Commit: https://git.seco.com/edgehog/layers/seco/meta-seco-edgehog-things/-/commit/4f5d53e4726966781ca638650cb7da1a42109440

[PARTED][INITRAMFS] parted fix to gpt partition memory location no longer hardcoded

Issue: the usage of a gpt table with i.MX processor is not compatible by default. This is due to a memory conflict: the main partition table is placed into the same memory space used to flash the header of the U-Boot. This last can not be moved since the ROM code of the i.MX6 start to read to that fixed address (0x400).

Solution: With this patch of parted the gpt table is updated using the original position instead of the start of the disk.

Multiple init-boot.sh scripts are no longer necessary to handle iMX6 case.

--

Commit: https://git.seco.com/edgehog/layers/seco/meta-seco-edgehog-things/-/commit/99f27576a389f32975c2749556097b18afa1c90a

[INITRAMFS] init-boot.sh merged for all excepted iMX6

iMX8, Rockchip and intel appfs partition expansions at boot

--

Commit: https://git.seco.com/edgehog/layers/seco/meta-seco-edgehog-things/-/commit/f60cb660cb9931725b5d8473ea9cf75f2c0261bd

[INITRAMFS] splitted init-boot.sh script by architecture

iMX.8 and Rockchip appfs partition expansions at boot

Merge request reports

Loading