Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:arm:tqma6x:data [2019/06/26 10:24] – [Supported Features] liedmannen:arm:tqma6x:data [2019/07/11 15:32] – [Using NFS boot] replaced former label with generic text lenz
Line 707: Line 707:
 <code bash> <code bash>
 $ cd <BSP project>/platform-<platform_name>/images $ cd <BSP project>/platform-<platform_name>/images
-$ sudo dd if=u-boot_<label mod_name_code>MOD_NAME_CODE</label>_hd.img of=/dev/sdf bs=1M conv=fsync #Assuming the SD card is assigned to /dev/sdf+$ sudo dd if=u-boot_<mod_name>_hd.img of=/dev/sdf bs=1M conv=fsync #Assuming the SD card is assigned to /dev/sdf
 </code> </code>
 <WRAP round tip>You have to use the raw device of the SD card not a partition!</WRAP> <WRAP round tip>You have to use the raw device of the SD card not a partition!</WRAP>
Line 816: Line 816:
   * [[en:tftp|How to setup the TFTP Server on your Host Computer]]   * [[en:tftp|How to setup the TFTP Server on your Host Computer]]
  
-To boot the <label mod_name>MOD_NAME</label> from network you need a working bootloader in eMMC/SD-card or SPI-NOR (placement option on <label mod_name>MOD_NAME</label>) which is able to get the kernel image over tftp and to provide the kernel with commandline settings for NFS.\\+To boot the TQMa6x from network you need a working bootloader in eMMC/SD-card or SPI-NOR (placement option on TQMa6x) which is able to get the kernel image over tftp and to provide the kernel with commandline settings for NFS.\\
 The dtb-file and kernel image have to be provided via tftp and the rootfs via nfs.\\ The dtb-file and kernel image have to be provided via tftp and the rootfs via nfs.\\
  
  • Last modified: 2023/08/29 08:16