>> [EMAIL PROTECTED] boot]# file uImage
>> uImage: PPCBoot image
>> ...
>>
>> I tried and send you its log.
>What is the kernel version that you use?
I'm using version 2.6.22.11.
Thank you for answer
Best regards,
--
View this message in context:
http://www.nabble.com/-UBoot--Hows-to-boot-L
2008/10/1 thaoth <[EMAIL PROTECTED]>:
>
>>>Can you retry and copy-paste the console output?
>
> ...
> (Re)start USB...
> USB: scanning bus for devices... cannot reset port 1!?
> 2 USB Device(s) found
> scanning bus for storage devices... 1 Storage Device(s) found
> => fatload usb 0:1 0x8e00
>>Can you retry and copy-paste the console output?
...
(Re)start USB...
USB: scanning bus for devices... cannot reset port 1!?
2 USB Device(s) found
scanning bus for storage devices... 1 Storage Device(s) found
=> fatload usb 0:1 0x8e00 uImage
reading uImage
.
.
.
.
.
On Wednesday 01 October 2008, Roman Mashak wrote:
> > Flash ID is in $(UBOOT)/include/linux/mtd/nand_ids.h
> > Seems this chip is not CFI compliant (at least datasheet says nothing
> > of it), so the use of CFI driver falls away.
>
> After some investigations I see that $(uboot)/drivers/mtd/nand/na
Hello
2008/9/30 Roman Mashak <[EMAIL PROTECTED]>:
> Flash ID is in $(UBOOT)/include/linux/mtd/nand_ids.h
> Seems this chip is not CFI compliant (at least datasheet says nothing
> of it), so the use of CFI driver falls away.
After some investigations I see that $(uboot)/drivers/mtd/nand/nand.c
is
Hi
Kurobox Pro (Marvell's 88F5182 based) board support is mainlined with
u-boot project, you can get it from u-boot git.
May be it is helpful since similar to 88F5181
Regards..
Prafulla...
> -Original Message-
> From: Yotam Admon
> Sent: Sunday, September 28, 2008 11:25 AM
> To: Praf
Hello
I'm using 128Mb Samsung NAND flash K9F1G08 on our custom ARM-based
board. Flash ID is in $(UBOOT)/include/linux/mtd/nand_ids.h
Seems this chip is not CFI compliant (at least datasheet says nothing
of it), so the use of CFI driver falls away.
The problem I faced is how to calculate max numbe
Gah. List foo. Sorry. -- jdl
Forwarded Message
From: Jon Loeliger <[EMAIL PROTECTED]>
To: Simon Pasch <[EMAIL PROTECTED]>
Cc: u-boot-users <[EMAIL PROTECTED]>
Subject: Re: [U-Boot-Users] FIT-image with fdt doesn't work
Date: Tue, 30 Sep 2008 10:37:50 -0500
On Tue, 2008-09-30
Dear Rodrigo,
In message <[EMAIL PROTECTED]> you wrote:
>
> Standalone Applications are no operating systems,m so "bootm" is the
> > wrong command.
>
> This is the answer I was expecting, bootm does not support Standalone
> Application Images. My question was not complete, I thought it was not
>
Dear Wolfgang Denk,
Thanks for your response, I also answer your question below.
> > > > Are "Standalone Applications" supported in the current u-boot (GIT
> repo)?
> > >
>
Standalone Applications are no operating systems,m so "bootm" is the
> wrong command.
>
This is the answer I was expecting,
On Tue, Sep 30, 2008 at 02:15:00PM -0500, Andy Fleming wrote:
> On Tue, Sep 30, 2008 at 11:27 AM, Anton Vorontsov
> <[EMAIL PROTECTED]> wrote:
> > We'll need the exported tsec_info to fix up the phy addresses and
> > tsecs' flags based on the hardware reset configuration words. Thus
> > we'll use t
On Tue, Sep 30, 2008 at 11:27 AM, Anton Vorontsov
<[EMAIL PROTECTED]> wrote:
> We'll need the exported tsec_info to fix up the phy addresses and
> tsecs' flags based on the hardware reset configuration words. Thus
> we'll use the tsec_info very early and just once at boot time, so
> network code wo
Kim Phillips wrote:
> On Mon, 29 Sep 2008 18:28:23 -0400
> richardretanubun <[EMAIL PROTECTED]> wrote:
>
>
>> Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
>> Six eth interface is chosen because the platform I am using combines
>> UCC1&2 and UCC3&4 as 1000 Eth and the
This involves configuring the SerDes and fixing up the flags and
PHY addresses for the TSECs.
For Linux we also fix up the device tree.
Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]>
---
board/freescale/mpc837xemds/mpc837xemds.c | 117 +
include/configs/MPC837XEM
We'll need the exported tsec_info to fix up the phy addresses and
tsecs' flags based on the hardware reset configuration words. Thus
we'll use the tsec_info very early and just once at boot time, so
network code won't notice it.
Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]>
---
drivers/net/t
The rfcks should be shifted by 28 bits left. We didn't notice the bug
because we were using only 100MHz clocks (for which rfcks == 0).
Though, for SGMII we'll need 125MHz clocks.
Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]>
---
cpu/mpc83xx/serdes.c |2 +-
include/asm-ppc/fsl_se
We'll use these masks to parse TSEC modes out of HRCWH.
Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]>
---
include/mpc83xx.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/mpc83xx.h b/include/mpc83xx.h
index 5d82bb4..ee38191 100644
--- a/include/mpc83xx.h
++
MPC837xE specs says that SerDes1 has:
— Two lanes running x1 SGMII at 1.25 Gbps;
— Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
And for SerDes2:
— Two lanes running x1 PCI Express at 2.5 Gbps;
— One lane running x2 PCI Express at 2.5 Gbps;
— Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
The sp
Dear "Rodrigo Vilar",
please keep the mailing list copied.
In message <[EMAIL PROTECTED]> you wrote:
>
> > > Are "Standalone Applications" supported in the current u-boot (GIT repo)?
> >
> > Yes, of course.
>
> I am very happy to hear that. However the manual states "The bootm command
> is used
Kim Phillips wrote:
> On Mon, 29 Sep 2008 18:28:23 -0400
> richardretanubun <[EMAIL PROTECTED]> wrote:
>
>> Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
>> Six eth interface is chosen because the platform I am using combines
>> UCC1&2 and UCC3&4 as 1000 Eth and the oth
Dear "Wolfgang Denk",
>
> >
> > Are "Standalone Applications" supported in the current u-boot (GIT repo)?
>
> Yes, of course.
I am very happy to hear that. However the manual states "The bootm command
is used to start operating system images." and Standalone Applications were
supported on u-boo
On Mon, 29 Sep 2008 18:28:23 -0400
richardretanubun <[EMAIL PROTECTED]> wrote:
> Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
> Six eth interface is chosen because the platform I am using combines
> UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
>
Dear "Rodrigo Vilar",
In message <[EMAIL PROTECTED]> you wrote:
>
> Are "Standalone Applications" supported in the current u-boot (GIT repo)?
Yes, of course.
> I have tried to bootm a Standalone Application image stored in flash and I
> get the messages (u-boot then crashes):
> Wrong Image
On Tue, Sep 30, 2008 at 04:28:44AM -0700, thaoth wrote:
> => bootm
> Wrong Image Format for bootm command
> ERROR: can't get kernel image!
>
> This seems here is wrong command. I should load uImage (not zImage) into
Thats it! Get yourself an uImage!
Markus
--
DENX Software Engineering GmbH,
thaoth a écrit :
>
>
> Albert ARIBAUD wrote:
>> thaoth a écrit :
>>
>>> This seems here is wrong command. I should load uImage (not zImage) into
>>> SDRAM memory.
>> Hmm... So why don't you ?
>>
>> Amicalement,
>
> I have tried but not ookay. the same issue.
(please trim signatures in your rep
Hello
I didn't find mentions of this in the archives, so asking here. I have
Samsung NAND flash K9F1G08 and its ID is present in
$(UBOOT)/include/linux/mtd/nand_ids.h Does this mean there's no need
to write any additional supporting code? If not, then what board
utilizing the same NAND flash can
Albert ARIBAUD wrote:
>
> thaoth a écrit :
>
>> This seems here is wrong command. I should load uImage (not zImage) into
>> SDRAM memory.
>
> Hmm... So why don't you ?
>
> Amicalement,
> --
> Albert.
> ___
> U-Boot mailing list
> U-Boot@lists.denx
thaoth a écrit :
> This seems here is wrong command. I should load uImage (not zImage) into
> SDRAM memory.
Hmm... So why don't you ?
Amicalement,
--
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi All,
I would like to know how to boot linux kernel from USB. I have ported UBoot
(support serial, USB driver) but didn't support CF card.
Would you please tell me how to boot Linux Kernel from USB Flash memory? I
have many guide could help hows to boot Linux kernel from CF card or network
bu
Hello
2008/9/30 Hebbar <[EMAIL PROTECTED]>:
> ARM Versatile has only one flash bank.
> What if a user has configured an incorrect number for flash banks.
Hm, I didn't think of it.
> The driver should take care of this properly. Since CFG_MAX_FLASH_BANKS
> is in a different place & the flash.c is
Hi,
>>Regardless of CFG_MAX_FLASH_BANKS value, the only first bank is
>>configured. Was it done deliberately or it's logical flaw? I think
>>is code could cloned on a multiple of other platforms.
ARM Versatile has only one flash bank.
What if a user has configured an incorrect number for flash
Measurements with our MPC8544 board showed that the I2C bus frequency
is wrong by a factor of 1.5. Obviously, the interpretation of the
MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
correct. There seems to be an error in the 8544 RM.
Signed-off-by: Wolfgang Grandegger <[EMAIL P
Joakim Tjernlund transmode.se> writes:
> Can't remember, possibly it was a hack.
>
Seems so. I tried to put it in my 1.3.3, but 'ls' never returns :-(
So I will wait for Detlev Zundel.
Michael
___
U-Boot mailing list
U-Boot@lists.denx.de
http://l
Hi All,
Are "Standalone Applications" supported in the current u-boot (GIT repo)?
I have tried to bootm a Standalone Application image stored in flash and I
get the messages (u-boot then crashes):
Wrong Image Type for bootm command
ERROR: can't get kernel image!
In u-boot 1.2.0 file comm
34 matches
Mail list logo