Hi All.
I have made the partition of SD card using the script given in the
./device/fsl/common/tools/fsl-sdcard-partition.sh (Please find the attached script).
then i did
fdisk /dev/sde
Command (m for help): t
Partition number (1-9): 1
Hex code (type L to list codes): b
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
then converted system.img to raw format
../host/linux-x86/bin/simg2img system.img system_raw.img
then i flashed the images :
sudo dd if=u-boot-imx7d.imx of=/dev/sde bs=1k seek=1 ; sync
sudo dd if=boot-imx7d.img of=/dev/sde1 ; sync
sudo dd if=recovery-imx7d.img of=/dev/sde2 ; sync
sudo dd if=system_raw.img of=/dev/sde4 ; sync
initially i was getting SElinux related issues...so i disabled SElinux
in the file
./device/fsl/sabresd_7d/BoardConfig.mk
and then i flashed so i am getting
Kernel command line: console=ttymxc0,115200 init=/init androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=freescale androidboot.selinux=disabled
in the log....
but still i am facing issue related to init failed and binder transaction failed....please find the attached log and give your suggestions.
Thanks ,
Mehul
Original Attachment has been moved to: fsl-sdcard-partition.sh
Original Attachment has been moved to: 3rd_march_se_disable_log.txt.zip