Test PSU before shipping

Signed-off-by: Egor Savkin <es@m-labs.hk>
legacy-build
Egor Savkin 2023-07-05 11:33:03 +08:00
parent 1d655361c3
commit 2c6d15f3c0
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
1. Build firmware (see commands below) 1. Build firmware (see commands below)
2. Flash firmware and settings 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) 4. Create a flash-drive with `device_db.py` file for customers (FAT32)
### CLI commands - build and flash ### CLI commands - build and flash
@ -43,7 +43,7 @@ artiq_flash --srcbuild -d artiq_kasli/<variant>/
3. Insert SD card to the Kasli-SoC and boot 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` 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 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) 7. Create a flash-drive with `device_db.py` file for customers (FAT32)
### CLI commands - build and flash ### CLI commands - build and flash