On 12/3/18 12:45 AM, Peter Robinson wrote:
On Mon, 3 Dec 2018, 11:25 Robert Moskowitz <rgm@htt-consult.com wrote:
Perhaps I am spoiled with the Cubieboards,

I really like the specs of the Odroid HC1, other than its power draw
(peaks at 4A) and UART serial (got to get an expensive 1.8V unit).

But can I set it up with the partitions on the sata drive and only the
uboot on the uSD?

I believe the SATA on those is USB-3 attached. Assuming the SoC has USB3 support etc upstream in U-Boot it should be fine, there's been a few others on list with them so hopefully they'll speak up. You might also look at list archives for information

I have gone through the list, searching for 'odroid' and also found the following:

https://blog.christophersmart.com/2018/04/28/fedora-on-odroid-hc1-mini-nas-armv7/

If I use the uboot for the odroid-xu3 from F30, do I still need the hardkernel's bootloader on the uSD card?

Also do I need the appends:

sed -i "s|append|& cpuidle.off=1 \
console=tty1 console=ttySAC2,115200n8 \
rd.driver.pre=ledtrig-heartbeat,xhci-plat-hcd no_bL_switcher|" \
/mnt/extlinux/extlinux.conf



I see people have gotten / onto the sata drive.  Once Get it to boot from the SD,. I will work on booting from the sata...

thanks for any input.