Closed sunnywang-arm closed 5 months ago
Hello @sunnywang-arm,
We are working on this ticket, will add below config to SR ACS buildroot. config BR2_PACKAGE_ACPICA
Thanks, ACS team
@chetan-rathore Thanks for working on this Could you also get someone to run the commands below and then uncomment the lines in init.sh?
# acpidump > /mnt/acs_results/linux_dump/acpi.log
# acpixtract -a > /mnt/acs_results/linux_dump/acpi.log
# iasl -d /mnt/acs_results/linux_dump/*.dat
so that ACS Linux can collect ACPI dump logs by running the comments below.
acpidump > acpi.log acpixtract -a acpi.log iasl -d *.dat
By the way, the goal is to move https://gitlab.arm.com/systemready/systemready-es-sr-template/-/blob/main/os-logs/linux-distro-cmds.sh to https://github.com/ARM-software/arm-systemready to have single script file used in ACS test and OS test.