[elbe-users] [newbie] Including Custom Device tree & custom uboot

Ralf Schlatterbeck rsc at runtux.com
Mon Feb 4 10:52:32 CET 2019


On Mon, Feb 04, 2019 at 10:45:17AM +0100, Ralf Schlatterbeck wrote:
> What you need to do for your chipset for a successful boot may differ a
> lot (e.g. if you don't have an SD image but need to use a NAND flash or
> similar).

Just to document what I'm doing here, your procedure will probably
differ.
Elbe allows to put a binary image onto the bootloader part of an
SD-image using the binary stanza in xml, I have:

    <images>
      <msdoshd>
        <name>sdcard.img</name>
        <size>1900MiB</size>
	  <binary offset="8" blocksize="1024">u-boot.bin</binary>

Which basically says "put the file u-boot.bin at the start-position
 1024 * 8 = 8192 = 0x2000 on the SD-card image.

Ralf
-- 
Dr. Ralf Schlatterbeck                  Tel:   +43/2243/26465-16
Open Source Consulting                  www:   http://www.runtux.com
Reichergasse 131, A-3411 Weidling       email: office at runtux.com



More information about the elbe-users mailing list