MinnowBoard-org / bugs-and-help

Ask QUESTIONS here. MinnowBoard.org issue and get help submission. See README for use.
14 stars 2 forks source link

build BIOS, encounter ACPI BIOS ERROR problem #144

Closed naiyining closed 5 years ago

naiyining commented 5 years ago

I build BIOS successful follow this link https://firmware.intel.com/sites/default/files/minnowboard_max-rel_0_99-releasenotes.txt, but when hardware powerup, encounter the ACPI BIOS ERROR problem. can anyone help?

BrianRichardsonIntel commented 5 years ago

Are you compiling from source or using one of the pre-built binary firmware images?

If you are compiling from source, please try one of the pre-built images and see if you get different behavior.

Thanks … br

Brian Richardson -- Director of Firmware Ecosystem Engagements brian.richardson@intel.commailto:brian.richardson@intel.com -- @intel_brianhttps://twitter.com/Intel_Brian Firmware Ecosystem & Business Development, Firmware Integration & Development (FID) https://software.intel.com/en-us/meet-the-developers/evangelists/team/brian-richardson

From: naiyining notifications@github.com Sent: Sunday, June 16, 2019 4:44 AM To: MinnowBoard-org/bugs-and-help bugs-and-help@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [MinnowBoard-org/bugs-and-help] build BIOS, encounter ACPI BIOS ERROR problem (#144)

I build BIOS successful follow this link https://firmware.intel.com/sites/default/files/minnowboard_max-rel_0_99-releasenotes.txt, but when hardware powerup, encounter the ACPI BIOS ERROR problem. can anyone help?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/MinnowBoard-org/bugs-and-help/issues/144?email_source=notifications&email_token=AD5F2XEK36Q6AY4EPBWZJXTP2X4LZA5CNFSM4HYQWDC2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GZXN57A, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AD5F2XDEAP4EMO623OEQMT3P2X4LZANCNFSM4HYQWDCQ.

naiyining commented 5 years ago

if I use pre-built binary firmware images, the MinnowBoard works well. if use compiling from source images, the MinnowBoard encounter the ACPI BIOS ERROR problem. 32bit or 64bit have the same problem.

naiyining commented 5 years ago

https://firmware.intel.com/sites/default/files/minnowboard_max-rel_1_00-releasenotes.txt I build BIOS successful follow this link, and it also have the same problem. can anyone help? thanks.

BrianRichardsonIntel commented 5 years ago

What is your build environment? (OS, Compiler)

Please check the installation of the ASL compiler per release notes:

  1. Install the iasl compiler by downloading iasl-win-20160527.zip from the following location: https://acpica.org/downloads/ and place the unzipped content ("iasl.exe") into the directory "C:\ASL" on your local hard drive (create the folder "C:\ASL" if it does not exist).

Note: you will get better answers related to EDK II build problems on the TianoCore groups.io list or IRC channel.

https://github.com/tianocore/tianocore.github.io/wiki/Mailing-Lists

Thanks … br

Brian Richardson -- Director of Firmware Ecosystem Engagements brian.richardson@intel.commailto:brian.richardson@intel.com -- @intel_brianhttps://twitter.com/Intel_Brian Firmware Ecosystem & Business Development, Firmware Integration & Development (FID) https://software.intel.com/en-us/meet-the-developers/evangelists/team/brian-richardson

From: naiyining notifications@github.com Sent: Monday, June 17, 2019 10:48 AM To: MinnowBoard-org/bugs-and-help bugs-and-help@noreply.github.com Cc: Richardson, Brian brian.richardson@intel.com; Comment comment@noreply.github.com Subject: Re: [MinnowBoard-org/bugs-and-help] build BIOS, encounter ACPI BIOS ERROR problem (#144)

if I use pre-built binary firmware images, the MinnowBoard works well. if use compiling from source images, the MinnowBoard encounter the ACPI BIOS ERROR problem. 32bit or 64bit have the same problem.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/MinnowBoard-org/bugs-and-help/issues/144?email_source=notifications&email_token=AD5F2XFHOJNTUMHXH2CQZTTP26P2BA5CNFSM4HYQWDC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODX3NB7I#issuecomment-502714621, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AD5F2XCLSKUWX33GWIV6NG3P26P2BANCNFSM4HYQWDCQ.

naiyining commented 5 years ago

it work ok after update the tools. thanks.