Forum Discussion

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

kernel terminal after it shows PID hash ...

I have nios2linux 1.4.1 run on my customed board.

The board has a 2MByte Nor Flash, a 8MByte SDRAM and they work rightly.

The layout of flash memory is:

0x200000 ~ 0x304FFF Kernel

0x305000 ~ 0x3FFFFF File System

when the system boots, it shows

"

uClinux/Nios II

Altera Nios II support © 2004 Microtronix Datacom Ltd.

Built 1 zonelists

Kernel command line: root =

PID hash table entries: 64 (order: 6, 1024 bytes)

"

Then, the system halts.

What's wrong?

What does the PID hash table entries mean?

2 Replies

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

    There is not thing to do with PID.

    It might be problem of irq vector.

    Did you set your irq vector to sdram?

    Please read the nios wiki. It would be easier if you follow the wiki.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by hippo@Jan 5 2007, 08:26 PM

    there is not thing to do with pid.

    it might be problem of irq vector.

    did you set your irq vector to sdram?

    please read the nios wiki. it would be easier if you follow the wiki.

    <div align='right'><{post_snapback}> (index.php?act=findpost&pid=20387)

    --- quote end ---

    --- Quote End ---

    great! I have set the irq (exception) vector to sdram, now it&#39;s ok!