The &#39;rest&#39; is used as Video RAM<br><br><div class="gmail_quote">On 19 September 2012 18:20, stage.nexvision <span dir="ltr">&lt;<a href="mailto:stage.nexvision@laposte.net" target="_blank">stage.nexvision@laposte.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I&#39;ve followed closely the wiki on &quot;How to build Debian from source&quot; on rhombus-tech.<br>
I have a MeleA1000 but no USB serial converter so I can&#39;t see the kernel console while booting.<br>
<br>
I&#39;ve a working configuration of the kernel + rootfs, with a debian squeeze.<br>
Now, I&#39;m trying to get the 512M available for the server, but I&#39;m probably missing something since I can only get<br>
395MB out of the 512MB.<br>
<br>
Here&#39;s my config:<br>
# cd linux-allwinner<br>
# git log<br>
commit dd70661fe7321c7f0356cf082a1577f55a5160ba<br>
Author: Henrik Nordstrom<br>
Date: Thu Jun 7 00:30:55 2012 +0200<br>
<br>
Hide MALI DRM driver if MALI is not enabled. Does not actually seem<br>
to depend on MALI drivers but is useless without them.<br>
<br>
commit 882b8923fa30e3d47693279b8b566e34346cc345<br>
Author: Henrik Nordstrom<br>
Date: Thu Jun 7 00:23:34 2012 +0200<br>
<br>
Clean up MALI driver integration<br>
<br>
- Can only be built as module<br>
- Enabled via defconfig, not hardwired in the target architecture<br>
- Rename CONFIG_GPU_MALI to CONFIG_MALI<br>
[...]<br>
<br>
<br>
// Attached my .config<br>
// Make clean &amp; rebuild from scratch each time<br>
<br>
On the target, when it&#39;s running:<br>
# uname -a<br>
Linux CocoonSe 3.0.31+ #9 PREEMPT Sat Sep 15 14:42:55 CEST 2012 armv7l GNU/Linux<br>
# top<br>
top - 14:50:27 up 0 min, 1 user, load average: 1.34, 0.36, 0.12<br>
Tasks: 80 total, 1 running, 79 sleeping, 0 stopped, 0 zombie<br>
Cpu(s): 0.7%us, 0.7%sy, 0.0%ni, 98.7%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st<br>
Mem: 395744k total, 92260k used, 303484k free, 7716k buffers<br>
Swap: 0k total, 0k used, 0k free, 57972k cached<br>
# free<br>
total used free shared buffers cached<br>
Mem: 395744 106372 289372 0 11844 67288<br>
-/+ buffers/cache: 27240 368504<br>
Swap: 0 0 0<br>
<br>
# zgrep &quot;MALI&quot; /proc/config.gz<br>
# CONFIG_MALI is not set<br>
zgrep &quot;G2D&quot; /proc/config.gz<br>
# CONFIG_SUN4I_G2D is not set<br>
# zgrep &quot;FB&quot; /proc/config.gz<br>
# CONFIG_FB is not set<br>
# zgrep &quot;VIDEO&quot; /proc/config.gz<br>
CONFIG_VIDEO_DEV=y<br>
CONFIG_VIDEO_V4L2_COMMON=y<br>
CONFIG_VIDEO_MEDIA=y<br>
CONFIG_VIDEO_V4L2=y<br>
CONFIG_VIDEOBUF_GEN=m<br>
CONFIG_VIDEOBUF_DMA_CONTIG=m<br>
# CONFIG_VIDEO_CAPTURE_DRIVERS is not set<br>
# CONFIG_VIDEO_SUN4I_CEDAR is not set<br>
CONFIG_VIDEO_CSI_SUN4I=y<br>
# CONFIG_VIDEO_OUTPUT_CONTROL is not set<br>
<br>
And finally my uboot cmdline is correctly passed:<br>
# cat /proc/cmdline<br>
console=ttyS0,115200 root=/dev/sda1 loglevel=8 panic=10 rootfstype=ext4 rootwait mem=512M<br>
<br>
The 512M are detected by the kernel:<br>
# cat /proc/iomem<br>
[...]<br>
40000000-5fffffff : System RAM<br>
40031000-4073cfff : Kernel text<br>
4073e000-40931367 : Kernel data<br>
<br>
I&#39;ve disp_init_enable=0 in my fex file too.<br>
<br>
Any idea about what I&#39;m missing ?<br>
<br>
Best regards,<br>
Cyril<br>
<br>
Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ?<br>
Je crée ma boîte mail <a href="http://www.laposte.net" target="_blank">www.laposte.net</a><br>
<br>
_______________________________________________<br>
arm-netbook mailing list <a href="mailto:arm-netbook@lists.phcomp.co.uk">arm-netbook@lists.phcomp.co.uk</a><br>
<a href="http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook" target="_blank">http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook</a><br>
Send large attachments to <a href="mailto:arm-netbook@files.phcomp.co.uk">arm-netbook@files.phcomp.co.uk</a></blockquote></div><br>