Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Linux Boot on the custom board. (Exception:init process)

Hi everyone!

I have trying to run Linux on my custom board.

But, Linux startup, an exception occurs.


kernel_init()
  init_post()
    run_init_process() ※Exception

Root file system mounted.

And then, An exception occurred at start the "/init"process.

I've already replaced custom_fpga.h.

Do you think there are anything of what I have to do ?

Thanks a lot All.

※This topic has moved from [The problem with custom board. (Exception access user space)].

http://www.alteraforum.com/forum/showthread.php?t=26203

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi everyone!

    Solved this problem.

    Linux has started successfully.

    I changed EXCEPTION_ADDR from 0xC0000040 to 0xC0000020.

    This is referred to the design NEEK.

    Thank you for help.