View Single Post
Posts: 264 | Thanked: 28 times | Joined on May 2006
#6
And I am wishing for sim card slot too, but it maybe too much to ask for.
Maybe not.

I don't want to start any rumors here. I'm just speculating.

While trying to get my ext2 filesystem mounted I stumbled across this block of code in /etc/osso-af-init/af-defines.sh:

# Mount point of the MMC
export MMC_MOUNTPOINT='/media/mmc1' MMC_DEVICE_FILE='/dev/mmcblk0p1'
echo `uname -m` | grep "armv6l" > /dev/null
if [ $? = 0 ]; then
export INTERNAL_MMC_MOUNTPOINT='/media/mmc2'
export INTERNAL_MMC_SWAP_LOCATION=$INTERNAL_MMC_MOUNTPOIN T
fi


The "armv6l" suggests a new hardware platform and the definition of the environment variable "INTERNAL_MMC_MOUNTPOINT" suggests an internal MMC slot like a sim card in a cell phone.

Again, I'm just speculating but it's got me thinking...