aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/beagleboard/gadget-init
AgeCommit message (Collapse)Author
2022-02-22meta-ti: create a sub-layer meta-ti-bsp from existing contentDenys Dmytriyenko
Extra sub-layers will be created next and relevant content moved across them. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2012-03-07gadget init: don't dump info to info.txt on bootKoen Kooi
This script adds ~10s to the boot time, doesn't have error checking and prevents loading the storage gadget 3 out of 10 times. Remove it from ExecStartPre to get a fast, consistent boot. The functionality should be moved to bone101. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-07gadget-init: adjust for kernel 3.2 based sysfs layoutKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-15gadget-init: Add image-version-info to info.txtJoel A Fernandes
Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-15gadget-init: create info.txt upon starting storage gadgetJason Kridner
This creates a file called info.txt that saves some useful information for image versioning, network connectivity and beginner user debugging. Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-11udhcpd: Fixes and new udev ruleJoel A Fernandes
This moves the logic to configure and start dhcp to a udev rule which is a better place than a systemd service Also fixes a bug where stopping and starting network service would cause dhcp to fail. Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-10gadget-init: minor logic cleanupsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-10gadget-init: Add network-gadget services and other fixesJoel A Fernandes
* Add rule to start network-gadget when mass storage is ejected * Add network-gadget-init service and scripts to switch to g_ether * Add DHCP service / conf * Update to storage-gadget: rmmod on stop v2 changes: * Fix g-ether MAC address by reading from mac_id * Split into multiple packages Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-21gadget-init: adjust to latest 335x kernelKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-21gadget-init: add in latest batch of workaroundsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-18gadget-init: fix target in the unit filesKoen Kooi
This only caused issues when manually systemctl disabling and enabling them Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-18gadget-init: add ugly, ugly hack to make USB work on ti33x boardsKoen Kooi
This is NOT suitable for customers or production. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>