* [U-Boot-Users] u-boot on a dbau1000
@ 2004-06-24 21:46 Othmar Pasteka
2004-06-24 22:56 ` Wolfgang Denk
0 siblings, 1 reply; 4+ messages in thread
From: Othmar Pasteka @ 2004-06-24 21:46 UTC (permalink / raw)
To: u-boot
hello,
I just tried to load a compiled u-boot image on a dbau1000 devel
board. but as it seems that quite at the beginning of loading
the image via tftp the whole system froze. accidentally I also
did this with the other boot rom, so prolly both are busted. the
number display on the board shows a "02" whatever that means. I
couldn't find documentation what this should actually mean. I
assume that it means, more or less, that I busted the system.
is there anything I can do right now to resurrect the boot rom,
like resetting it to factory defaults, whatsoever? or more or
less the last option I have is to call AMD?
the other technical question I'ld like to get some enlightenment
is, why the system freezes or like, why is the boot rom busted
just when doing a load? is load doing more than just moving the
image into the ram? which is so far my understanding what load
does. maybe I omitted something in the docs ... any hints,
answers are greatly appreciated :).
the u-boot version in question is 1.1.1 but I had to made some
changes to the source so that it compiles, like finding functions
in start.S and the like. I wonder if the setup as it is shipped
in 1.1.1 and cvs is supposed to work or how much hacking should
be put in there that it is compileable.
regards,
Othmar
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] u-boot on a dbau1000
2004-06-24 21:46 [U-Boot-Users] u-boot on a dbau1000 Othmar Pasteka
@ 2004-06-24 22:56 ` Wolfgang Denk
2004-06-25 5:55 ` Othmar Pasteka
0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Denk @ 2004-06-24 22:56 UTC (permalink / raw)
To: u-boot
In message <20040624214603.GB1989@tron.at> you wrote:
>
> I just tried to load a compiled u-boot image on a dbau1000 devel
> board. but as it seems that quite at the beginning of loading
> the image via tftp the whole system froze. accidentally I also
> did this with the other boot rom, so prolly both are busted. the
You seem to love the risk....
> number display on the board shows a "02" whatever that means. I
> couldn't find documentation what this should actually mean. I
> assume that it means, more or less, that I busted the system.
Right.
> is there anything I can do right now to resurrect the boot rom,
> like resetting it to factory defaults, whatsoever? or more or
> less the last option I have is to call AMD?
Attach your JTAG debugger, and erase and reprogram the flash.
> the other technical question I'ld like to get some enlightenment
> is, why the system freezes or like, why is the boot rom busted
> just when doing a load? is load doing more than just moving the
Probably because you were doing something wrong? Sorry, but with your
vague description nearly everything may have been wrong.
> the u-boot version in question is 1.1.1 but I had to made some
> changes to the source so that it compiles, like finding functions
> in start.S and the like. I wonder if the setup as it is shipped
Sounds as is your toolchain is VERY broken. You should not expect
that a system which required such severe changes will atually work.
> in 1.1.1 and cvs is supposed to work or how much hacking should
> be put in there that it is compileable.
No changes are necessary. It compiles fine.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
To be a winner, all you need to give is all you have.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] u-boot on a dbau1000
2004-06-24 22:56 ` Wolfgang Denk
@ 2004-06-25 5:55 ` Othmar Pasteka
2004-06-25 6:56 ` Wolfgang Denk
0 siblings, 1 reply; 4+ messages in thread
From: Othmar Pasteka @ 2004-06-25 5:55 UTC (permalink / raw)
To: u-boot
morning,
On Fri, Jun 25, 2004 at 12:56:18AM +0200, Wolfgang Denk wrote:
> > I just tried to load a compiled u-boot image on a dbau1000 devel
> > board. but as it seems that quite at the beginning of loading
> > the image via tftp the whole system froze. accidentally I also
> > did this with the other boot rom, so prolly both are busted. the
>
> You seem to love the risk....
usually not *shrug* ....
> > the other technical question I'ld like to get some enlightenment
> > is, why the system freezes or like, why is the boot rom busted
> > just when doing a load? is load doing more than just moving the
>
> Probably because you were doing something wrong? Sorry, but with your
> vague description nearly everything may have been wrong.
well, yes, I didn't mention the code changes in detail. but
actually the toolchains works for other programs, so wonder what
might be wrong *sigh*. but I will recheck on that.
maybe I was just a bit too ignorant about what I was doing..
> > the u-boot version in question is 1.1.1 but I had to made some
> > changes to the source so that it compiles, like finding functions
> > in start.S and the like. I wonder if the setup as it is shipped
>
> Sounds as is your toolchain is VERY broken. You should not expect
> that a system which required such severe changes will atually work.
well, afaik -mcpu=4kc isn't used that often at least when I
compiled code usually -march=mips32 is used. and the compiler has
quite a strange prefix mips4kc- (or so, it's just from top of my
head).
> > in 1.1.1 and cvs is supposed to work or how much hacking should
> > be put in there that it is compileable.
>
> No changes are necessary. It compiles fine.
aha, was your toolchain self compiled or premade and from
somewhere?
thanks
Othmar
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] u-boot on a dbau1000
2004-06-25 5:55 ` Othmar Pasteka
@ 2004-06-25 6:56 ` Wolfgang Denk
0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2004-06-25 6:56 UTC (permalink / raw)
To: u-boot
In message <20040625055507.GA1927@tron.at> you wrote:
>
> > No changes are necessary. It compiles fine.
>
> aha, was your toolchain self compiled or premade and from
> somewhere?
We use the ELDK. And yes, this is premade :-)
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
Every program has at least one bug and can be shortened by at least
one instruction -- from which, by induction, one can deduce that
every program can be reduced to one instruction which doesn't work.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-06-25 6:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-24 21:46 [U-Boot-Users] u-boot on a dbau1000 Othmar Pasteka
2004-06-24 22:56 ` Wolfgang Denk
2004-06-25 5:55 ` Othmar Pasteka
2004-06-25 6:56 ` Wolfgang Denk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.