Will the u-boot on the computer card be happy with these syslinux config directives?
My u-boot skipped some of these with messages like: Ignoring unknown command: ui Ignoring unknown command: totaltimeout
This is probably my fault - I was thrashing around in the dark. But I thought I’d check.
Thanks, Nick
extlinux.conf, copied from a Fedora 24 ARM image --- # extlinux.conf generated by appliance-creator ui menu.c32 menu autoboot Welcome to Fedora-Server-armhfp-24_Alpha-7. Automatic boot in # second{,s}. Press a key for options. menu title Fedora-Server-armhfp-24_Alpha-7 Boot Options. menu hidden timeout 20 totaltimeout 600
label Fedora-Server-armhfp-24_Alpha-7 (4.5.0-0.rc7.git0.2.fc24.armv7hl) kernel /vmlinuz-4.5.0-0.rc7.git0.2.fc24.armv7hl append ro root=UUID=8b0923ec-95c2-433a-b5e6-ee182429a320 fdtdir /dtb-4.5.0-0.rc7.git0.2.fc24.armv7hl/ initrd /initramfs-4.5.0-0.rc7.git0.2.fc24.armv7hl.img —
links --- syslinux config directives http://www.syslinux.org/wiki/index.php?title=Config Fedora changes https://fedoraproject.org/wiki/Changes/u-boot_syslinux ARM image https://dl.fedoraproject.org/pub/fedora/linux/releases/24/Server/armhfp/imag...
--- crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68
On Tue, Jul 19, 2016 at 12:09 PM, Nick Hardiman nick@internetmachines.co.uk wrote:
Will the u-boot on the computer card be happy with these syslinux config directives?
i have no idea - as in, you're the first person i've heard of who has used the combination of u-boot and sysconfig. most people in the embedded world use u-boot to specify one and only one linux kernel, using u-boot parameters to do it, editing uEnv.txt (if the version of u-boot supports that) or boot.cmd (if the version of u-boot supports that and its conversion to boot.scr).
if there's a version of u-boot that supports syslinux you'd need to track it down and follow the documentation on that. i've just tried using mainline u-boot and it works fine so chances are you'll be ok.
l.
arm-netbook@lists.phcomp.co.uk