Skip to content

Commit

Permalink
Minor sysupgrade fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
devbis committed Dec 12, 2020
1 parent c19c88a commit 62f4df9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion target/linux/imx6/base-files/lib/upgrade/platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ lumi_upgrade_tar() {

ubiformat /dev/mtd3 -y
ubiattach /dev/ubi_ctrl -m 3
ubimkvol /dev/ubi0 -Nrootfs -s 30MiB
ubimkvol /dev/ubi0 -Nrootfs -s $rootfs_length
ubimkvol /dev/ubi0 -Nrootfs_data -m
echo "Ubi partitions ready"

Expand Down
2 changes: 1 addition & 1 deletion target/linux/imx6/config-4.14
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ CONFIG_CLKSRC_IMX_GPT=y
CONFIG_CLKSRC_MMIO=y
CONFIG_CLONE_BACKWARDS=y
CONFIG_CLZ_TAB=y
CONFIG_CMDLINE="console=ttymxc0,115200 ubi.mtd=3 ubi.block=0,rootfs root=/dev/ubiblock0_0 rootfstype=squashfs cma=64M mtdparts=gpmi-nand:3m(boot),7m(kernel),1m(dtb),-(ubi_rootfs)"
CONFIG_CMDLINE="console=ttymxc0,115200 ubi.mtd=3 ubi.block=0,rootfs root=/dev/ubiblock0_0 rootfstype=squashfs cma=64M mtdparts=gpmi-nand:3m(boot),7m(kernel),1m(dtb),-(ubi)"
CONFIG_CMDLINE_FORCE=y
CONFIG_COMMON_CLK=y
CONFIG_CPUFREQ_DT=y
Expand Down

0 comments on commit 62f4df9

Please sign in to comment.