@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:
export CC=
pwd
/gcc-linaro-6.5.0-2018.12-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-${CC}gcc --version
cd u-boot (existing folder)
- make ARCH=arm CROSS_COMPILE=${CC} distclean
- make ARCH=arm CROSS_COMPILE=${CC} pico-pi-imx7d_defconfig
- make ARCH=arm CROSS_COMPILE=${CC}