Hi Joan
Thanks for the reply and the suggestions.
i tried with vmalloc=512 , but the kernel stills hangs in the same place.
I added prints in the start_kernel function but those prints also not being printed in the console message.
I searched for the i.MX6 solo prebuilt images to get the mx6solo_sabresd_android_config but couldnot find any.
Can u please share the link to find the default u-boot delivery package which is mentioned in the reply.
Thanks & Regards,
Anjali
Hi Joan,
I was able to enable the early printk ..now i got few more prints like
Uncompressing Linux... done, booting the kernel.
Booting Linux on physical CPU 0x0
Initializing cgroup subsys cpu
Initializing cgroup subsys cpuacct
Linux version 3.10.53 (anjalik@anjalik) (gcc version 4.8 (GCC) ) #14 SMP PREEMPT Fri May 26 19:12:34 IST 2017
CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine: iW-RainboW-G15 platform based on i.MX6 (Device Tree), model: iWave RainboW-G15M-Q7 Board with PMIC based on Freescale i.MX6 Duallite/Solo
cma: CMA: reserved 224 MiB at 3c000000
Memory policy: ECC disabled, Data cache writealloc
On node 0 totalpages: 261888
free_area_init_node: node 0, pgdat 80fcf8c0, node_mem_map 81092000
DMA zone: 2048 pages used for memmap
DMA zone: 0 pages reserved
DMA zone: 261888 pages, LIFO batch:31
PERCPU: Embedded 8 pages/cpu @818a8000 s9728 r8192 d14848 u32768
pcpu-alloc: s9728 r8192 d14848 u32768 alloc=8*4096
pcpu-alloc: [0] 0
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259840
Kernel command line: console=ttymxc1,115200n8 video=mxcfb0:dev=ldb,bpp=24 video=mxcfb1:dev=hdmi,1920x1080M@60,if=RGB24,bpp=24 fbmem=28M root=/dev/mmcblk1p2 calibration rootwait rw rootfstype=ext4 init=/ind
PID hash table entries: 4096 (order: 2, 16384 bytes)
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Next in MM initMemory: 959MB 64MB = 1023MB total
Memory: 791584k/791584k available, 256992k reserved, 0K highmem
Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
vmalloc : 0xc0800000 - 0xff000000 (1000 MB)
lowmem : 0x80000000 - 0xc0000000 (1024 MB)
pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
.text : 0x80008000 - 0x80ec355c (15086 kB)
.init : 0x80ec4000 - 0x80f57600 ( 590 kB)
.data : 0x80f58000 - 0x80fed540 ( 598 kB)
.bss : 0x80fed540 - 0x81091378 ( 656 kB)
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Crossed MM initPreemptible hierarchical RCU implementation.
RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
NR_IRQS:16 nr_irqs:16 16
L310 cache controller enabled
l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x32050000, Cache size: 524288 B
/********************Freeze here *****************************************/
I tried disabling gpu as per a discussion forum but still not working.
Any help would be appreciated.
Thanks & Regards,
Anjali