Skip to content

Commit

Permalink
some more bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
grg-haas committed Jun 19, 2024
1 parent a0429d1 commit 5e0880b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions overlays/keystone/board/cva6/configs/uboot-cva6.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CONFIG_MMC_WRITE=y
CONFIG_BOOTCOMMAND="mmc info; mmc read 90000000 100000 10000; setenv fdt_high 0xffffffffffffffff; bootm 90000000 - $(fdtcontroladdr)"
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="cma=128M"
2 changes: 1 addition & 1 deletion scripts/ci/plat/cva6/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ get_platform_var BOARD_IP
set -x

# Fix permissions on the key
chmod 600 build-mpfs64/buildroot.build/target/root/.ssh/id-rsa
chmod 600 "build-cva6$KEYSTONE_BITS/buildroot.build/target/root/.ssh/id-rsa"

# Start the board
export KEYSTONE_PLATFORM=cva6
Expand Down
1 change: 0 additions & 1 deletion scripts/ci/utils/find_tty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ TTY_IDPRODUCT="$1"; shift

# See if we can find the correct TTYs
TTYS=()
SELECTED_TTYS=()

for f in /sys/class/tty/ttyUSB* ; do
if [[ $(cat $f/../../../../idVendor) == "$TTY_IDVENDOR" ]] && \
Expand Down

0 comments on commit 5e0880b

Please sign in to comment.