Changes between Version 15 and Version 16 of newport/boot
- Timestamp:
- 02/07/2020 11:02:42 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/boot
v15 v16 247 247 == U-Boot Bootloader == 248 248 Read more on the dedicated bootloader page here: [wiki:newport/bootloader Newport U-Boot Bootloader] 249 250 = Booting to a kernel/rootfs on the microSD 251 This assumes the bootloader will remain on the eMMC, but then we switch to the microSD for the kernel/rootfs. 252 253 Run the following commands in the uboot bootloader command prompt on the Newport SBC bootloader serial console: 254 {{{ 255 256 setenv boot_targets mmc1 257 258 boot 259 }}}