Jean-Marc Beaune wrote: > The question is not specifically for this hardware but more "when to choose > arm and when to choose armeb" ?
If your end application is network heavy, I would choose big endian (which is Network Byte Order). Outside of that, little endian is preferred by a lot of folks simply because it gets more testing. Most drivers and apps are written on and for little endian architectures. hth, Jason.
