Hello,

I have just updated to Kernel 2.6.28. Now flashrom fails at the following line 
of code in cbtable.c:

        low_1MB = mmap(0, 1024 * 1024, PROT_READ, MAP_SHARED, fd_mem,
                       0x00000000);
        if (low_1MB == MAP_FAILED) {
                perror("Can't mmap memory using " MEM_DEV);
                exit(-2);
        }

Do you know if there is a change from 2.6.27 to 2.6.28 which could cause this 
error?

Ole

Attachment: signature.asc
Description: This is a digitally signed message part.

--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to