Skip to content

Commit

Permalink
A bit dirty updates to the factory testing scripts v3
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kukiela committed Sep 22, 2024
1 parent 8bcfcfa commit 0a355af
Show file tree
Hide file tree
Showing 2 changed files with 451 additions and 451 deletions.
36 changes: 18 additions & 18 deletions tp2bmc/board/tp2bmc/factory_overlay/upper/etc/init.d/S00nodeson
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#!/bin/sh

# Turn on the node power as soosn as possible
# to speed up factory testing

case "$1" in
start|"")
echo "enabled" > /sys/devices/platform/node1-power/state
echo "enabled" > /sys/devices/platform/node2-power/state
echo "enabled" > /sys/devices/platform/node3-power/state
echo "enabled" > /sys/devices/platform/node4-power/state
;;
*)
echo "Usage: $0 {start}"
exit 1
;;
esac

#!/bin/sh

# Turn on the node power as soosn as possible
# to speed up factory testing

case "$1" in
start|"")
echo "enabled" > /sys/devices/platform/node1-power/state
echo "enabled" > /sys/devices/platform/node2-power/state
echo "enabled" > /sys/devices/platform/node3-power/state
echo "enabled" > /sys/devices/platform/node4-power/state
;;
*)
echo "Usage: $0 {start}"
exit 1
;;
esac

Loading

0 comments on commit 0a355af

Please sign in to comment.