Trying to install linux onto an imx8 mini. I tried using instructions from NXP:
That hangs at the uuu step. Posted question to community, but no answer. Just logged support request.
But, I'm trying another angle while I wait for support reply.
The instructions say: "For this getting started guide, only a few methods to transfer the Linux BSP image to an SD card are listed. Experienced Linux developers can explore other options." So, I want to try booting from SD card. How do I do that? I get the general idea, but I need specifics.
As board manufacturers often do, they provide rather lame instructions, then if you run into problems say they expect devs to simply know how to user their hardware. What a cop out.
Hi Steven!
You have to put the power supply to the usb c PORT 2 and connect the usb c PORT 1 to your pc to start flashing your board.
The uuu is waiting to the usb connection from your board to the pc host.
You have to remember to put your board in download mode like the guide:
The SD card should be connected to the EVK board.
Best Regards!
Chavira
HI @chillinwithscb!
What command are you using to flash the SD card?
The command to flash the eMMC of our board is the next:
$ uuu -b emmc_all imx-boot-imx8mnevk-sd.bin-flash_evk imx-image-full-imx8mnevk.wic
You have to put your board in download mode :
after that put the boot switches in eMMC boot and your board should boot the Linux OS.
Best Regards!
Chavira