From bd83779624c3e42c9b4af2aacf2c462b13ad4d03 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Thu, 14 Jul 2022 17:41:14 +0200 Subject: [PATCH] Updated Einfo --- .../u-boot-pinephone-pro/u-boot-pinephone-pro-2022.07.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-embedded/u-boot-pinephone-pro/u-boot-pinephone-pro-2022.07.ebuild b/dev-embedded/u-boot-pinephone-pro/u-boot-pinephone-pro-2022.07.ebuild index 63239e5..857f950 100755 --- a/dev-embedded/u-boot-pinephone-pro/u-boot-pinephone-pro-2022.07.ebuild +++ b/dev-embedded/u-boot-pinephone-pro/u-boot-pinephone-pro-2022.07.ebuild @@ -108,4 +108,5 @@ pkg_postinst() { einfo "# dd if=/boot/idbloader.img of=/dev/mmcblkX seek=64 conv=notrunc,fsync" einfo "# dd if=/boot/u-boot.itb of=/dev/mmcblkX seek=16384 conv=notrunc,fsync" einfo "Due to the Boot Priority for the PPP it is HIGHLY recommended to not put U-Boot on the eMMc because there is no easy way to recover is something went wrong." + einfo "If you want U-Boot tools installed you can emerge dev-embedded/u-boot-tools." }