X86 PC

From StarOS Community Wiki
Revision as of 05:16, 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

X86-PC is a StarV3 build for generic x86 PCs, with or without Atheros wireless in them. It is intended to be install on and booted from compact flash or disk on module.

Flashing StarV3 to CF or DOM

For flashing from Windows use physdisk.exe

On Linux/Unix, use following:

When you insert CF card (or IDE Disk-On-Module), firs find out path for it, using this command:

dmesg

and 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 firmware file, and /dev/sdc is device path from dmesg command.