Difference between revisions of "X86 PC"

From StarOS Community Wiki
Jump to navigation Jump to search
(Create basic article, merge in DrLove73's firmware flashing article)
 
m (Spelling and grammar)
Line 6: Line 6:
On Linux/Unix, use following:
On Linux/Unix, use following:


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


dmesg
Then use something like this:
dd if=vncOs-1.3.11.g.world-2717.X86-WRAP.cf of=/dev/sdc bs=1M; sync


and then use something like this:
Where vncOs... is firmware file, and /dev/sdc is device path from dmesg command.
 
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.




{{stub}}
{{stub}}
{{reformat}}
{{reformat}}

Revision as of 05:24, 9 June 2008

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), first figure out the path to the 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 firmware file, and /dev/sdc is device path from dmesg command.