From 2c6d15f3c0f505dc5b3f41353704d304dcfeb6dd Mon Sep 17 00:00:00 2001 From: Egor Savkin Date: Wed, 5 Jul 2023 11:33:03 +0800 Subject: [PATCH] Test PSU before shipping Signed-off-by: Egor Savkin --- src/build_test_firmware.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/build_test_firmware.md b/src/build_test_firmware.md index e321bc5..f2bf63c 100644 --- a/src/build_test_firmware.md +++ b/src/build_test_firmware.md @@ -17,7 +17,7 @@ 1. Build firmware (see commands below) 2. Flash firmware and settings -3. Test hardware +3. Test hardware with the PSU, which is going to be shipped 4. Create a flash-drive with `device_db.py` file for customers (FAT32) ### CLI commands - build and flash @@ -43,7 +43,7 @@ artiq_flash --srcbuild -d artiq_kasli// 3. Insert SD card to the Kasli-SoC and boot 4. Change IP from the default one: `artiq_coremgmt -D 192.168.1.56 config write -s ip 192.168.1.75` 5. Reboot and check it works on new IP address -6. Test hardware +6. Test hardware with the PSU, which is going to be shipped 7. Create a flash-drive with `device_db.py` file for customers (FAT32) ### CLI commands - build and flash