PCEngines-Experiences


ALIX 3C3

Award BIOS do not redirect console over serial port, event all is set in BIOS - serial port is enabled and console redirection too. If you wish use all board feauter in linux, here is configuration:

Kernel configuration 2.6.26 and prepared bzImage. Work fine for me.

Additive kernel options: "acpi=force mfgptfix"

LED on GPIO. How to use?

  mknod led1 c 254 6 # here is probably error in documentation
  mknod led2 c 254 25
  mknod led3 c 254 27
  # now enable output
  echo "O" > led1/2/3
  # switch off
  echo 1 > led?
  # switch on 
  echo 0 > led?

WRAP 2C

Kernel configuration:

Kernel configuration 2.6.26 and prepared bzImage. Work fine for me.

Additive kernel options: "scx200_acb.base=0x810,0x820"

LED on GPIO. How to use?

  mknod led1 c 254 2 
  mknod led2 c 254 3
  mknod led3 c 254 18
  # switch off
  echo 1 > led?
  # switch on 
  echo 0 > led?

email Home