From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 13 May 2014 12:20:40 -0600 Subject: [U-Boot] Support for Tegra Jetson TK1 In-Reply-To: References: Message-ID: <53726278.7080107@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/13/2014 06:06 AM, Hamza Farooq wrote: > Hello, > > does the current u-boot for Tegra branch fully support Jetson TK1 board? Yes, I believe that what's in u-boot.git branch master should be enough to boot the board. I've sent various patches since then to clean up the pinmux configuration etc., but I don't think they're required for U-Boot to work. > The recent commits somehow look incomplete (I was not able to find > RAM/Flash configuration). I'm not sure what you mean by "RAM/Flash configuration". Anyway, it's likely that the following links will be useful: Background information on the Tegra boot process, flashing tools, etc.: http://http.download.nvidia.com/tegra-public-appnotes/ The simplest way to flash a Tegra device for mainline usage: https://github.com/NVIDIA/tegra-uboot-flasher-scripts (See README-developer.txt to get the source and build it, then README-user.txt to run it) I hope that answers all your questions. Let me know if you have more.