Created
August 25, 2011 15:39
-
-
Save kiljacken/1170959 to your computer and use it in GitHub Desktop.
LGE P990 Development Info
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Base: 0x10000000 | |
Pagesize: 0x800 | |
Cmdline: mem=383M@0M nvmem=128M@384M loglevel=0 muic_state=1 lpj=9994240 CRC=3010002a8e458d7 vmalloc=256M brdrev=1.0 video=tegrafb console=ttyS0,115200n8 usbcore.old_scheme_first=1 tegraboot=sdmmc tegrapart=recovery:35e00:2800:800,linux:34700:1000:800,mbr:400:200:800,system:600:2bc00:800,cache:2c200:8000:800,misc:34200:400:800,userdata:38700:c0000:800 androidboot.hardware=p990 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arch/arm/mach-tegra/odm_kit/star/query/nvodm_query.c: | |
NvU32 NvOdmQueryCarveoutSize(void) | |
{ | |
return 0x08000000; // Size in bytes | |
} | |
cmdline: | |
mem=383M@0M nvmem=128M@384M |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Disk /dev/block/mmcblk0: 7996 MB, 7996440576 bytes | |
1 heads, 16 sectors/track, 976128 cylinders | |
Units = cylinders of 16 * 512 = 8192 bytes | |
Device Boot Start End Blocks Id System | |
/dev/block/mmcblk0p1 129 44928 358400 83 Linux | |
/dev/block/mmcblk0p2 44929 53120 65536 83 Linux | |
/dev/block/mmcblk0p3 53121 53376 2048 83 Linux | |
/dev/block/mmcblk0p4 53377 1601579 12385624 5 Extended | |
/dev/block/mmcblk0p5 53441 54464 8192 83 Linux | |
/dev/block/mmcblk0p6 54529 54848 2560 83 Linux | |
/dev/block/mmcblk0p7 54913 57472 20480 83 Linux | |
/dev/block/mmcblk0p8 57537 254144 1572864 83 Linux | |
/dev/block/mmcblk0p9 254209 976128 5775360 83 Linux | |
Useable Partitions: | |
mmcblk0p1 /system 350.0 MB | |
mmcblk0p2 /cache 64.0 MB | |
mmcblk0p3 misc 2.0 MB | |
mmcblk0p5 boot 8.0 MB | |
mmcblk0p6 /lgdrm 2.5 MB | |
mmcblk0p7 recovery 20.0 MB | |
mmcblk0p8 /data 1536.0 MB ( 1.5 GB) | |
mmcblk0p9 /mnt/emmc 5630.0 MB (~5.5 GB) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment