Please Note:
The following instructions have been tested on the
Besides the user area an emmc device also offers two dedicated boot partitions to store the U-Boot bootloader. This tutorial describes how to use these boot partitions with the TQ modules.
Please see how to set up network configuration
Load the u-boot binary as shown below.
tftp ${uboot}
setexpr bc ${filesize} + 1ff setexpr bc ${bc} / 200
mmc dev ${mmcdev} 0
After writing u-boot binary, select arcording eMMC Boot partition.
User Area boot (default)
mmc partconf ${mmcdev} 0 0 0
Boot Partition 1
mmc partconf ${mmcdev} 0 1 0
Boot Partition 2
mmc partconf ${mmcdev} 0 2 0
Reset the System to make the changes effective