User Tools

Site Tools


devices:asus_kcma-d8

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
devices:asus_kcma-d8 [2019/07/06 09:31] Sean Rhonedevices:asus_kcma-d8 [2019/12/01 22:08] – [Issues] Sean Rhone
Line 20: Line 20:
 ===== Issues ===== ===== Issues =====
  
-  * When booting Ubuntu 18.10, there's a gfx error; type ''help'' and press ''Enter'' to boot ((this can be avoided by using an external GPU and disabling the generated VBIOS option for SeaBIOS, but otherwise this isn't a big issue))+  * :!: At some point apparently, Coreboot removed support for this motherboard in ''master'', so it is assumed these notes won't work as-is 
 +  * When booting Ubuntu 18.10+, there's a gfx error; type ''help'' and press ''Enter'' to boot ((this can be avoided by using an external GPU and disabling the generated VBIOS option for SeaBIOS, but otherwise this isn't a big issue))
   * Jumpers seem to act slightly different with Coreboot ((can't disable individual Ethernet ports and it's all or nothing; ASpeed GPU only needs top jumper moved to enable while the second jumper can stay on disabled))   * Jumpers seem to act slightly different with Coreboot ((can't disable individual Ethernet ports and it's all or nothing; ASpeed GPU only needs top jumper moved to enable while the second jumper can stay on disabled))
   * Windows 10's installer can't start ((''ACPI_BIOS_ERROR'' BSoD; requires disabling the generated VBIOS option for SeaBIOS to get to that point or otherwise the installer hangs after loading files))   * Windows 10's installer can't start ((''ACPI_BIOS_ERROR'' BSoD; requires disabling the generated VBIOS option for SeaBIOS to get to that point or otherwise the installer hangs after loading files))
-  * For unknown reasons, some builds of Coreboot from ''master'' have unreliable POST; using the release tar of 4.9 works fine though, and as of 2019/04/20, is the latest known-good release+  * For unknown reasons, some builds of Coreboot from ''master'' have unreliable POST; using the release tar of 4.9 works fine though, and from ''master'', 2019/07/06 is the last known-good version too 
 +  * TianoCore payload compiles, but didn't boot as of 2019/07/17 ((I think because of it needing onboard/native graphics? SeaBIOS with the same build of CB works fine))
  
 ===== RAM ===== ===== RAM =====
Line 36: Line 38:
   * Nanya NT2GC64B88B0NF-CG ((compatible with Coreboot 2019/01/17, incompatible with Libreboot 20160907, compatible with ASUS Vendor BIOS 3303))   * Nanya NT2GC64B88B0NF-CG ((compatible with Coreboot 2019/01/17, incompatible with Libreboot 20160907, compatible with ASUS Vendor BIOS 3303))
   * Micron 16JTF25664AZ-1G4F1 ((compatible with Coreboot 2019/01/17, incompatible with Libreboot 20160907, compatible with ASUS Vendor BIOS 3303))   * Micron 16JTF25664AZ-1G4F1 ((compatible with Coreboot 2019/01/17, incompatible with Libreboot 20160907, compatible with ASUS Vendor BIOS 3303))
-  * Samsung M378B5273CH0-CK0 ((compatible with Coreboot 2019/01/19, untested with Libreboot, untested with ASUS Vendor BIOS))+  * Samsung M378B5273CH0-CK0 ((compatible with Coreboot 2019/01/19, untested with Libreboot, compatible with ASUS Vendor BIOS 3303))
  
 ===== Dependencies ===== ===== Dependencies =====
Line 49: Line 51:
   sudo apt-get install -y bison build-essential curl flex git gnat libncurses5-dev m4 zlib1g-dev python-minimal   sudo apt-get install -y bison build-essential curl flex git gnat libncurses5-dev m4 zlib1g-dev python-minimal
  
-==== Fedora Workstation ==== +=== TianoCore ===
- +
-  * :!: Fedora Workstation 29 **cannot** be used to compile older versions of Coreboot wanting a non-matching major GCC version for crossgcc ((see [[notes:old_coreboot|Old Coreboot]] notes)) +
- +
-  sudo dnf install make ncurses-devel acpica-tools flex bison gcc-c++ patch zlib-devel gcc-gnat pciutils-devel +
- +
-==== openSUSE Tumbleweed ====+
  
 **** ****
  
-  sudo zypper install git-core make cmake ncurses-devel acpica flex bison gcc-c++ patch zlib-devel gcc-ada pciutils-devel+  uuid-dev nasm
  
 ===== Download Source ===== ===== Download Source =====
Line 171: Line 167:
  
   sync && sudo flashrom --programmer 'internal' --write ~/'Downloads/KCMAD8-coreboot-'*'.rom'   sync && sudo flashrom --programmer 'internal' --write ~/'Downloads/KCMAD8-coreboot-'*'.rom'
 +
 +===== Fan Control =====
 +
 +  * If OpenBMC is figured out, this may be superseded
 +  * :!: Answer ''yes'' to all ''sensors-detect'' prompts and reboot for ''fancontrol'' to run
 +
 +  sudo dnf install 'lm_sensors' && sudo sensors-detect && sudo -e '/etc/fancontrol' && sudo systemctl enable 'fancontrol'
 +
 +<code>
 +INTERVAL=10
 +DEVNAME=/sys/class/hwmon/hwmon6=w83795g
 +
 +FCTEMPS=/sys/class/hwmon/hwmon6/device/pwm2=/sys/class/hwmon/hwmon6/device/temp8_input
 +FCFANS=/sys/class/hwmon/hwmon6/device/fan1_input+/sys/class/hwmon/hwmon6/device/fan2_input
 +
 +MINTEMP=/sys/class/hwmon/hwmon6/device/pwm2=50
 +MAXTEMP=/sys/class/hwmon/hwmon6/device/pwm2=60
 +
 +MINSTART=/sys/class/hwmon/hwmon6/device/pwm2=4000
 +MINSTOP=/sys/class/hwmon/hwmon6/device/pwm2=0</code>
/var/www/wiki/data/pages/devices/asus_kcma-d8.txt · Last modified: 2023/07/19 19:43 by Sean Rhone