Trying to put newly built Toradex image onto SD card

I just recently built a newer version of the Toradex image and I am trying to put it on an SD card. So far I made two partitions, 1 win95 FAT32 and the other ext4. From what I have seen, I am supposed to put the uImage and device tree binary on the FAT32 partition and then the root filesystem on the ext4 partition. I have actually seen that it is supposed to be ext3, but I only see ext4 in my deploy files. Right now, the dtb is not being read by the device. So overall I am wondering what are the correct files from my build that should be put on the SD card. Here are the files generated from my build in /deploy/images/colibri-imx6:
alt text

Hi

You have options, use:

  • Colibri-iMX6_Console-Image_2.7b3-20170705.tar with Toradex Easy Installer (targeting on module eMMC)
  • Colibri-iMX6_Console-Image_2.7b3-20170705.tar.bz2 with our legacy flashing procedure (targeting on module eMMC)
  • Colibri-iMX6_Console-Image.rootfs.sdcard.gz (not something we regularly do) (targeting an SD card, sd boot)

For the later, untested, as root flash the SD card:

zcat Colibri-iMX6_Console-Image.rootfs.sdcard.gz | dd of=/dev/sdX bs=1M

and then in U-Boot do an SD boot, you might need to set rootfstype=ext4 in sdargs.

Max

P.S. Copy/past of console output is usually preferred over a screen shot.