From 43fd8459b09e92d693c27afced7ae32b11e688f0 Mon Sep 17 00:00:00 2001 From: mwojcik Date: Fri, 5 May 2023 12:50:24 +0800 Subject: [PATCH] restore extra/CONFIG.TXT path --- src/build_test_firmware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build_test_firmware.md b/src/build_test_firmware.md index 66d4a18..2f97816 100644 --- a/src/build_test_firmware.md +++ b/src/build_test_firmware.md @@ -45,7 +45,7 @@ artiq_ddb_template -o device_db.py .json nix build -L --impure --expr 'let fl = builtins.getFlake "git+https://git.m-labs.hk/m-labs/artiq-zynq?ref=release-7"; in (fl.makeArtiqZynqPackage {target="kasli_soc"; variant="[master, standalone, satellite]"; json=;}).kasli_soc-[master, standalone, satellite]-sd' # copy `results/boot.bin` to the SD card # insert SD card to the Kasli-SoC and boot -artiq_coremgmt -D 192.168.1.56 config write -s ip 192.168.1.75 # or just place extra CONFIG.TXT near the boot.bin on SD card +artiq_coremgmt -D 192.168.1.56 config write -s ip 192.168.1.75 # or just place extra/CONFIG.TXT near the boot.bin on SD card # update firmware (alternative to copy to SD, if ARTIQ already running) artiq_coremgmt config write -f boot result/boot.bin # reboot via power supply