[oe] [RFC] Zaurus: make updater.sh obsolete for poodle, clamshells and tosa

Andrea Adami andrea.adami at gmail.com
Mon Feb 1 18:24:48 UTC 2010


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




More information about the Openembedded-devel mailing list