WRAP

From StarOS Community Wiki
Revision as of 05:21, 9 June 2008 by Tog (talk | contribs) (Create basic article, merge in DrLove73's firmware flashing article)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WRAP (Wireless Router Application Platform) is a single board computer from PC Engines. The WRAP platform is now EOL and has been superceded by the PC Engines ALIX platform which is not officially supported by StarV3 but has been reported by some to work with the X86-PC build.

Putting StarV3 on a Compact Flash

For flashing from Windows use physdisk.exe

On Linux/Unix, use following:

When you insert CF card, first figure out the path to its device, using this command:

dmesg

Then use something like this:

dd if=vncOs-1.3.11.g.world-2717.X86-WRAP.cf of=/dev/sdc bs=1M; sync

Where vncOs... is the firmware file, and /dev/sdc is device path from dmesg command.