Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add v560tu heads #201

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ server.
`novacustom_ns5x_adl/v1.7.2/` and inside put binaries, hashes and signatures
from that release.

1. Boot `DTS` and start shell by pressing `9`.
1. Boot `DTS` and start shell by pressing `S`.

1. Start `dts` script with `FW_STORE_URL_DEV` variable set to started server on
the host PC. E.g. if the PC has IP address `192.168.1.14` use below command.

```bash
FW_STORE_URL_DEV="http://192.168.1.14:1234" dts
FW_STORE_URL_DEV="http://192.168.1.14:1234" dts-boot
```

1. Normal `dts` menu entry will be displayed but any request to the server with
Expand Down
2 changes: 1 addition & 1 deletion meta-dts-distro/recipes-dts/dts-scripts/dts-scripts_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/Apache-2.0.txt;md5=c846ebb396f8b174b10ded477
PV = "0.1+git${SRCPV}"

SRC_URI = "git://github.com/Dasharo/dts-scripts;protocol=https;branch=main"
SRCREV = "5046a68a6bb57353ab46fba291268f91b1e509ac"
SRCREV = "9c754e886761d69bb2913171e0d1f3453f0fe1ec"

S = "${WORKDIR}/git"

Expand Down