Project 'edgehog/bsp/nxp/u-boot-seco-imx' was moved to 'clea-os/bsp/nxp/u-boot-seco-imx'. Please update any links and bookmarks that may still have the old path.
[C72][ENVIRONMENT] Enable mmcautodetect and fdtautodetect function
As for all other boards, the mmc device ID detection has been enabled. In this way, the source for kernel/dtb and rootfs is automatically set at runtime with the boot device. So, if the board boots from eMMC, all other components of the BSP will be picked up from the eMMC; if the boot is performed from uSD, the source device for the BSP will be the uSD. Environment variables involved: kernel_device_id fdt_device_id ramfs_device_id rootfs_device_id
Please register or sign in to comment