Hello, On Fri, 2013-08-09 at 18:01 +0900, Joshua Kim wrote: > ... > [ 1.764694] usb 1-2.5: Manufacturer: Logitech > [ 1.770570] usb 1-2.5: ep 0x81 - rounding interval to 64 > microframes, ep desc says 80 microframes > [ 1.779181] input: Logitech USB Optical Mouse > as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.5/1-2.5:1.0/input/input8 > [ 1.786795] hid-generic 0003:046D:C05A.0003: input,hidraw2: USB HID > v1.11 Mouse [Logitech USB Optical Mouse] on > usb-0000:00:14.0-2.5/input0 > [ 1.867127] usb 1-6.1: new high-speed USB device number 6 using > xhci_hcd > [ 1.902988] usb 1-6.1: New USB device found, idVendor=0424, > idProduct=4040 > [ 1.921225] usb 1-6.1: New USB device strings: Mfr=1, Product=2, > SerialNumber=3 > [ 1.927491] usb 1-6.1: Product: Ultra Fast Media Reader > [ 1.933608] usb 1-6.1: Manufacturer: Generic > [ 1.939684] usb 1-6.1: SerialNumber: 000000264001 > [ 1.946640] usb-storage 1-6.1:1.0: USB Mass Storage device detected > [ 1.965218] scsi2 : usb-storage 1-6.1:1.0 > [ 1.983974] Waiting for root device > PARTUUID=061F9CD8-0983-43BD-9AB3-D2D06803F63C...
The kernel waits for a partition with this PARTUUID to appear. But the partition with this is not found. I think this is because the kernel is compiled with MMC drivers to be kernel modules, which means that the kernel does not see your eMMC when booting. I think that you'd need to re-compile the kernel with those drivers to be compiled-in, not modules. Do you have means to verify this? If I provide you a new kernel RPM, can you verify this? Or you can re-compile the kernel yourself? -- Best Regards, Artem Bityutskiy _______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
