>> Note that :
>> - when VGA mirroring is enabled, there is no colored patterns.
>> - when kernelcrc=1, there is no black lines at the end of the pattern
>> (and no crc error accordingly to the log file).
>>     
>
> Color code meanings are listed in the big comment block in haret's
> src/linboot.cpp file.  The CRC check in the log isn't really a success
> report - it is just calculating the CRC for comparison purposes (one
> can verify the value in the log with the value of 'cksum zImage' on a
> linux machine).  Just after writing the yellow line, the preloader
> will retest the relocated kernel's crc value with the one calculated
> (and reported) earlier.  If they match, the black line is shown - if
> they don't match a red (or magenta) line is shown.  It can take
> several seconds to do the crc from the preloader, so you should wait
> for the black line to show up.  If the black line really doesn't
> appear, something _very_ odd is happening.
>   
You are right : the blackline appears after about 15 seconds.

Pierre

-- 
_______________________________________________
Aximx50-port mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/aximx50-port

Reply via email to