I want to flash image in the eMMC of nitrogen8M of Boundary Device, not to the SD card. I have followed following steps as suggested in boundary device website
- Plug a micro-USB cable from your host machine to the target
- Connect the board serial output (console) to your computer
- On the host machine, start a terminal software such as
minicom for Linux or TeraTerm for Windows - Set the connection baudrate to 115200 with no hardware flow control
- Power up the board and stop auto-boot process to get U-Boot prompt
- Simply enter any character on the terminal software to stop auto-boot
- Enable the UMS Gadget for the eMMC
U-Boot > ums mmc 0
- On the host machine, you should now see a new USB drive attached, you can now flash it
- On Linux you can simply use the dd utility
But after "ums mmc 0", i didnt see any flash drive attached to pc. I have also tried with "ums 0 mmc 0", it didn't work.
Please hep me with this, am i missing any procedure?
Regards,
Ashok