IDP/ARK-2151S/Issue

From ESS-WIKI
Revision as of 11:30, 17 February 2016 by Winston (talk | contribs) (Created page with "=Fixed ACPI conflict with SMBus= *Two options to add the acpi_enforce_resources=lax into kernel cmdline. 1. modify the BOOTX64.conf under EFI/BOOT directly on your bootable...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Fixed ACPI conflict with SMBus

  • Two options to add the acpi_enforce_resources=lax into kernel cmdline.
 1. modify the BOOTX64.conf under EFI/BOOT directly on your bootable disk
 2. modify grub-usb.conf and the rest grub-xx.conf under 
    Project/layers/wr-idp/wr-idp-devkit/recipes-uefi/grub-efi/files/grub-conf 
    for your image just add acpi_enforce_resources=lax behind /bzImage
  • Two options to load i2c-dev by default
  1. add modprobe i2c-dev in /etc/rc.local
  2. make i2c-dev as built-in driver instead of kernel module