Commit ace5364
authored
kernel tools: use 4K sector size for DTB FAT image
Update build-dtb-image.sh to format the DTB FAT image with a 4096-byte logical sector size by passing `-S 4096` to mkfs.vfat.
This aligns the dtb.bin filesystem layout with 4K sector expectations on target boot flows while keeping the overall image size and DTB payload unchanged.
Signed-off-by: Bjordis Collaku <[email protected]>1 parent 66b4f00 commit ace5364
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
231 | | - | |
232 | | - | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
0 commit comments