diff options
author | bearrito <j.barrett.strausser@gmail.com> | 2020-01-28 12:27:26 -0500 |
---|---|---|
committer | bearrito <j.barrett.strausser@gmail.com> | 2020-01-28 12:27:26 -0500 |
commit | 3e6b1da7a0831a2569dbed27c9083cecfa02070f (patch) | |
tree | ef634fb5eecf85febe0fc30eb2d56c93dd5a7819 | |
parent | 87ebea7e5ec96558bd2c9688fecd9b3b2d8e2a3d (diff) |
Update Device Types Link
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ You will see it in the "All Jobs" list: http://localhost:10080/scheduler/alljobs To add a board you need to find its device-type, standard naming is to use the same as the official kernel DT name. (But a very few DUT differ from that) -You could check in https://github.com/Linaro/lava-server/tree/release/lava_scheduler_app/tests/device-types if you find yours. +You could check in https://github.com/Linaro/lava/tree/master/etc/dispatcher-config/device-types if you find yours. Example: For a beagleboneblack, the device-type is beaglebone-black (Even if official DT name is am335x-boneblack) |