PICO-PI-IMX7: Editing and Recovery/Linux 4.19.x

@RobertCNelson I need help in screen below. I stay enable mii (in correct point) but I can’t use mii command in uboot cli. How to salve .config? Whats name? I need delete u-boot paste everytime or just redo the 5 commands below:

  1. export CC=pwd/gcc-linaro-6.5.0-2018.12-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-

  2. ${CC}gcc --version

cd u-boot (existing folder)

  1. make ARCH=arm CROSS_COMPILE=${CC} distclean
  2. make ARCH=arm CROSS_COMPILE=${CC} pico-pi-imx7d_defconfig
  3. make ARCH=arm CROSS_COMPILE=${CC}