summaryrefslogtreecommitdiffstats
path: root/recipes-ti/beagleboard/gadget-init
Commit message (Collapse)AuthorAgeFilesLines
* gadget init: don't dump info to info.txt on bootKoen Kooi2012-03-071-1/+0
| | | | | | | | | | | 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>
* gadget-init: adjust for kernel 3.2 based sysfs layoutKoen Kooi2012-02-073-11/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gadget-init: Add image-version-info to info.txtJoel A Fernandes2011-11-151-0/+4
| | | | | Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gadget-init: create info.txt upon starting storage gadgetJason Kridner2011-11-152-0/+34
| | | | | | | | 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>
* udhcpd: Fixes and new udev ruleJoel A Fernandes2011-11-113-3/+3
| | | | | | | | | | | 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>
* gadget-init: minor logic cleanupsKoen Kooi2011-11-102-4/+8
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gadget-init: Add network-gadget services and other fixesJoel A Fernandes2011-11-108-0/+89
| | | | | | | | | | | | | | * 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>
* gadget-init: adjust to latest 335x kernelKoen Kooi2011-10-211-1/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gadget-init: add in latest batch of workaroundsKoen Kooi2011-10-214-9/+10
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gadget-init: fix target in the unit filesKoen Kooi2011-10-182-2/+2
| | | | | | This only caused issues when manually systemctl disabling and enabling them Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gadget-init: add ugly, ugly hack to make USB work on ti33x boardsKoen Kooi2011-10-182-0/+18
This is NOT suitable for customers or production. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>