Tagged Questions
3
votes
0answers
93 views
My SMDK2416 (for s3c2416) kernel works on 64MRAM but crashed on 128M
I'm currently working on embedded arm linux with smdk2416(s3c2416)
The kernel is working on the 64MRAM. Recently, I need to increase the RAM from 64M to 128MB with 64MB on bank0 and 64MB on bank1.
...
2
votes
0answers
365 views
Qemu doesn't boot kernel after “Uncompressing Linux… done, booting the kernel. ”
I've compiled qemu for s5pc110 (it's from http://gitorious.org/samsung-linux-platform/qemu, somebody had added support for s5pc110), version 0.12. But when I load the kernel:
qemu-system-arm -M ...
2
votes
2answers
424 views
Joli OS on ARM devices
I didn't really know where to ask this question, so since Joli OS uses the linux kernel and they don't seem to have a forum here I go.
All the official information I could gather says it doesn't work ...
3
votes
2answers
157 views
Is there a different linux kernel for different architectures?
If I want to build a custom kernel for an ARM architecture, do I need to :
a) Download the kernel from kernel.org, make changes to the kernel, build it using some cross compiler (like code sourcery ...
5
votes
2answers
694 views
ZONE_NORMAL and it's association with Kernel/User-pages?
Above is presented a case where I have only 512 MB of physical memory. What I have read up so far, is that ZONE_NORMAL is mapped to the kernel virtual address space as shown. Essentially I have a ...
6
votes
1answer
341 views
Linux kernel 2.6 on ARM
I have compiled and installed the 2.6 kernel on an ARM board. I am using the ARM mini2440 board.
I would like to know if there is already a way to access the General Purpose I/O port pins?
Or will ...