X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README-AGL.md;h=bb6e8aa637776c745492401569ad460e41aaf443;hb=0b8a33d505794598a13520e3570061fea0abe95e;hp=efdd14db29159bce2e245394dc8e12be9d90ef89;hpb=698aed6cc037a47d6f709b18881e4ba41a3044e7;p=AGL%2Fmeta-agl.git diff --git a/README-AGL.md b/README-AGL.md index efdd14db2..bb6e8aa63 100644 --- a/README-AGL.md +++ b/README-AGL.md @@ -340,7 +340,7 @@ NOTE: To boot weston on porter board, we need keyboard and mouse. (USB2.0 can be > => setenv bootargs_console console=ttySC6,${baudrate} > => setenv bootargs_video vmalloc=384M video=HDMI-A-1:1024x768-32@60 > => setenv bootcmd_sd 'ext4load mmc 0:1 0x40007fc0 boot/uImage;ext4load mmc 0:1 0x40f00000 boot/uImage-r8a7791-porter.dtb' -> => setenv bootcmd 'setenv bootargs ${bootargs_console} ${bootargs_video} root=/dev/mmcblk0p1 rw rootfstype=ext3;run bootcmd_sd;bootm 0x40007fc0 - 0x40f00000' +> => setenv bootcmd 'setenv bootargs ${bootargs_console} ${bootargs_video} root=/dev/mmcblk0p1 rw rootfstype=ext4;run bootcmd_sd;bootm 0x40007fc0 - 0x40f00000' > => saveenv ##### Boot from SD card