Skip to main content
Visitor II
July 29, 2003
Question

use customized kernel (2.4) on STPC?

  • July 29, 2003
  • 4 replies
  • 1017 views
Posted on July 29, 2003 at 09:51

use customized kernel (2.4) on STPC?

    This topic has been closed for replies.

    4 replies

    jdongAuthor
    Visitor II
    July 14, 2003
    Posted on July 14, 2003 at 20:36

    Hi,

    We compiled a kernel on a desktop with RH 7.2 Linux (kernel 2.4.7-10)and wanted to load this customized kernel to a DOM on an STPC Consumer II evaluation board.

    However, the kernel could not boot, and stopped right after the message indicating freeing unused memory. (no INIT: ... message). However, same DOM could boot on a Pentium III machine where the kernel was compiled.

    We tried the same board, but with an earlier linux kernel version 2.2, it could boot.

    Anybody out there has any hints on what might go wrong?

    Thanks,

    JP
    Visitor II
    July 15, 2003
    Posted on July 15, 2003 at 07:07

    Did you check if your kernel have been compiled for 486 architecture?

    By default, the kernel is configured to be compatible with your compilation platform which is usually a pentium class CPU.

    Take a look on the 'Processor type and features' section and select 486 as Processor family.

    I also suggest to suppress 'Symmetric multi-processing support' to avoid problems during the compilation. This option require some other module you could have suppressed.

    In fact, all options from the 'Processor type and features' section are not available on 486 and you could suppress all of them to decrease the size of your kernel.

    Farfalla

    jdongAuthor
    Visitor II
    July 15, 2003
    Posted on July 15, 2003 at 16:56

    The original post was too long to process during our migration. Please click on the provided URL to read the original post. https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I6Ww&d=%2Fa%2F0X0000000bq2%2Ff69XhEYrVOdN0tbBrFjt_MsggdqaW59hcSm_ITvregw&asPdf=false
    Visitor II
    July 29, 2003
    Posted on July 29, 2003 at 09:51

    Hi jdong

    Forget 2.4.7, try a newer kernel.

    Old Kernels (Suse 7.1, 2.4.10?) hat problems with USB, failing to boot with the STPC Atlas evaluation board.

    Today we are using standard 2.4.20 from kernel.org, because due to a packet reassembling bug before, nfs had performance problems.

    Dont rely on the bios:

    CONFIG_PCI_BIOS=n

    CONFIG_PCI_GOANY=n

    Best regards

    Uwe