Changes between Version 16 and Version 17 of ventana/bootloader
- Timestamp:
- 09/04/2019 05:23:10 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ventana/bootloader
v16 v17 453 453 If you want to erase the env so that the CRC fails and loads defaults (only useful over a {{{env default -f -a; env save}}} if you like to see the fact that its using defaults): 454 454 {{{#!bash 455 nand erase part.env455 nand erase.part env 456 456 }}} 457 457