I want to load linuxbios on an epia board.
When i try to execute the flash_rom utility it compile the different file and give me this mistake:
flash_rom.c:35: pci/pci.h: No such file or directory make: *** [all] Error 1
I´ve put rhe romimage into the directory /util/flash_and_burn and executed the makefile
I also tried the command "setpci -s 0:11.0 40.b=3D54" but it gives an error of syntax...
So how should i do?
Thanks im advance. -------------------------------------------------- Oreka ! Nous sommes l'internet moins cher ! Surfez 25% moins cher avec http://www.oreka.com
Philippe,
I want to load linuxbios on an epia board. When i try to execute the flash_rom utility it compile the different file and give me this mistake: flash_rom.c:35: pci/pci.h: No such file or directory make: *** [all] Error 1
You need pciutils-dev package.
I´ve put rhe romimage into the directory /util/flash_and_burn and executed the makefile I also tried the command "setpci -s 0:11.0 40.b=3D54" but it gives an error of syntax... So how should i do?
In the README of via/epia, it says $ setpci -s 0:11.0 40.b=54
Andrew
On Thu, 24 Apr 2003, Andrew Ip wrote:
In the README of via/epia, it says $ setpci -s 0:11.0 40.b=54
we need to get this bit combination into flash_rom.
ron