Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-06-05 Thread Thomas Hoff
Awesome! Thanks Simon. Hey Matthew, you get any further with this? Cheers, Thomas On Mon, Jun 5, 2017 at 12:59 PM, Simon Glass wrote: > Hi, > > On 5 May 2017 at 12:02, Matthew Gorski wrote: > > > > > > > > On Fri, May 5, 2017 at 1:54 PM, Thomas Hoff

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-06-05 Thread Simon Glass
Hi, On 5 May 2017 at 12:02, Matthew Gorski wrote: > > > > On Fri, May 5, 2017 at 1:54 PM, Thomas Hoff wrote: >> >> Hey Matthew, >> >> Did you have any luck with this? I was attempting to do this a while back >> with no success. >> >> Cheers, >>

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-05 Thread Matthew Gorski
> > > > > > > > http://git.denx.de/?p=u-boot.git;a=summary >> >>>> > > > > > > > > > > > >> >>>> > > > > > > > > > > > There are various custodian branches but I >> don't >>

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-05 Thread Thomas Hoff
gt;>>> > > > > > > > > > > > - Simon > >>>> > > > > > > > > > > > > >>>> > > > > > > > > > > > >>>> > > > > > > &

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-03 Thread Matthew Gorski
> > > >>>> > > > > > > > > > > CONFIG_SPL_TEXT_BASE 0x80108000 >>>> > > > > > > > > > > >>>> > > > > > > > > > > >>>> > > > > > >

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-02 Thread Simon Glass
> > >>>> > > > > > > > > > > CONFIG_SPL_TEXT_BASE 0x80108000 >>>> > > > > > > > > > > >>>> > > > > > > > > > > >>>> > > > > > > > > &

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-02 Thread Matthew Gorski
t; > > > > > CONFIG_DISPLAY_PORT=y >>> > > > > > > > > > >>> > > > > > > > > > Do you mean CONFIG_DISPLAY? If so, it is already >>> > > > > > > > > > defined. >>

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-02 Thread Matthew Gorski
gt; >> > > > > > > > > > > >> > > > > > > > > > > for the console to display command prompt. >> > > > > > > > > > > >> > > > > > > > > > > >> > > > > >

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-02 Thread Matthew Gorski
> > > > > > > > > > ot.git/ > > > > > > > > > > > > commit/?h=nyan-big > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Do I need to adjust: > >

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-02 Thread Sjoerd Simons
; > > > > > > > > > > > > >         load = <0>; > > > > > > > > > > entry = <0>; > > > > > > > > > > > > > > > > > > > > > >

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-02 Thread Tomeu Vizoso
>> > >>>> >> >> > >>>> >> >> > /dts-v1/; >>>> >> >> > >>>> >> >> > / { >>>> >> >> > description = "U-Boot + FDT - THIS PADDING IS

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-02 Thread Tomeu Vizoso
t;> >> >> > description = "U-Boot + FDT - THIS PADDING IS NEEDED >>> SO >>> >> >> > THE >>> >> >> > IMAGE STARTS AT THE RIGHT OFFSET"; >>> >> >> >>> >> >>

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-01 Thread Matthew Gorski
>> > >> >> > >> >> > #address-cells = <1>; > >> >> > images { > >> >> > kernel@1{ > >> >> > description = "kernel"; > >> >> > dat

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-01 Thread Simon Glass
gt; >> > type = "kernel_noload"; >> >> > arch = "arm"; >> >> > os = "linux"; >> >> > compression = "none"; >> >> > load = <0>

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-01 Thread Matthew Gorski
; > >> > entry = <0>; > >> > }; > >> > fdt@1{ > >> > description = "tegra124-nyan-big.dtb"; > >> > data = /incbin/("dts/dt.dtb"); > >> > ty

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-01 Thread Matthew Gorski
;arm"; > >> > os = "linux"; > >> > compression = "none"; > >> > load = <0>; > >> > entry = <0>; > >> > }; > >> > fdt@1{ > >> &

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-01 Thread Simon Glass
> >> >> > How did you choose what to use? Also note that Tegra uses SPL to >> >> > start, so you may need to adjust CONFIG_SPL_TEXT_BASE instead. >> >> > >> >> >> >> >> >> I am creating my sdcard with a standard linux

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-01 Thread Matthew Gorski
; >> MB > >> >> kernel image partition > >> >> sudo cgpt add -b 32802 -s -t > rootfs > >> >> > >> >> > >> >> cgpt doesn't seem to create a protective MBR. If one is not already > in > >> >> place, i

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-01 Thread Simon Glass
s not already in >> >> place, it can be created with: >> >> >> >> sudo gdisk # and enter command w >> >> >> >> Copy data to the SD card >> >> >> >> sudo dd if=./kernelpart.bin of=p1 >> >> sudo mkfs.ex

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-01 Thread Matthew Gorski
gdisk # and enter command w >> >> >> >> Copy data to the SD card >> >> >> >> sudo dd if=./kernelpart.bin of=p1 >> >> sudo mkfs.ext4 p2 >> >> sudo mount p2 /mnt/ >> >> >> > >> > How are you actually ma

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-01 Thread Matthew Gorski
s this is a mailing list, please avoid top-posting. > > > > - Simon > > > > I am using chained boot to test uboot as a FIT image so I I don't have to > > flash to spl flash. Does CONFIG_SPL_TEXT_BASE need to be adjusted for > > chained boot? > > > > I am

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-01 Thread Simon Glass
el v3.10. > > What mainline branch should I try? > > >> >> On Mon, May 1, 2017 at 11:14 AM, Simon Glass <s...@chromium.org> wrote: >>> >>> Hi Matthew, >>> >>> On 1 May 2017 at 08:43, Matthew Gorski <matt.gor...@gmail.com> wrote: &g

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-01 Thread Matthew Gorski
v3.10. What mainline branch should I try? > > On Mon, May 1, 2017 at 11:14 AM, Simon Glass <s...@chromium.org> wrote: >> >> Hi Matthew, >> >> On 1 May 2017 at 08:43, Matthew Gorski <matt.gor...@gmail.com> wrote: >> > I am porting u-boot

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-01 Thread Matthew Gorski
>> On 1 May 2017 at 08:43, Matthew Gorski <matt.gor...@gmail.com> wrote: >> > I am porting u-boot to nyan_big and need some input. I have been >> > searching >> > high and low and found this thread here: [U-Boot] [PATCH 0/20] tegra: >> > Expand >> &

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-01 Thread Simon Glass
Also, as this is a mailing list, please avoid top-posting. - Simon > > On Mon, May 1, 2017 at 11:14 AM, Simon Glass <s...@chromium.org> wrote: >> >> Hi Matthew, >> >> On 1 May 2017 at 08:43, Matthew Gorski <matt.gor...@gmail.com> wrote: >> > I am port

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-01 Thread Matthew Gorski
t; > On 1 May 2017 at 08:43, Matthew Gorski <matt.gor...@gmail.com> wrote: > > I am porting u-boot to nyan_big and need some input. I have been > searching > > high and low and found this thread here: [U-Boot] [PATCH 0/20] tegra: > Expand > > Nyan-big support > &g

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-01 Thread Simon Glass
Hi Matthew, On 1 May 2017 at 08:43, Matthew Gorski <matt.gor...@gmail.com> wrote: > I am porting u-boot to nyan_big and need some input. I have been searching > high and low and found this thread here: [U-Boot] [PATCH 0/20] tegra: Expand > Nyan-big support > > https://list

[U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-01 Thread Matthew Gorski
I am porting u-boot to nyan_big and need some input. I have been searching high and low and found this thread here: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support https://lists.denx.de/pipermail/u-boot/2015-March/209530.html I have tried to build u-boot with the branch here: https

[U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2015-06-28 Thread Davide Baldo
Hi Sjoerd, On 25 February 2015 at 17:12, Sjoerd Simons sjoerd.simons at collabora.co.uk http://lists.denx.de/mailman/listinfo/u-boot wrote: * Hey Simon, ** Incidentally i got acces to a Nyan big and wanted to start testing ** u-boot on it. Unfortunately putting a uImage in a vboot signed blob to

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2015-03-30 Thread Sjoerd Simons
On Fri, 2015-02-27 at 22:11 -0700, Simon Glass wrote: Hi Sjoerd, On 25 February 2015 at 17:12, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: Hey Simon, Incidentally i got acces to a Nyan big and wanted to start testing u-boot on it. Unfortunately putting a uImage in a vboot

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2015-03-30 Thread Simon Glass
Hi Sjoerd, On 30 March 2015 at 02:14, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: On Fri, 2015-02-27 at 22:11 -0700, Simon Glass wrote: Hi Sjoerd, On 25 February 2015 at 17:12, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: Hey Simon, Incidentally i got acces to a Nyan big

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2015-03-01 Thread Simon Glass
Hi Sjoerd, On 25 February 2015 at 17:12, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: Hey Simon, Incidentally i got acces to a Nyan big and wanted to start testing u-boot on it. Unfortunately putting a uImage in a vboot signed blob to chainload it from the primary bootloader like on

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2015-02-25 Thread Sjoerd Simons
Hey Simon, Incidentally i got acces to a Nyan big and wanted to start testing u-boot on it. Unfortunately putting a uImage in a vboot signed blob to chainload it from the primary bootloader like on the exynos based chromebooks seemed not to work. Do you have any good pointers how to use u-boot

[U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2015-02-17 Thread Simon Glass
This series expands Nyan-big support: - Enable Chrome OS EC, so that the keyboard works - Add some extra clock and pre-kernel init required for reliable operation - Add Chrome OS environment variables, including 'run nvboot' to allow booting Chrome OS more easily Still missing are audio and USB.