Hi, I have a epia 800. I have build via/epia/Config.filo.lb, compiled & flashed succesfully. But it stops after : ... vt8601 done Copying LinuxBIOS to ram. Jumping to LinuxBIOS.
Post code : FE
It's in c_start.S before 'call hardwaremain'. Can someone help me? Thanks.
__________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/
On Mon, Oct 27, 2003 at 12:44:08AM -0800, Erdem Guven wrote:
Hi, I have a epia 800. I have build via/epia/Config.filo.lb, compiled & flashed succesfully. But it stops after : ... vt8601 done Copying LinuxBIOS to ram. Jumping to LinuxBIOS.
Post code : FE
It's in c_start.S before 'call hardwaremain'. Can someone help me? Thanks.
Maybe RAM is not working. Currently, V2 EPIA works with a single-sided DIMM at the first slot only, not for double-sided DIMM or two DIMMs.
Maybe RAM is not working. Currently, V2 EPIA works with a single-sided DIMM at the first slot only, not for double-sided DIMM or two DIMMs.
-- Takeshi
Yes, it's the ram, causing problem. Thank you.
===== Erdem G�ven erdemus
__________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/
On Mon, 27 Oct 2003, Erdem Guven wrote:
Hi, I have a epia 800. I have build via/epia/Config.filo.lb, compiled & flashed succesfully. But it stops after : ... vt8601 done Copying LinuxBIOS to ram. Jumping to LinuxBIOS.
Post code : FE
This means that it had jumped to your payload but your payload never took over.
Please rebuilt but set MAXIMUM_CONSOLE_LOGLEVEL to 10, and DEFAULT_CONSOLE_LOGLEVEL to 10, and send the output.
I think there's a problem with your payload
ron
Hi, Now I can boot my epia 800 by linuxbios + filo fallback image and start linux. I have some questions: - How can I set normal image to boot? I think I had to set some bits in cmos. - I'm using flash_rom utility to burn the images. Is it possible to burn only normal image and leave fallback as is. - I want to use ADLO to start openBSD. I tried to load ADLO elf from filo but I get: Loading image... Can't read program segment 0 Thanks.
===== Erdem G�ven erdemus
__________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/
On Tue, Oct 28, 2003 at 01:37:09AM -0800, Erdem Guven wrote:
- How can I set normal image to boot? I think I had to
set some bits in cmos.
- I'm using flash_rom utility to burn the images. Is
it possible to burn only normal image and leave fallback as is.
I think these are under development (at least for EPIA).
- I want to use ADLO to start openBSD. I tried to load
ADLO elf from filo but I get: Loading image... Can't read program segment 0
Could you turn on DEBUG_ALL of FILO and send the debug messages to me? You don't have to reflash FILO, btw (FILO can boot another FILO).
Could you turn on DEBUG_ALL of FILO and send the debug messages to me?
Here is the output: boot: hda1:/home/erdem/payload malloc_diag: alloc: 232 bytes (4 blocks), free: 16144 bytes (1 blocks) malloc_diag: alloc: 248 bytes (5 blocks), free: 16128 bytes (1 blocks) file_open: dev=hda1, path=/home/erdem/payload find_ide_controller: found PCI IDE controller 1106:0571 prog_if=0x8a find_ide_controller: primary channel: compatibility mode find_ide_controller: cmd_base=0x1f0 ctrl_base=0x3f4 ide_software_reset: Waiting for ide0 to become ready for reset... ok init_drive: Testing for hda init_drive: Probing for hda init_drive: LBA mode, sectors=6306048 hda: LBA 3153MB: QUANTUM FIREBALL ST3.2A init_drive: Testing for hdb init_drive: Probing for hdb print_status: IDE: status=0x0, err=0x0 init_drive: Testing for hdb init_drive: Probing for hdb print_status: IDE: status=0x0, err=0x0 devopen: Partition 1 start 63 length 5830209 Mounted ext2fs malloc_diag: alloc: 232 bytes (4 blocks), free: 16144 bytes (1 blocks) malloc_diag: alloc: 272 bytes (5 blocks), free: 16104 bytes (1 blocks) Loading image... load_segments: segment 0 addr:0x7c00 file:0x20400 mem:0x20400 loading... Can't 0 malloc_diag: alloc: 232 bytes (4 blocks), free: 16144 bytes (1 blocks) malloc_diag: alloc: 192 bytes (3 blocks), free: 16184 bytes (1 blocks)
===== Erdem G�ven erdemus
__________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/
On Tue, Oct 28, 2003 at 02:33:02AM -0800, Erdem Guven wrote:
load_segments: segment 0 addr:0x7c00 file:0x20400 mem:0x20400 loading... Can't 0
FILO is reading 0x20400 (132096 decimal) bytes from the file, and perhaps the file is shorter than that.
ADLO just "cat" the files to make up the ELF image, so all files (like VGABIOS image) must be in the exact size as it expects.
On Tue, 28 Oct 2003, Erdem Guven wrote:
- I'm using flash_rom utility to burn the images. Is
it possible to burn only normal image and leave fallback as is.
I need to put some patches back in to do this that I had for the Alphas.
A better option is to use MTD.
ron