Ticket #66 (closed bug: fixed)

Opened 2 years ago

Last modified 21 months ago

SD card is not always mounted on boot

Reported by: dottedmag Owned by: dottedmag
Priority: normal Milestone: 0.1
Component: misc Version:
Keywords: Cc:
Blocking: Blocked By:

Description

Sometimes SD card fails to mount during boot. This need to be fixed

Change History

Changed 2 years ago by dottedmag

  • owner set to dottedmag
  • status changed from new to assigned

mdev invocations are not serialized which leads to the two automount.sh scripts being run:

  • automount.sh mmcblk0 calls 'mount' which locks the whole mmcblk0.
  • automount.sh mmtblk0p1 calls 'mount' which fails because mmcblk0 is locked.

Solution: upgrade busybox to 1.12.0 and enable hotplug serialization implemented in it.

Changed 2 years ago by dottedmag

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in busybox-1:1.12.0-0.oi1 and oi-build-firmware-0.6.6.4.

Note: See TracTickets for help on using tickets.