Hi, I have try to build rom file but I have incountered several difficulties. There insn't a simple howto step by step? I follow the AMD_Geode_Porting_Guide but after download the buildrom and coreboot.. for example where I must do the command make menuconfig and make?
from buildrom/buildrom-devel/
if you want to configure coreboot v3 make coreboot-v3-config
if you want to choose the payload (in your case the linux kernel) make menuconfig
Thanks, Myles
I have econtered an error during the compilation. I have make these step: - svn co svn://coreboot.org/buildrom - svn co svn://coreboot.org/repos/trunk/coreboot-v2 - cd buildrom/buildrom-devel/ - make menuconfig - make
When I run "make" I get the attached error. How I make to understand where is the problem?
...and after the succesfull rom compilation?
Thank you in advance, Davide
root@ubuntu:~/buildrom/buildrom-devel# make Fetching the mkelfimage rev 3473 code... Unpacking mkelfimage... Patching mkelfimage... Building mkelfImage... --18:37:57-- http://www.cs.cmu.edu/~ajw/public/dist//unifdef-1.0.tar.gz => `/root/buildrom/buildrom-devel/sources/unifdef-1.0.tar.gz' Risoluzione di www.cs.cmu.edu in corso... 128.2.203.164 Connessione a www.cs.cmu.edu|128.2.203.164:80... connesso. HTTP richiesta inviata, aspetto la risposta... 200 OK Lunghezza: 15,850 (15K) [application/x-gzip]
100%[=============================================================================================================================>] 15,850 41.60K/s
18:37:59 (41.49 KB/s) - "/root/buildrom/buildrom-devel/sources/unifdef-1.0.tar.gz" salvato [15850/15850]
Patching unifdef... Applying patch unifdef-build-fix.patch Now at patch unifdef-build-fix.patch Building unifdef (host)... Fetching the AMD VSA binary... wget -P /root/buildrom/buildrom-devel/sources http://www.amd.com/files/connectivitysolutions/geode/geode_lx/amd_vsa_lx_1.0... -O /root/buildrom/buildrom-devel/sources/amd_vsa_lx_1.01.bin.gz --18:38:02-- http://www.amd.com/files/connectivitysolutions/geode/geode_lx/amd_vsa_lx_1.0... => `/root/buildrom/buildrom-devel/sources/amd_vsa_lx_1.01.bin.gz' Risoluzione di www.amd.com in corso... 80.67.86.31, 80.67.86.25 Connessione a www.amd.com|80.67.86.31:80... connesso. HTTP richiesta inviata, aspetto la risposta... 200 OK Lunghezza: non specificato [application/x-gzip]
[ <=> ] 57,504 56.40K/s
18:38:04 (56.36 KB/s) - "/root/buildrom/buildrom-devel/sources/amd_vsa_lx_1.01.bin.gz" salvato [57504]
--18:38:04-- http://kernel.org/pub/linux/kernel/v2.6//linux-2.6.20.2.tar.bz2 => `/root/buildrom/buildrom-devel/sources/linux-2.6.20.2.tar.bz2' Risoluzione di kernel.org in corso... 204.152.191.5, 204.152.191.37 Connessione a kernel.org|204.152.191.5:80... connesso. HTTP richiesta inviata, aspetto la risposta... 200 OK Lunghezza: 43,378,711 (41M) [application/x-bzip2]
100%[=============================================================================================================================>] 43,378,711 116.04K/s ETA 00:00
18:42:54 (146.37 KB/s) - "/root/buildrom/buildrom-devel/sources/linux-2.6.20.2.tar.bz2" salvato [43378711/43378711]
Unpacking kernel (2.6.20.2)... Patching kernel... Building kernel... Installing kernel headers... Building the ELF payload... Fetching the coreboot rev 3335 code... Unpacking coreboot (coreboot-svn-3335.tar.gz)... Patching coreboot... Building target... Building coreboot... make: *** [/root/buildrom/buildrom-devel/work/coreboot/svn/targets//pcengines/alix1c/alix1c/coreboot.rom] Error 2 root@ubuntu:~/buildrom/buildrom-devel#