Hi,

I searched on the internet for booting the BBB from something else
than eMMC and SDcard. I found descriptions like this one
http://www.embeddedhobbyist.com/debian-tips/beaglebone-black/beaglebone-black-usb-boot/
which describe how to boot from other media.

What I miss and want to ask:
Is it possible to construct something like an "if-then'else"
construction to decide, what to boot?

I only want to boot kernel and the devicetree from different
media. The rootfs will always be on the SDcard.

It should boot like this:

If there is an USBstick attached to the BBB then
    If there is a kerne&devicetree on the attached USBstick then
        boot kernel/devicetree from the USBstick
    else
        boot kerne&devicetree from SDcard
    fi
else
    boot kerne&devicetree from SDcard
fi

Is that possible ?

Thank you very much in advance for any help!
Best regards and have a nice weekend!
Meino



-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to