Sounds like what you might want is Debian Wheezy (there is a USB version)
https://www.debian.org/releases/wheezy/ ... installer/
Raspian Wheezy is very specific to the PI architecture, it's hard / painful to even get it running on something other than a PI let alone a generic boot device.
First post you mentioned ARM processor, second you mentioned other devices. So if you want to boot Raspian Wheezy on other ARM processors (non Pi), you need to understand the following.
ARM itself is very different to x86, especially in how it boots. There is a standardized boot process for the x86 and very standard ways bootloaders can query the machine to find out what's available so it can make good boot decisions, this makes generic USB booting on a vast majority of different machines possible. ARM does not have this, so every single machine has it's own very specific way to boot and it must know the exact hardware as there is no generic way to find out. So I think you may be going down a path that's not possible, l but I'm also not entirely sure what you are trying to do.