Re: [U-Boot] ARM: NVIDIA Tegra2 SoC support, running/flashing on Harmony

2011-02-14 Thread Tom Warren
Marcel, On Sun, Feb 13, 2011 at 12:08 PM, Anton Staaf robot...@chromium.org wrote: Hi Marcel,     I think your best bet right now is to use the nvflash tool provided in the Chromium chroot.  That's what the burn-u-boot script uses (by the way, that script recently changed to write_tegra_bios

Re: [U-Boot] ARM: NVIDIA Tegra2 SoC support, running/flashing on Harmony

2011-02-13 Thread Anton Staaf
Hi Marcel, I think your best bet right now is to use the nvflash tool provided in the Chromium chroot. That's what the burn-u-boot script uses (by the way, that script recently changed to write_tegra_bios (I know, bad name), and will probably change again to something like

[U-Boot] ARM: NVIDIA Tegra2 SoC support, running/flashing on Harmony

2011-02-11 Thread mar...@ziswiler.com
Hi Tom   I am working with NVIDIA Harmony board and have chromium U-Boot 2009.11 working on it nicely after just changing the TEXT_BASE in board/tegra2/harmony/config.mk from 0x00e08000 to 0x00108000 as outlined in the NVIDIA developer forum.   Now I saw your recent work on mainlining basic NVIDIA

Re: [U-Boot] ARM: NVIDIA Tegra2 SoC support, running/flashing on Harmony

2011-02-11 Thread Wolfgang Denk
Dear mar...@ziswiler.com, In message 421429519.780509.1297414600267.javamail.open-xcha...@oxusltgw06.schlund.de you wrote: I am working with NVIDIA Harmony board and have chromium U-Boot 2009.11 working on it nicely after just changing the TEXT_BASE in ... onto the board. Can you quickly

Re: [U-Boot] ARM: NVIDIA Tegra2 SoC support, running/flashing on Harmony

2011-02-11 Thread mar...@ziswiler.com
On 11 February 2011 at 10:11 Wolfgang Denk w...@denx.de wrote: You wroite that you have U-Boot running - then why do you not use U-Boot to bootstrap itself?  That's always the most natural approach...   Good point if there where any kind of NAND flash support on Harmony in U-Boot yet. But