Again on this:

chatting with Eric about the pxa-linking-bug-r1 patch, it seems it is
needed because of a bug in updater.sh:

Same was reported here:
http://www.oesf.org/index.php?title=SL-C3000_Updater_Script

                                ## Bug in Sharp bit
                                ## original line...
                                ## /sbin/nandlogical $LOGOCAL_MTD WRITE $ADDR 
$DATASIZE $TMPDATA >
/dev/null 2>&1
                                ## didn't use correctly determined block size
                                ## cause problems for other kernels
                                /sbin/nandlogical $LOGOCAL_MTD WRITE $ADDR 
$TMPSIZE $TMPDATA >
/dev/null 2>&1
                                ADDR=`expr $ADDR + $TMPSIZE`
                        fi


OpenEmbedded updater.sh still has the 'wrong' line...

Opinions?

Andrea

_______________________________________________
Zaurus-devel mailing list
Zaurus-devel@lists.linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/zaurus-devel

Reply via email to