diff --git a/README.md b/README.md index 0ade0c471a7c8b6493a57d08e835d9e63cdf1de8..d8cb08e0f20c15f7c08a70d04b49dd6fea33bc7d 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,11 @@ Manual test results must include both a console log of the commands executed and the result files (if any) generated by the test. #### `./manual-results/bsa-linux/console.log` +Run the following commands at Linux prompt to test BSA and attach the console +log: -Place the console log captured when running BSA manually on Linux. + / # insmod /lib/modules/bsa_acs.ko + / # /bin/bsa ### `./docs/` Place any firmware or device documentation, manuals, user guides, build instructions, etc.. @@ -96,8 +99,6 @@ execute. Shell> dh -d -v Shell> memmap Shell> smbiosview - Shell> CapsuleApp.efi -P - Shell> CapsuleApp.efi -E #### `./fw/capsule-update.log` Demonstrate that `UpdateCapsule()` works by capturing a log of using @@ -117,7 +118,9 @@ The U-Boot console log should now show a different version of firmware. ``` Shell> fs2:\ -FS2:\> efi/boot/app/capsuleapp.efi capsule.bin +FS2:\> EFI/BOOT/app/CapsuleApp.efi -P +FS2:\> EFI/BOOT/app/CapsuleApp.efi -E +FS2:\> EFI/BOOT/app/CapsuleApp.efi capsule.bin ``` ### `./os-logs/` @@ -142,6 +145,7 @@ must include: # lsblk # dmidecode # uname -a +# cat /etc/os-release # efibootmgr # cp -r /sys/firmware ~/ # tar czf ~/sys-firmware.tar.gz ~/firmware