From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anand Moon Date: Sat, 17 Aug 2019 00:23:35 +0530 Subject: [U-Boot] [PATCH v2 1/2] arm: dts: rock960: Enable booting from eMMC when using SPL In-Reply-To: References: <20190729135228.2878-1-manivannan.sadhasivam@linaro.org> <9870036c-d5f2-8137-b4e7-b5447a295b96@rock-chips.com> 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 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. Best Regards -Anand