Hello,
I am using kernel 3.17.2-x with U-boot 2014.04 .
When I try to load the kernel on my Sabre lite board it hangs at following line.
* Starting set console font[ OK ]
* Stopping set console font[ OK ]
* Starting userspace bootsplash[ OK ]
* Stopping userspace bootsplash[ OK ]
* Starting Send an event to indicate plymouth is up[ OK ]
* Stopping Send an event to indicate plymouth is up[ OK ]
* Starting configure network device security[ OK ]
* Starting configure network device security[ OK ]
* Starting configure network device[ OK ]
* Starting configure network device[ OK ]
* Stopping cold plug devices[ OK ]
* Starting configure network device security[ OK ]
* Stopping log initial device creation[ OK ]
* Starting Mount network filesystems[ OK ]
* Stopping Mount network filesystems[ OK ]
* Starting configure network device[ OK ]
* Starting Bridge socket events into upstart[ OK ]
The disk drive for / is not ready yet or not present.
keys:Continue to wait, or Press S to skip mounting or M for manual recovery
I tried the following fstab settings
Setting 1:
#UNCONFIGUreD FSTAB FOR BASE SYSTEM
/dev/mmcblk0p2 / auto errors=remount-ro 0 1
/dev/mmcblk0p1 /boot/uboot auto defaults 0 2
Setttings 2:
with UUID values
I don't find the reason why my kernel is not loading.
It was working before with same configuration, we just loaded the same with new SD card.