The last lines of the boot loader:
.ltorg
.align
.org 2048 @ ensures the file is 2k in
size. (no more, no less)
.end
".org 2048" causes an error if the file is over 2K.
The boot loader file must be 2K, the EP930X tries to download 2K. But the
SerialBlaster ensures this.
-Curtis.
On June 2, 2006 06:31 pm, yur_grampa wrote:
> Investigating the Serialblaster error message:
>
> waiting for '>'
> error!!!found '<'
>
> I found by sending a boot.bin of size less than 2k that the message
> returned is:
>
> Success.
>
> Therefore I will now try to determine how to go from here to the
> confirmation message:
> waiting for '>'
> found '>'
>
> . Obviously file length is a factor here.
>
> Perhaps the ts7200 uses different offsets than the ts7250(in the
> boot.s or related files) and these will need to be edited.
>
>
>
>
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Everything you need is one click away. Make Yahoo! your home page now.
http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/CFFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|