Jump to content

IMX8/Nitrogen8M/Yocto/Advanced image loading: Difference between revisions

Line 190: Line 190:


2. Modify bootscript-yocto.txt to include NFS option as follows:
2. Modify bootscript-yocto.txt to include NFS option as follows:
<pre>
<syntaxhighlight lang=diff>
@@ -103,7 +103,9 @@
@@ -103,7 +103,9 @@
  if itest.s "x" == "x${bpart}" ; then
  if itest.s "x" == "x${bpart}" ; then
Line 202: Line 202:
  elif test "usb" = "${devtype}" ; then
  elif test "usb" = "${devtype}" ; then
  setenv bootargs "${bootargs} root=/dev/sda${bpart}" ;
  setenv bootargs "${bootargs} root=/dev/sda${bpart}" ;
</pre>
</syntaxhighlight>




<noinclude>{{IMX8/Foot|Nitrogen8M/Yocto/Installing_an_Image|Nitrogen8M/Android}}</noinclude>
<noinclude>{{IMX8/Foot|Nitrogen8M/Yocto/Installing_an_Image|Nitrogen8M/Android}}</noinclude>
866

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.