Changes between Version 27 and Version 28 of newport
- Timestamp:
- 12/21/2017 08:03:28 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport
v27 v28 352 352 Boards with an Alternate boot device also have a boot watchdog such that if the current boot device fails to boot within 30 seconds, the board will power cycle primary power and attempt boot from the other boot device. 353 353 354 The bootloader also has a notion of boot device, either the built in eMMC or an external microSD. 355 This is controlled through the UBoot variable 'dev'. 356 357 Note if booting with the onboard eMMC as the primary boot device, “0/mmcblk0” is the U-Boot/Linux device node for eMMC and “1/mmcblk1” is the U-Boot/Linux device node for microSD. When booting from the alternate device (microSD) this is swapped. 354 358 355 359 [=#bootloader]