User:DrLove73/Firmware

From StarOS Community Wiki
< User:DrLove73(Redirected from Firmware)
Jump to navigation Jump to search

This mini tutorial is if you need to load StarV3 firmware onto WRAP's CF card or PC's CF card/IDE DOM module from linux. This is not for WAR boards, they have integrated flash memory!

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.