From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anand Moon Date: Sat, 17 Aug 2019 10:00:03 +0530 Subject: [U-Boot] [PATCH v2 1/2] arm: dts: rock960: Enable booting from eMMC when using SPL In-Reply-To: <20190817032341.GA14652@Mani-XPS-13-9360> References: <20190729135228.2878-1-manivannan.sadhasivam@linaro.org> <9870036c-d5f2-8137-b4e7-b5447a295b96@rock-chips.com> <20190817032341.GA14652@Mani-XPS-13-9360> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi Manivannan, On Sat, 17 Aug 2019 at 08:53, Manivannan Sadhasivam wrote: > > Hi, > > On Sat, Aug 17, 2019 at 12:23:35AM +0530, Anand Moon wrote: > > Hi All, > > > > On Mon, 5 Aug 2019 at 20:09, Peter Robinson wrote: > > > > > > On Mon, Aug 5, 2019 at 1:54 PM Kever Yang wrote: > > > > > > > > > > > > On 2019/7/29 下午9:52, Manivannan Sadhasivam wrote: > > > > > This commits enables booting from eMMC when using SPL on 96Boards > > > > > Rock960 board by adding SDHCI to boot order. Since the SDHCI driver > > > > > already has the reloc flag, this works straightaway. While we are at it, > > > > > let's also include the common u-boot dtsi for rk3399. > > > > > > > > > > Signed-off-by: Manivannan Sadhasivam > > > > > > > > Reviewed-by: Kever Yang > > > > > > Tested-by: Peter Robinson > > > > > > > I have with me Rock960 model A board, I could not get the > > board to boot up using SPL image using microSD card. > > > > Build spl image for rock960 > > [1] https://pastebin.com/6gMPyNr1 > > > > Console log of boot failed. > > [2] https://pastebin.com/EvWzjD0y > > > > Could some body share the correct steps to build the spl image > > for Rock960 Model A board for microSD card. > > > > You seems to be using vendor u-boot! Please forward your questions to > 96Boards forum: https://discuss.96boards.org/c/products/rock960 > > Mailing list only covers issues with upstream u-boot. Ok I will post my query over their on the forum. Yes here is the boot log form my latest Non SPL boot from sdcard. [0] https://pastebin.com/thSWWjPv so I am able to boot using latest u-boot. But when I build the u-boot using below steps it fails to boot. [1] https://pastebin.com/6gMPyNr1 Best Regards -Anand