edison-fw / meta-intel-edison

Here is the meta-intel-edison that builds, tries to stay up to date. Master is based on Yocto Poky Gatesgarth LTS 5.10.yy vanilla kernels. It builds a 32bit kernel (Gatesgarth branch 64bit) with ACPI enabled and corresponding rootfs. Telegram group: https://t.me/IntelEdison Web-site:
https://edison-fw.github.io/meta-intel-edison/
MIT License
60 stars 37 forks source link

Feature reboot arg #47

Closed htot closed 5 years ago

htot commented 5 years ago

This commit allows you to type reboot usb and reboot sdhc, which will perform usbboot or edsboot respectively without the need to interrupt U-Boot from the console.

The advantage is you can reboot from ssh from remote into the image you want (without console).

Other supported bootargs are boot, ota and flash (unchanged from the factory image).

This fixes #45

alext-mkrs commented 5 years ago

Just so you know - I have this on my radar for the upcoming weekend

htot commented 5 years ago

No rush. BTW I got blink-led fixed (#44) and queued, and got even even more cool LED blinker (kernel module configured through acpi table with help from @andy-shev) working.

htot commented 5 years ago

Merged