Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2007 16:47:43 +0200
From:      Krassimir Slavchev <krassi@bulinfo.net>
To:        Soeren Straarup <xride@x12.dk>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: What goes wrong?
Message-ID:  <45DB0A0F.1070008@bulinfo.net>
In-Reply-To: <20070220142832.GK66059@x12.dk>
References:  <20070220075204.GI66059@x12.dk> <45DAE01E.80704@bulinfo.net> <20070220123615.GJ66059@x12.dk> <20070220142832.GK66059@x12.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
Soeren Straarup wrote:
> On Tue, Feb 20, 2007 at 01:36:16PM +0100, Soeren Straarup wrote:
>   
>> On Tue, Feb 20, 2007 at 01:48:46PM +0200, Krassimir Slavchev wrote:
>>     
>>> oops. In the Makefile.inc
>>>
>>>       
>> Hmm.. None of hte 3 worked .. back to eth drawing board and investigate some
>> more.
>>     
>
> Well after some happy hacking i almost got the bootloader to work..
> But is seems that it doesn't find the emac or phy.
> I get: TFTP TIMEOUT
> Some more happy hacking is needed for it to load the kernel.
>         if (getc(1) == -1) {
>                 start_wdog(30);
>                 ExecuteEnvironmentFunctions();
>         }
>
>   
Comment this in main.c

        if (getc(1) == -1) {
                start_wdog(30);
                ExecuteEnvironmentFunctions();
        }

and will get loader prompt.

>>> Soeren Straarup wrote:
>>>       
>>>> Hi
>>>>
>>>> What goes wrong when i send via serial xmodem the bootspi to the arm board
>>>> and all i get back is some unreadable chars?
>>>> I'm doing this from windows via teraterm at 115200
>>>>
>>>> /Soeren
>>>>
>>>>  
>>>>         
>> /Soeren
>>
>>     
>
> /Soeren
>
>   




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45DB0A0F.1070008>