Part Number: J6EVM5777
Hi There,
I am using TI J6-EVM5777 Rev H for the first time. Now I want to boot Android Over it. Can Anyone get me with the basic steps for doing it.
Thanks in advance,
Alkesh Shah
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: J6EVM5777
Hi There,
I am using TI J6-EVM5777 Rev H for the first time. Now I want to boot Android Over it. Can Anyone get me with the basic steps for doing it.
Thanks in advance,
Alkesh Shah
Hi Yordan,
I am not able to set the environment variables i.e.
=> env default -f -a => setenv partitions $partitions_android => env save
Also I am not getting any u-boot prompt.
Hi,
Currently I am going through
link for booting SD card. I mean I am trying out the ways through which I could come up with.
Now here in "Hack change for SD card support in Android" one code snipet is given i.e.
diff --git a/init.jacinto6evmboard.rc b/init.jacinto6evmboard.rc
index 67619b5..184693e 100644
--- a/init.jacinto6evmboard.rc +++ b/init.jacinto6evmboard.rc @@ -8,6 +8,12 @@ on init symlink /sdcard /mnt/sdcard symlink /sdcard /storage/sdcard
+on post-fs
+ # HACK: for SD card boot mounting rootfs as rw and setuid for su
+ mount rootfs rootfs / rw remount + chmod 6755 /system/xbin/su
+ chown dhcp shell /system/etc/dhcpcd/dhcpcd-run-hooks + on post-fs-data
mkdir /data/media 0770 media_rw media_rw
And The other one is:
-/dev/block/platform/44000000.ocp/480b4000.mmc/by-name/system /system ext4 ro wait
-/dev/block/platform/44000000.ocp/480b4000.mmc/by-name/efs /factory ext4 ro wait
-/dev/block/platform/44000000.ocp/480b4000.mmc/by-name/cache /cache ext4 noatime,nosuid,nodev wait,check
-/dev/block/platform/44000000.ocp/480b4000.mmc/by-name/userdata /data ext4 noatime,nosuid,nodev wait,check
-/dev/block/platform/44000000.ocp/480b4000.mmc/by-name/recovery /recovery emmc defaults defaults
+#/dev/block/platform/44000000.ocp/480b4000.mmc/by-name/system /system ext4 ro wait
+#/dev/block/platform/44000000.ocp/480b4000.mmc/by-name/efs /factory ext4 ro wait
+#/dev/block/platform/44000000.ocp/480b4000.mmc/by-name/cache /cache ext4 noatime,nosuid,nodev wait,check
Here in both the snipets I dont understand what is the '+' and '-' sign on the start is for. Does it mean adding or removing the particular line?
Please guide me through this.
Thanks,
Alkesh Shah