Commit d0e4387
committed
rpi-config: warn on config.txt exceeding 16k
The firmware has a size limit in handling config.txt depending the
hardware and it may prevent the hardware from booting if file exceeds
it.
That limit is not documented yet[1] but the links[2][3] mention about
16k.
This warns if the config.txt is larger than 16k.
[1]: https://www.raspberrypi.com/documentation/computers/config_txt.html
[2]: https://forums.raspberrypi.com/viewtopic.php?p=2159238
[3]: raspberrypi/firmware#1848
Signed-off-by: Gaël PORTAY <[email protected]>1 parent d4ec644 commit d0e4387
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
354 | 360 | | |
355 | 361 | | |
356 | 362 | | |
| |||
0 commit comments