Could experts help me to install nvflash tool under chroot ?
-shankar
Apoligies, missed to attch my error mesg,
cros > emerge nvflash
>>> Failed to emerge dev-embedded/nvflash-0.0.4, Log file:
>>> '/var/tmp/portage/dev-embedded/nvflash-0.0.4/temp/build.log'
* Messages for package dev-embedded/nvflash-0.0.4:
* Checking for cached /var/lib/portage/distfiles/cros-binary/nvflash-0.0.4.tbz2
* Running: scp -qo BatchMode=yes -oCheckHostIP=no -P 6222
tegra2-...@git.chromium.org:/home/tegra2-private/dev-embedded/nvflash/nvflash-0.0.4.tbz2
/var/lib/portage/distfiles/cros-binary/nvflash-0.0.4.tbz2
* Checking for cached /var/lib/portage/distfiles/cros-binary/nvflash-0.0.4.tbz2
* ERROR: dev-embedded/nvflash-0.0.4 failed (unpack phase):
* Failed to fetch
ssh://tegra2-...@git.chromium.org:6222/home/tegra2-private/dev-embedded/nvflash/nvflash-0.0.4.tbz2.
*
* Call stack:
-shankar
One thing that would be quicker to try is to download the l4t release
from nvidia's site and use the nvflash binary from there.
-Olof
On Tue, Jul 12, 2011 at 11:50 PM, ShankarGanesh K <blr....@gmail.com> wrote:
> Hi All,
>
> Apoligies, missed to attch my error mesg,
>
> cros > emerge nvflash
>
>>>> Failed to emerge dev-embedded/nvflash-0.0.4, Log file:
>
>>>> '/var/tmp/portage/dev-embedded/nvflash-0.0.4/temp/build.log'
>
> * Messages for package dev-embedded/nvflash-0.0.4:
>
> * Checking for cached /var/lib/portage/distfiles/cros-binary/nvflash-0.0.4.tbz2
> * Running: scp -qo BatchMode=yes -oCheckHostIP=no -P 6222
> tegra2-...@git.chromium.org:/home/tegra2-private/dev-embedded/nvflash/nvflash-0.0.4.tbz2
> /var/lib/portage/distfiles/cros-binary/nvflash-0.0.4.tbz2
> * Checking for cached /var/lib/portage/distfiles/cros-binary/nvflash-0.0.4.tbz2
> * ERROR: dev-embedded/nvflash-0.0.4 failed (unpack phase):
> * Failed to fetch
> ssh://tegra2-...@git.chromium.org:6222/home/tegra2-private/dev-embedded/nvflash/nvflash-0.0.4.tbz2.
> *
> * Call stack:
>
>
> -shankar
>
>
> On Wed, Jul 13, 2011 at 11:41 AM, ShankarGanesh K <blr....@gmail.com> wrote:
>> Hi All,
>>
>> Could experts help me to install nvflash tool under chroot ?
>>
>> -shankar
>>
>
> --
> Chromium OS Developers mailing list: chromiu...@chromium.org
> View archives, change email options, or unsubscribe:
> http://groups.google.com/a/chromium.org/group/chromium-os-dev?hl=en
>
> from nvidia's site and use the nvflash binary from there.
Thanks Olof. I do have access to private repositories. Emerge fails
with permission access failed for
/var/lib/portage/distfiles/cros-binary/, but i did scp
nvflash-0.0.4.tbz2 locally and able to flash u-boot (
/build/tegra2_seaboard/u-boot/u-boot-legacy.bin) . but flashing
fails with following errors :
--------------------------------------------------------------------------------------------------------
U-Boot 2010.09-00000-ga946202 (Jul 13 2011 - 13:44:28)
Board: Tegra2 chromeos/tegra2/seaboard/flasher
DRAM: 1 GiB
NAND: 512 MiB
Using default environment
In: tegra-kbc
Out: lcd
Err: lcd
Hit any key to stop autoboot: 0
## Executing script at 00e48000
CRC32 for 00e49000 ... 00eb97ff ==> 19de943c
Initing SPI
SF: Unsupported manufacturer 00
Failed to initialize SPI flash at 0:0
Any pointers on this front ?
What is your hardware ?
Is there a SPI flash chip soldered on the board ?
--
Vincent
> What is your hardware ?
> Is there a SPI flash chip soldered on the board ?
I have Tegra T25 seaboard. I don't have h/w spec to check SPI flash
available on my board. Earlier u-boot comes up from NAND . I am
facing issue : http://code.google.com/p/chromium-os/issues/detail?id=17275
on my h/w as well. So, trying to update u-boot on my tegra2 seaboard
and struck with this issue. Is there a way to get my u-boot images
built to support NAND ?
-shankar
Thanks All. resolved the issue. All jumper settings : magic jumper at
the back of the display board named GPIO control has to be enabled +
boot select made to SPI and u-boot built from TOT and flashed to get
my latest CROS running on my t25 board.
-Shankar
>> What is your hardware ?
>> Is there a SPI flash chip soldered on the board ?
>
> I have Tegra T25 seaboard. I don't have h/w spec to check SPI flash
> available on my board. Earlier u-boot comes up from NAND . I am