1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 22:38:04 +00:00

33 Commits

Author SHA1 Message Date
Koen Kooi 897596f437 beaglebone-tester: bump SRCREV to fix failure reporting
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-06-11 17:00:34 -04:00
Koen Kooi 0309200539 beaglebone-capes: add support for weatherstation cape
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-06-11 16:59:08 -04:00
Koen Kooi c5e5c304b8 beaglebone-capes: add support for 4.3" LCD cape
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-06-11 16:59:07 -04:00
Koen Kooi 185d621611 beaglebone-capes: add a powerdown script as well
The current powerdown script disables the PMIC backlight

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-05-21 16:53:36 -04:00
Koen Kooi f026aa7bd0 beaglebone-capes: userspace support for capes
Not everything can be done inside the kernel yet, so have a script that does the userspace portion.
Only the LCD3 cape is supported currently, more will follow later.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-04-18 12:19:55 -04:00
Koen Kooi 69102ec043 beaglebone-tester: bump SRCREV to fix PMIC test
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-04-10 15:11:18 -04:00
Koen Kooi ed29286f2b gadget init: don't dump info to info.txt on boot
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-03-07 16:51:53 -05:00
Koen Kooi c3c095c83f gadget-init: remove ehrPWM polarity workaround
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-27 09:06:06 -05:00
Koen Kooi 2a67d5076d beaglebone-tester: include Jasons debug tweaks
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-27 09:05:08 -05:00
Koen Kooi 80f44e2127 beaglebone-tester: bump SRCREV
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-10 21:32:46 -05:00
Koen Kooi d874e60546 beaglebone-tester: bump SRCREV
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-07 19:50:29 +01:00
Koen Kooi f244d42300 gadget-init: adjust for kernel 3.2 based sysfs layout
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-07 17:36:46 +01:00
Koen Kooi 4a1b4b419c beaglebone-tester: bump SRCREV for usb fix
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-13 20:35:15 +01:00
Koen Kooi d0076873ee beaglebone-tester: update runtime dependencies
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-10 11:47:05 +01:00
Koen Kooi a4bc237c17 beaglebone-tester: clarify GPIO naming and print more EEPROM data
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-06 16:33:44 +01:00
Joel A Fernandes 8792cfcff7 gadget-init: Add image-version-info to info.txt
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-15 19:38:36 +01:00
Jason Kridner 5a27c486e9 gadget-init: create info.txt upon starting storage gadget
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-15 14:34:21 +01:00
Joel A Fernandes 77e4288231 udhcpd: Fixes and new udev rule
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-11 16:11:19 +01:00
Koen Kooi 0194f1b289 gadget-init: minor logic cleanups
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-10 12:42:14 +01:00
Koen Kooi 1c97b98f36 gadget-init: also package activation symlinks
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-10 08:29:06 +01:00
Joel A Fernandes 89c54f502b gadget-init: Add network-gadget services and other fixes
* 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-11-10 08:23:08 +01:00
Joel A Fernandes 3bb013a145 beaglebone-tester: Update to latest, add quiet option to bootargs
Changes:
* Fix a bug where I was removing g_mass_storage causing the storage-gadget service
to appear to not work

* Add quiet option

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-08 07:33:30 +01:00
Joel A Fernandes 789d252a9b beaglebone-tester: Update to latest with fixes
Hopefully the last round of minor fixes:
    * only leds 3 and 4 are touched, 1 and 2 are for system use
    * halt after test fail so that the user doesn't accidentaly corrupt the card
    * remove all usb gadget modules before test start

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-06 10:26:21 +01:00
Joel A Fernandes d7c60e8369 beaglebone-tester: Use optargs instead of ip_method on kernel cmdline
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-03 09:38:55 +01:00
Joel A Fernandes 48b0ff2a1b beaglebone-tester: Update with latest fixes
Fixes:
 * 100% CPU usage when no test is running
 * Turn on USB host session before checking for usb-serial device

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-10-31 22:36:35 -04:00
Joel A Fernandes 076a1bd114 beaglebone-tester: Update to latest, bump PR
Added:
- Output test status to USB serial port
- Made more verbose

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-10-26 13:15:50 -04:00
Joel A Fernandes d22be342df beaglebone-tester: Update to latest and bump PR
Added:
* PMIC tests
* EEPROM tests
* Memory tests
* GPIO 38 grounding check

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-24 08:36:38 +02:00
Koen Kooi d5ed504263 gadget-init: adjust to latest 335x kernel
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-21 16:16:21 +02:00
Koen Kooi 45ec14197a gadget-init: add in latest batch of workarounds
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-21 11:30:59 +02:00
Joel A Fernandes 591c27a4f7 beaglebone-tester: Update to latest and bump PR
* Remove usb gadget modules in advance before running the tests
* Merge Koen's patch - check for command line argument using systemd (hardware tests trigger)

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-20 09:29:42 +02:00
Koen Kooi 2dfa737f55 gadget-init: fix target in the unit files
This only caused issues when manually systemctl disabling and enabling them

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-18 16:51:17 +02:00
Koen Kooi 8757f93089 gadget-init: add ugly, ugly hack to make USB work on ti33x boards
This is NOT suitable for customers or production.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-18 10:22:48 +02:00
Joel A Fernandes 62393c718a beaglebone-tester: A component-based test framework for BeagleBone
Test scripts to be integrated into BeagleBone hardware testing images
and run automatically during boot time to determine if all hardware
components are working correctly.
Auto tests controllable from uEnv.txt which is auto deleted on a test success.
For future use, the individual scripts can be run from /var/lib/bone-tester/component

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-14 12:27:50 +02:00