Skip to content
Snippets Groups Projects
Commit c8ef8d77 authored by Anton Bambura's avatar Anton Bambura
Browse files

Run create_empty_files when blank eMMC partition is detected

parent 28cc29ea
No related branches found
No related tags found
1 merge request!3Run create_empty_files when blank eMMC partition is detected
......@@ -75,7 +75,8 @@ reload_fsg() {
# If the header area is just blank, save an extra read and just bail now.
elif [ -z "${fsg_header}" ]; then
echo "INFO: Blank eMMC boot partition."
return 1
create_empty_files
return 0
else
# Ordinarily this would be the place to error out. For this next
# build, also check for an "old-style" FSG.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment