ARM-software / arm-systemready

Arm SystemReady
Apache License 2.0
54 stars 62 forks source link

Add acpica-tools to ACS Linux #189

Closed sunnywang-arm closed 5 months ago

sunnywang-arm commented 6 months ago

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.

chetan-rathore commented 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

sunnywang-arm commented 5 months ago

@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

https://github.com/sunnywang-arm/arm-systemready/blob/52d9f771f3d1b8bff7b207c363d85269a3a0198f/common/ramdisk/init.sh#L131