Preparing the microSD card to boot the board

You can prepare your microSD card to boot using U-Boot.

Note:

For descriptions of the boot processes, see Boot using U-Boot.

Pre-built image

After you have unzipped the BSP, a prebuilt QNX IFS image is available in the BSP's /images directory.

This prebuilt IFS image is generated by the BSP make utility, and is configured for the various BSP device drivers already on your system. When you build the BSP, this image is overwritten with a new QNX IFS file that gets generated by the BSP build process, so you may want to make a copy of it for future reference. If you forget to make a backup copy of this image, you can simply extract the BSP from the ZIP file (.zip archive) again to recover the original prebuilt IFS. Before you can put the boot image on the microSD card, you must prepare the microSD card to be bootable. For more information, see the Prepare a bootable microSD in this chapter.

Preparing to boot using U-Boot

To use U-Boot to boot the Jacinto 7 J742S2 EVM, you require files from the boot-adas-j742s2-evm.tar.gz from thats available on the Texas Instruments website at https://www.ti.com/tool/download/J742S2-PROCESSOR-LINUX-SDK/11.00.00.08 page.
  1. Insert your bootable microSD card into your host computer if you haven't done so. For more information about boot microSD card, see the Prepare a bootable microSD section in this chapter.
  2. On your host computer, download the boot-adas-j742s2-evm.tar.gz file from the https://www.ti.com/tool/download/J742S2-PROCESSOR-LINUX-SDK/11.00.00.08 page from the Texas Instruments website.
  3. Extract the boot-adas-j742s2-evm.tar.gz file on your computer. You should see the following files:
     
    						465622 May 20 04:28 tiboot3.bin
    						465622 May 20 04:28 tiboot3-j742s2-hs-evm.bin
    						465622 May 20 04:28 tiboot3-j742s2-hs-fs-evm.bin
    						465622 May 20 04:28 tiboot3-j742s2-hs-fs-evm-j742s2-evm-k3r5-2025.01+git-r0_tisdk_6_edgeai_5.bin
    						1126755 May 20 04:28 tispl.bin
    						1466547 May 20 04:28 u-boot.img
    						   946 May 20 04:28 uEnv.txt
    						    14 May 20 04:28 version
    
  4. From a Command Prompt (Windows) or terminal (Linux), copy the extracted files from the boot-adas-j742s2-evm.tar.gz file to the microSD card.

    For Linux hosts:

    cd extracted_directory
    cp extracted_directory/* mountpoint

    For a Windows host:

    cd extracted_directory
    copy * drive:\
  5. Copy the QNX IFS for this BSP to the microSD card with the name qnx-ifs if you want to boot the QNX OS directly from the microSD card.
    For Linux hosts:
    cd $BSP_ROOT_DIR/images
    cp ifs-j742s2-evm.raw mountpoint/qnx-ifs

    For a Windows host:

    cd $BSP_ROOT_DIR\images
    copy ifs-j742s2-evm.raw drive:\qnx-ifs
  6. Copy the k3-j742s2-evm.dtb to the microSD card.

    For Linux hosts:

    cd $BSP_ROOT_DIR/prebuilt/usr/lib
    cp k3-j742s2-evm.dtb mountpoint
    

    For a Windows host:

    cd $BSP_ROOT_DIR\images
    copy k3-j742s2-evm.dtbdrive
Page updated: