From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Anderson Date: Wed, 24 Feb 2021 10:08:24 -0500 Subject: Is it possible to place uImage in eMMC boot0 partition? In-Reply-To: <395ceced4e08deb903fb55f47d828a5f@spider.vc> References: <395ceced4e08deb903fb55f47d828a5f@spider.vc> Message-ID: <602d1610-bc37-8245-cd2b-b759d6a6a61d@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2/24/21 6:06 AM, ??????? ?????? wrote: > Hello! > Is it possible to place uImage in eMMC boot0 partition? > Now I had wrote U-Boot to mmcblk1boot0 and placed Environment in same > partition. > > -- Use the `mmc dev` to set the hardware partition before using `mmc read`. If you want to use a filesystem, you can specify it like load mmc device.hwpart:softpart addr filename # etc... See [1] for more information. [1] https://patchwork.ozlabs.org/project/uboot/patch/20210205143902.1819189-11-sean.anderson at seco.com/ --Sean