beagleboard/beaglebone-blue

How to boot from MicroSD vs onboard memory - need instructions

Closed this issue · 2 comments

  1. What exact steps tell my blue to boot from microSD?
  2. What steps tell my blue to boot from onboard memory?
  3. How can I query my blue on where it has booted from?
  4. Can I tell by the LEDs where the blue is running it's OS?

Please file multiple issues if it requires multiple resolutions. For documentation bugs, please specify which document you anticipated having the answer. For all issue reports, consider reading this document on smart questions.

  1. What exact steps tell my blue to boot from microSD?

As a default, I've provided the answer via a FAQ.

https://github.com/beagleboard/beaglebone-blue/wiki/Frequently-Asked-Questions-(FAQ)#Ive_written_the_latest_image_to_a_uSD_card_but_some_features_arent_working_How_do_I_make_it_run_properly

  1. What steps tell my blue to boot from onboard memory?

Blue boots from on-board flash by default, but the on-board bootloader will look for an image on microSD. Without modifying the bootloader, there's no way to prevent it from trying to load off of the microSD. The microSD boot configuration could point back to the on-board eMMC.

Anyway, the answer is to not have a microSD inserted at boot.

  1. How can I query my blue on where it has booted from?

I added a note to the above FAQ.

  1. Can I tell by the LEDs where the blue is running it's OS?

You cannot tell from the LEDs where the boot source is.

For all issue reports, consider reading this document on smart questions.

I will do my best to implement these!