Re: [U-Boot] How to test new bootloaders on Jetson TX1? - ATF

2018-02-16 Thread Varun Wadekar
Sounds good. I reviewed the ATF change upstream. Looks good. From: Andreas Färber Sent: Friday, February 16, 2018 7:34 PM To: Varun Wadekar Cc: Tom Warren; Jonathan Hunter; linux-te...@vger.kernel.org; U-Boot; Alexander Graf; Mian Yousaf Kaukab

Re: [U-Boot] How to test new bootloaders on Jetson TX1? - ATF

2018-02-16 Thread Andreas Färber
Am 16.02.2018 um 07:18 schrieb Varun Wadekar: > Yes. That's a custom SMC we have for some non-L4T uses. It has not been > upstreamed yet. > > You can add dummy handling in tegra_sip_calls.c to move forward. Thanks, on my 1.4 based branch I succeeded to boot into Nvidia U-Boot with the following

Re: [U-Boot] How to test new bootloaders on Jetson TX1? - ATF

2018-02-15 Thread Varun Wadekar
Yes. That's a custom SMC we have for some non-L4T uses. It has not been upstreamed yet. You can add dummy handling in tegra_sip_calls.c to move forward. From: Andreas Färber Sent: Thursday, February 15, 2018 7:04 PM To: Varun Wadekar Cc: Tom

Re: [U-Boot] How to test new bootloaders on Jetson TX1? - ATF

2018-02-15 Thread Andreas Färber
Hi Varun, Am 15.02.2018 um 17:57 schrieb Varun Wadekar: > Andreas, can you try the TOS packaging script available in our public repo? > > http://nv-tegra.nvidia.com/gitweb/?p=3rdparty/ote_partner/tlk.git;a=blob;f=tools/gen_tos_part_img.py;h=47828f7028e56a6cffb9b773502b13dc431a015e;hb=HEAD

Re: [U-Boot] How to test new bootloaders on Jetson TX1?

2018-02-15 Thread Stephen Warren
On 02/14/2018 06:51 PM, Andreas Färber wrote: Hello, I would like to test the latest version of U-Boot on the Jetson TX1. Unfortunately U-Boot is lacking a README that would explain how to do that: > ... Here is some consolidated background on U-Boot on TX1: In all cases, U-Boot uses a

Re: [U-Boot] How to test new bootloaders on Jetson TX1?

2018-02-15 Thread Varun Wadekar
Andreas, can you try the TOS packaging script available in our public repo? http://nv-tegra.nvidia.com/gitweb/?p=3rdparty/ote_partner/tlk.git;a=blob;f=tools/gen_tos_part_img.py;h=47828f7028e56a6cffb9b773502b13dc431a015e;hb=HEAD Please let me know if this does not work for you. For the upstream

Re: [U-Boot] How to test new bootloaders on Jetson TX1?

2018-02-15 Thread Tom Warren
-Original Message- From: Jonathan Hunter Sent: Thursday, February 15, 2018 8:39 AM To: Andreas Färber Cc: linux-te...@vger.kernel.org; U-Boot ; Alexander Graf ; Mian Yousaf Kaukab ; Tom Warren

Re: [U-Boot] How to test new bootloaders on Jetson TX1?

2018-02-15 Thread Jon Hunter
On 15/02/18 15:12, Andreas Färber wrote: > Hi Jon, > > Am 15.02.2018 um 15:01 schrieb Jon Hunter: >> On 15/02/18 12:32, Andreas Färber wrote: >>> Am 15.02.2018 um 10:22 schrieb Jon Hunter: On 15/02/18 01:51, Andreas Färber wrote: > I would like to test the latest version of U-Boot on

Re: [U-Boot] How to test new bootloaders on Jetson TX1?

2018-02-15 Thread Andreas Färber
Hi Jon, Am 15.02.2018 um 15:01 schrieb Jon Hunter: > On 15/02/18 12:32, Andreas Färber wrote: >> Am 15.02.2018 um 10:22 schrieb Jon Hunter: >>> On 15/02/18 01:51, Andreas Färber wrote: I would like to test the latest version of U-Boot on the Jetson TX1. >> [...] Here's what I have

Re: [U-Boot] How to test new bootloaders on Jetson TX1?

2018-02-15 Thread Mikko Perttunen
On 15.02.2018 15:25, Andreas Färber wrote: Hi Mikko, Am 15.02.2018 um 08:56 schrieb Mikko Perttunen: In the cboot + U-Boot combination, cboot loads U-Boot from the usual kernel partition (LNX or kernel depending on system), so flashing U-Boot there should do the trick. I believe this did

Re: [U-Boot] How to test new bootloaders on Jetson TX1?

2018-02-15 Thread Jon Hunter
On 15/02/18 12:32, Andreas Färber wrote: > Am 15.02.2018 um 10:22 schrieb Jon Hunter: >> On 15/02/18 01:51, Andreas Färber wrote: >>> I would like to test the latest version of U-Boot on the Jetson TX1. > [...] >>> Here's what I have tried: >>> >>> $ sudo ./flash.sh p2371-2180-devkit mmcblk0p1 >>

Re: [U-Boot] How to test new bootloaders on Jetson TX1?

2018-02-15 Thread Andreas Färber
Hi Mikko, Am 15.02.2018 um 08:56 schrieb Mikko Perttunen: > In the cboot + U-Boot combination, cboot loads U-Boot from the usual > kernel partition (LNX or kernel depending on system), so flashing U-Boot > there should do the trick. I believe this did indeed change in some L4T > version, so the

Re: [U-Boot] How to test new bootloaders on Jetson TX1?

2018-02-15 Thread Andreas Färber
Am 15.02.2018 um 10:22 schrieb Jon Hunter: > On 15/02/18 01:51, Andreas Färber wrote: >> I would like to test the latest version of U-Boot on the Jetson TX1. [...] >> Here's what I have tried: >> >> $ sudo ./flash.sh p2371-2180-devkit mmcblk0p1 > This should work. Which u-boot binary are you

Re: [U-Boot] How to test new bootloaders on Jetson TX1?

2018-02-15 Thread Mikko Perttunen
Hi Andreas, In the cboot + U-Boot combination, cboot loads U-Boot from the usual kernel partition (LNX or kernel depending on system), so flashing U-Boot there should do the trick. I believe this did indeed change in some L4T version, so the wiki page needs to be updated. Tom should know more

Re: [U-Boot] How to test new bootloaders on Jetson TX1?

2018-02-15 Thread Jon Hunter
On 15/02/18 01:51, Andreas Färber wrote: > Hello, > > I would like to test the latest version of U-Boot on the Jetson TX1. > > Unfortunately U-Boot is lacking a README that would explain how to do that: > >

[U-Boot] How to test new bootloaders on Jetson TX1?

2018-02-14 Thread Andreas Färber
Hello, I would like to test the latest version of U-Boot on the Jetson TX1. Unfortunately U-Boot is lacking a README that would explain how to do that: http://git.denx.de/?p=u-boot.git;a=tree;f=board/nvidia/p2371-2180;h=097fb9aaec8abd522b7b8382e5c4169f5ea8f691;hb=HEAD I understand that the