Changes between Version 15 and Version 16 of newport/boot


Ignore:
Timestamp:
02/07/2020 11:02:42 PM (4 years ago)
Author:
Cale Collins
Comment:

added booting from microSD

Legend:

Unmodified
Added
Removed
Modified
  • newport/boot

    v15 v16  
    247247== U-Boot Bootloader ==
    248248Read more on the dedicated bootloader page here: [wiki:newport/bootloader Newport U-Boot Bootloader]
     249
     250= Booting to a kernel/rootfs on the microSD
     251This assumes the bootloader will remain on the eMMC, but then we switch to the microSD for the kernel/rootfs.
     252
     253Run the following commands in the uboot bootloader command prompt on the Newport SBC bootloader serial console:
     254{{{
     255
     256setenv boot_targets mmc1
     257
     258boot
     259}}}