Reminder - The SU Podium V2.5+ update is available for $19.95 in the Cadalog Webstore.
SU Podium exists so that anyone can create beautiful, photo-realistic renders from their SketchUp models without the pain and frustration of learning a complex program. SU Podium runs completely inside SketchUp from start to finish, and makes use of the SketchUp features that you're already familiar with to achieve impressive results. SU Podium is intuitive to SketchUp users, easy to grasp for beginners, and the simple interface and versatile presets cut the learning curve to minutes instead of months.
Pricing:
| Flag | Description | |------|-------------| | --size <MB> | Image size in MB (default: 2048) | | --kernel <file> | External kernel (overrides snap’s own) | | --initramfs <file> | External initramfs | | --bootloader <grub/uboot> | Bootloader type (default: grub) | | --arch <amd64/arm64> | Target architecture | | --compress gz/xz | Compress output image | 3.1 Convert a Simple Application Snap Assume you have hello-world_1.0.snap – a basic snap that prints "Hello".
echo "Image created: $OUT (no bootloader – not bootable alone)" For a truly bootable image, add partition table, kernel, and bootloader as described in Section 2.
#!/bin/bash # Minimal version using unsquashfs and dd SNAP="$1" OUT="$2" TEMP=$(mktemp -d)
unsquashfs -d "$TEMP/rootfs" "$SNAP" dd if=/dev/zero of="$OUT" bs=1M count=512 mkfs.ext4 "$OUT" mkdir -p /mnt/img mount "$OUT" /mnt/img cp -a "$TEMP/rootfs/" /mnt/img/ umount /mnt/img rm -rf "$TEMP"
| Flag | Description | |------|-------------| | --size <MB> | Image size in MB (default: 2048) | | --kernel <file> | External kernel (overrides snap’s own) | | --initramfs <file> | External initramfs | | --bootloader <grub/uboot> | Bootloader type (default: grub) | | --arch <amd64/arm64> | Target architecture | | --compress gz/xz | Compress output image | 3.1 Convert a Simple Application Snap Assume you have hello-world_1.0.snap – a basic snap that prints "Hello".
echo "Image created: $OUT (no bootloader – not bootable alone)" For a truly bootable image, add partition table, kernel, and bootloader as described in Section 2.
#!/bin/bash # Minimal version using unsquashfs and dd SNAP="$1" OUT="$2" TEMP=$(mktemp -d)
unsquashfs -d "$TEMP/rootfs" "$SNAP" dd if=/dev/zero of="$OUT" bs=1M count=512 mkfs.ext4 "$OUT" mkdir -p /mnt/img mount "$OUT" /mnt/img cp -a "$TEMP/rootfs/" /mnt/img/ umount /mnt/img rm -rf "$TEMP"
Download the Free Trial: This link will direct you to the SU Plugins trial version login page. All that is needed is an e-mail address and your name to login. | Flag | Description | |------|-------------| | --size
Video Tutorials: Learn the specifics: How does SU Podium work? How do I photo-realistic materials? What kind of lights does SU Podium create? How do I use Podium Browser content? add partition table
V2 Plus User Guide: Get the free user guide and learn SU Podium quickly, and in depth.