Troy Lee

@leetroy

Joined on Jul 15, 2023

  • Rust rustup target install riscv32imc-unknown-none-elf rustup override set 1.70 Caliptra Software git clone https://github.com/chipsalliance/caliptra-sw cd caliptra-sw git submodule update --init --recursive Patch FMC Including LMS Vendor key to image header
     Like  Bookmark
  • #!/bin/bash sudo xrandr --newmode "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync sudo xrandr --addmode VGA-1 "1600x900_60.00" sudo xrandr --newmode "1600x1200_60.00" 161.00 1600 1712 1880 2160 1200 1203 1207 1245 -hsync +vsync sudo xrandr --addmode VGA-1 "1600x1200_60.00" while [ [1] ]; do sudo xrandr --output VGA-1 --mode 1600x1200_60.00 sleep 5
     Like  Bookmark
  • Enable SoL on specific serial port Assumption: The source serial port is ttyS17. Console server side Config file: /etc/obmc-console/server.ttyS17.conf baud = 115200 Enable the service
     Like  Bookmark
  • Hardware Connecting AST2600-EVB I2C5 to I2C14. Kernel Mctp.cfg CONFIG_MCTP=y CONFIG_MCTP_SERIAL=y CONFIG_MCTP_TRANSPORT_I2C=y Device Tree diff --git a/arch/arm/boot/dts/aspeed-ast2600-evb.dts b/arch/arm/boot/dts/aspeed-ast2600-evb.dts
     Like  Bookmark