Dobrica Pavlinušić's random unstructured stuff
OpenMoko: Revision 5
Scratch pad for my notes about OpenMoko
{toc: } ^ Open Issues * how to start "matchbox-stroke"<http://svn.o-hand.com/view/matchbox/trunk/matchbox-stroke/> ? * "gsmd problem"<http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=755> ^ Resolved issues * "gps driver"<http://lists.openmoko.org/pipermail/community/2007-November/011916.html> * correct time -- `ipkg install ntpdate` ^ Qemu Alternative way to build qemu with Neo 1973 emulation: .pre # checkout source svn co https://svn.openmoko.org/trunk/src/host/qemu-neo1973 cd qemu-neo1973 # run configure ./configure --target-list=arm-softmmu --enable-gadgetfs # needed for gadgetfs to work ln -s /usr/src/linux/include/linux # build it make .pre |