hi, Am Mittwoch, den 19.03.2014, 13:50 +0100 schrieb Corvus: > > So /dev/console exists, but /dev/mmcblk0p9 and /dev/block/mmcblk0p9 > dont exists :( > > > There is something that i need to configure in udev? This is > the /proc/partitions in android: no, udev will just pick up uevents from your kernel, there is nothing you need to configure ...
do you have devtmpfs enabled in your kernel config ? it is expected to
do the initial population of /dev (with the MMC devices among them, udev
only cares for creating symlinks (like /dev/disk/by-name etc) to them
later))
you should really concentrate to get adbd working though, that will make
debugging a lot easier.
ciao
oli
signature.asc
Description: This is a digitally signed message part
-- Mailing list: https://launchpad.net/~ubuntu-phone Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

