What goes wrong?

Krassimir Slavchev krassi at bulinfo.net
Tue Feb 20 15:16:54 UTC 2007


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
>
>   



More information about the freebsd-arm mailing list