Skip to content

Integrate yocto-install/fix-mx6-b-installation

Commit: seco-ne/tools/yocto-install@431528be

Update fng-install.sh.in

Commit: seco-ne/tools/yocto-install@0fd59e29

fng-install.sh.in: fix b installation for imx6

This is a fix for issue [746-001621] install-script: B Installation does not work correctly for imx6. Previously boot.scr was only present for iMX8 boards and fng-install script only copied boot.scr for them. Once u-boot was added to iMX6 boards, boot.scr also appeared on them, and script no longer copied boot.cfg to bootB.cfg. As a result, fngboot fails to boot from B partition. boot.cfg is now also moved if we are on iMX6 board and boot.scr was found.

Signed-off-by: Dmitry Petrov dmitry.petrov@rtsoft.de

Merge request reports

Loading