Actions
Bug #840
closedBusybox init tries to mount mmc before it's become ready.
Start date:
04 May 2021
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
Between load_modules() and mount_drives() there needs to be a function that waits for the devices to become ready.
This is showing up on boots with a new RPi3 B+.
Updated by Hammel over 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Added wait for mmc devices before trying to mount them.
Change tested on hardware using multiple reboots. The original problem seems to be gone.
Changes committed and pushed.
Closing issue.
Actions