Differences

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

Link to this comparison view

Both sides previous 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:31] – [Create SD Card with BSP Image] replaced fromer 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>
  • Last modified: 2023/08/29 08:16