Hacker Gadgets NVME installing OS to it

Hello. New here please be nice :slight_smile:

I just got my uConsole and today my Hacker Gadgets Battery / NVMe arrived. Are there any guilds as to how to install an OS onto the NVMe. Well to be exact it already has an OS its just stock OS. And I need to replace it with a uconsole one.

I have a CM5 with eMMC which I think may make it a little more tricky?

Thanks.

the HG adapter lets you flash emmc, so the biggest hurdle of needing extra hardware is gone

in the end i use an NMVE dock and Raspberry pi imager to write to direct to the NMVe bingo.

Thanks

Thatโ€™s essentially what I did, though I did the old school way of doing it with the terminal:

  1. Plug your docked NVMe into your computer
  2. sudo umount /YOUR/NVMe
  3. sudo dd bs=1M if=UCONSOLE_IMG of=/YOUR/NVMe