Hi,
https://bugs.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/633227
seems to suggest we can now use 1GB of RAM on a Panda board.
Creating a new image using the following images and hwpacks for my Panda :
BOARD=panda linaro-media-create --rootfs ext4 --mmc /dev/mmcblk1 --binary linaro-n-developer-tar-20110426-0.tar.gz --hwpack hwpack_linaro-panda_20110426-0_armel_supported.tar.gz --dev panda
I see that :
root@linaro:~# uname -a Linux liliput-panda 2.6.38-1002-linaro-omap #3-Ubuntu SMP Fri Apr 15 14:00:54 UTC 2011 armv7l armv7l armv7l GNU/Linux
root@linaro:~# free -m total used free shared buffers cached Mem: 662 538 123 0 14 494 -/+ buffers/cache: 30 631 Swap: 0 0 0
Is there something else that I'm missing here ?
cheers Ramana
On Wed, Apr 27, 2011 at 02:28:35PM +0100, Ramana Radhakrishnan wrote:
https://bugs.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/633227
seems to suggest we can now use 1GB of RAM on a Panda board.
Creating a new image using the following images and hwpacks for my Panda :
BOARD=panda linaro-media-create --rootfs ext4 --mmc /dev/mmcblk1 --binary linaro-n-developer-tar-20110426-0.tar.gz --hwpack hwpack_linaro-panda_20110426-0_armel_supported.tar.gz --dev panda
I see that :
root@linaro:~# uname -a Linux liliput-panda 2.6.38-1002-linaro-omap #3-Ubuntu SMP Fri Apr 15 14:00:54 UTC 2011 armv7l armv7l armv7l GNU/Linux
root@linaro:~# free -m total used free shared buffers cached Mem: 662 538 123 0 14 494 -/+ buffers/cache: 30 631 Swap: 0 0 0
Is there something else that I'm missing here ?
https://bugs.launchpad.net/linaro-image-tools/+bug/707047
This bug has been marked "fix released" for linaro-image-tools, but there has not been an update of linaro-image-tools in Ubuntu natty since February. If you use linaro-media-create from the bzr branch when writing to the SD card, you should see more memory available.
https://bugs.launchpad.net/linaro-image-tools/+bug/707047
This bug has been marked "fix released" for linaro-image-tools, but there has not been an update of linaro-image-tools in Ubuntu natty since February. If you use linaro-media-create from the bzr branch when writing to the SD card, you should see more memory available.
I am using linaro-media-create from the PPA - given that my host is a Maverick system and this was updated to this mornings version which appears to be 0.4.4
Please note that the cmdline I have at the minute has the following line :
mem=456M@0x80000000 mem=512M@0xA0000000
Thus I would expect there to be atleast 968M of RAM rather than just 662M !
cheers Ramana
Dnia 2011-04-27, śro o godzinie 17:45 +0100, Ramana Radhakrishnan pisze:
Please note that the cmdline I have at the minute has the following line :
mem=456M@0x80000000 mem=512M@0xA0000000
Thus I would expect there to be atleast 968M of RAM rather than just 662M !
hrw@panda:~$ cat /proc/cmdline ro elevator=cfq vram=32M mem=463M@0x80000000 mem=512M@0xA0000000 fixrtc rootwait root=/dev/sda3 console=ttyO2,115200 console=tty1 hrw@panda:~$ free -m total used free shared buffers cached Mem: 921 865 55 0 476 117 -/+ buffers/cache: 271 649 Swap: 0 0 0 hrw@panda:~$ head /proc/meminfo MemTotal: 943112 kB MemFree: 59924 kB Buffers: 483868 kB Cached: 120564 kB SwapCached: 0 kB Active: 348128 kB Inactive: 330912 kB Active(anon): 75292 kB Inactive(anon): 708 kB Active(file): 272836 kB hrw@panda:~$
[ 0.000000] Reserving 33554432 bytes SDRAM for VRAM [ 0.000000] Memory: 463MB 480MB = 943MB total [ 0.000000] Memory: 934628k/934628k available, 63772k reserved, 229376K highmem
Where 22MB vanished? No idea.
On 28/04/11 09:01, Marcin Juszkiewicz wrote:
Dnia 2011-04-27, śro o godzinie 17:45 +0100, Ramana Radhakrishnan pisze:
Please note that the cmdline I have at the minute has the following line :
mem=456M@0x80000000 mem=512M@0xA0000000
Thus I would expect there to be atleast 968M of RAM rather than just 662M !
ramrad01@liliput-panda:~$ cat /proc/cmdline console=tty0 console=ttyO2,115200n8 root=UUID=85fea80e-b5fa-41c5-97a7-cedfaaa15ea2 rootwait ro earlyprintk fixrtc nocompcache vram=32M omapfb.vram=0:8M mem=463M@0x80000000 mem=512M@0xA0000000
ramrad01@liliput-panda:~$ free -m total used free shared buffers cached Mem: 669 162 506 0 26 110 -/+ buffers/cache: 25 644 Swap: 0 0 0
Not sure why I seem to have very different kernel cmdline in this case.
Ramana
hrw@panda:~$ cat /proc/cmdline ro elevator=cfq vram=32M mem=463M@0x80000000 mem=512M@0xA0000000 fixrtc rootwait root=/dev/sda3 console=ttyO2,115200 console=tty1 hrw@panda:~$ free -m total used free shared buffers cached Mem: 921 865 55 0 476 117 -/+ buffers/cache: 271 649 Swap: 0 0 0 hrw@panda:~$ head /proc/meminfo MemTotal: 943112 kB MemFree: 59924 kB Buffers: 483868 kB Cached: 120564 kB SwapCached: 0 kB Active: 348128 kB Inactive: 330912 kB Active(anon): 75292 kB Inactive(anon): 708 kB Active(file): 272836 kB hrw@panda:~$
[ 0.000000] Reserving 33554432 bytes SDRAM for VRAM [ 0.000000] Memory: 463MB 480MB = 943MB total [ 0.000000] Memory: 934628k/934628k available, 63772k reserved, 229376K highmem
Where 22MB vanished? No idea.
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
On 28/04/11 09:01, Marcin Juszkiewicz wrote:
Dnia 2011-04-27, śro o godzinie 17:45 +0100, Ramana Radhakrishnan pisze:
Please note that the cmdline I have at the minute has the following line :
mem=456M@0x80000000 mem=512M@0xA0000000
Thus I would expect there to be atleast 968M of RAM rather than just 662M !
hrw@panda:~$ cat /proc/cmdline ro elevator=cfq vram=32M mem=463M@0x80000000 mem=512M@0xA0000000 fixrtc rootwait root=/dev/sda3 console=ttyO2,115200 console=tty1 hrw@panda:~$ free -m total used free shared buffers cached Mem: 921 865 55 0 476 117 -/+ buffers/cache: 271 649 Swap: 0 0 0 hrw@panda:~$ head /proc/meminfo MemTotal: 943112 kB MemFree: 59924 kB Buffers: 483868 kB Cached: 120564 kB SwapCached: 0 kB Active: 348128 kB Inactive: 330912 kB Active(anon): 75292 kB Inactive(anon): 708 kB Active(file): 272836 kB hrw@panda:~$
[ 0.000000] Reserving 33554432 bytes SDRAM for VRAM [ 0.000000] Memory: 463MB 480MB = 943MB total [ 0.000000] Memory: 934628k/934628k available, 63772k reserved, 229376K highmem
Ok based on a conversation that Marcin and I had on IRC , it turns out that the kernel I'm running is a linux-1002-2.6.38-omap4 kernel while Marcin is running a 1024-2.6.38-omap4 kernel ? Why is it that the daily hwpacks either from haven't been updated with a kernel after 1002 in this case ?
cheers Ramana
Where 22MB vanished? No idea.
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev