| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | How to start Linux kernel on MIPS32 |
| From: | "mike zheng" <mail4mz@gmail.com> |
| Date: | Fri, 28 Nov 2008 20:42:33 -0800 |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=90NnJesHb7cJOOXoDJTA695VZcBFQ7zuzOFaEYbOVw4=; b=FBMSPKkr0Gdkidl2XRzX9eFf+jnAi/JvV0LZV6ShkDAWu5D9QfZOu8rsWwyTks9kSE mKqG7tWqfBfGnXQZqouppO+mx7ZIp/ZMBmeUkI8FGK5j7ksNSjZ67RuNog0UymD9EfjY RcH4TUDsZtbJVpHGsgaZL1atTqzkghHXJCI/A= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=S8LvC/o2S+J1mYPqPeWyEo0BaWQ0vW/efN0VW+hVxqaR3jb0LoLN4RctS1fno9RJ31 M1AyeOU8IGeMisUPqSsRHIAokLutIhwmDiNgUNVuR3bRQt7Hvhz0+Ky0tzoT4zDu+pAP v6ZKCnsEYEUwVqTIWfOBTyY2ow1xM9lK04Hs0= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Hello,
I am doing development on a MIPS32 processor. However it failed to
boot when I try to use a boot loader to start the kernel in the
memory. The boot loader uses following command to jump to kernel entry
point in the memory:
entryPoint = (void *) 0x8036a000;
entryPoint();
I confirm the kernel image is able to boot up. Using JTAG debugger. I
set PC to the entry point of memory 0x8036a000, the kernel boots up. I
also disable the Cache before the jump.
Any idea on this issue?
Thanks,
Mike
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] MIPS: rb532: remove unused rb532_gpio_set_func(), Phil Sutter |
|---|---|
| Next by Date: | [PATCH] MIPS: unsigned result >= 0 is always true, roel kluin |
| Previous by Thread: | Re: MIPS: RB532: Provide functions for gpio configuration, Phil Sutter |
| Next by Thread: | [PATCH] MIPS: unsigned result >= 0 is always true, roel kluin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |