On Wed, Nov 07, 2007 at 07:21:33AM -0700, Myles Watson wrote:
I did a config for the 2891 with LAB, but all I see in deploy is this: ls -l deploy/ total 7280 -rw-r--r-- 1 rminnich rminnich 905680 2007-11-06 19:36 bzImage -rw-rw-r-- 1 rminnich rminnich 272384 2007-11-06 19:38 initrd.uncompressed -rw-rw-r-- 1 rminnich rminnich 879963 2007-11-06 19:38 lab- payload.elf.lzma -rw-r--r-- 1 rminnich rminnich 2108666 2007-11-06 19:38 lab-payload-uncompressed.elf -rw-rw-r-- 1 rminnich rminnich 1011712 2007-11-06 19:38 tyan-s2891.rom -rw-r--r-- 1 rminnich rminnich 2242990 2007-11-06 19:36 vmlinux
And the only linuxbios.rom I see is this: ls -l ./work/linuxbios/svn/targets/tyan/s2891/s2891/linuxbios.rom -rw-rw-r-- 1 rminnich rminnich 1011712 2007-11-06 19:38 ./work/linuxbios/svn/targets/tyan/s2891/s2891/linuxbios.rom
So where is the romimage? What am I missing?
The tyan-s2891.rom file in deploy/ is the image; it expects you to prepend the 36K vga rom to make it a full megabyte. The 36K vga rom is identical across S2881, S2882 and S2891 (and possibly other Tyan servers; those are the three models I have access to).
I really need to make work of that kconfig option for 'add vga bios after compile'.
Check s2891deploy/
I think the s2891 config makes its own directory.
Uhm, no :)
Thanks, Ward.