Commit 310baf574d4a85f50a3e0e92b4cb046ed9e1ba07

Authored by Eric Lee
1 parent 20611c25ca
Exists in debian_buster_mx8m

Make changes to hardware revision 00F0: Replace Ethernet PHY by RTL8211FD-CG

Showing 2 changed files with 3 additions and 2 deletions Side-by-side Diff

embedian/smarcimx8mq/smarcimx8mq.sh
... ... @@ -4,7 +4,7 @@
4 4 readonly G_UBOOT_SRC_DIR="${DEF_SRC_DIR}/uboot"
5 5 readonly G_UBOOT_GIT="git@git.embedian.com:developer/smarc-t335x-uboot.git"
6 6 readonly G_UBOOT_BRANCH="smarc_8m-imx_v2019.04_4.19.35_1.1.0"
7   -readonly G_UBOOT_REV="98ddf5324018cd67bc8c65e706b1c9ba23b53533"
  7 +readonly G_UBOOT_REV="437727199bf07f2c77d8b6bbca7eabe7621994d7"
8 8 if [ "${MACHINE}" = "smarcimx8m2g" ]; then
9 9 G_UBOOT_DEF_CONFIG_MMC="smarcimx8mq_2g_ser3_defconfig"
10 10 elif [ "${MACHINE}" = "smarcimx8m4g" ]; then
... ... @@ -17,7 +17,7 @@
17 17 readonly G_LINUX_KERNEL_SRC_DIR="${DEF_SRC_DIR}/kernel"
18 18 readonly G_LINUX_KERNEL_GIT="git@git.embedian.com:developer/smarc-fsl-linux-kernel.git"
19 19 readonly G_LINUX_KERNEL_BRANCH="smarc_8m_imx_4.19.35_1.1.0"
20   -readonly G_LINUX_KERNEL_REV="314102822fd9da8a7b29e20f801b258727cb3249"
  20 +readonly G_LINUX_KERNEL_REV="a24d6757302c3b6a254a5bc408f91f1d2110c7a4"
21 21 readonly G_LINUX_KERNEL_DEF_CONFIG='smarcimx8m_defconfig'
22 22 G_LINUX_DTB="embedian/fsl-smarcimx8mq.dtb
23 23 embedian/fsl-smarcimx8mq-dcss-lvds.dtb
smarc_make_debian.sh
... ... @@ -412,6 +412,7 @@
412 412 cp ${1}/spl/u-boot-spl.bin ${DEF_SRC_DIR}/imx-mkimage/iMX8M/
413 413 cp ${1}/arch/arm/dts/${UBOOT_DTB} ${DEF_SRC_DIR}/imx-mkimage/iMX8M/
414 414 cp ${1}/tools/mkimage ${DEF_SRC_DIR}/imx-mkimage/iMX8M/mkimage_uboot
  415 + chown -R $USER:$USER ${DEF_SRC_DIR}/imx-mkimage
415 416 cd ${DEF_SRC_DIR}/imx-mkimage
416 417 make SOC=iMX8M flash_evk
417 418 cp ${DEF_SRC_DIR}/imx-mkimage/iMX8M/flash.bin \