From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 24B5AE004DD; Thu, 14 Aug 2014 12:53:38 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from ptmx.org (ptmx.org [178.63.28.110]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 012A8E0034B for ; Thu, 14 Aug 2014 12:53:36 -0700 (PDT) Received: from [192.168.178.14] (chello062178118086.5.14.vie.surfer.at [62.178.118.86]) by ptmx.org (Postfix) with ESMTPSA id 6922F3349E for ; Thu, 14 Aug 2014 21:53:35 +0200 (CEST) Message-ID: <53ED13BE.2090809@pseudoterminal.org> Date: Thu, 14 Aug 2014 21:53:34 +0200 From: Carlos Rafael Giani User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: meta-ti@yoctoproject.org Subject: BeagleBone Black , u-boot, and zImage X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2014 19:53:38 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello, after building a rootfs for the Beaglebone Black, I see the following files in the deploy folder for the machine: MLO u-boot.img u-boot-spl.bin zImage as well as other symlinks with "-beaglebone" attached to their filenames. What should I copy, the SPL bin, or the .img u-boot binary? Also, u-boot tries to load a uImage, even though a zImage was built. There is also no uEnv.txt file. Do I have to write one to be able to let u-boot load the zImage, or should it work out-of-the-box?