OpenBlockS 600 (OBS600) Firmware
Change log
- 2009/09/24
0.5-RELEASE-20090916 released
Fixed security holes, added commands, program version updates etc.
Latest firmware
0.5-RELEASE-20090916 
- Release notes
- Firmware (for onboard flash ROM) * for normal usage
uImage.initrd - Firmware (for Compact Flash card) * for development environment / Debian/Ubuntu installation etc.
uImage.initrd-cfboot - Kernel modules
kern.tgz - Native development environment
binary
- SSD/Linux source files
src.tgz
- SSD/Linux distribution files
distfiles
- Complete release files
ftp://ftp.plathome.co.jp/pub/OBS600/0.5-RELEASE-20090916/
Factory default firmware
0.5-RELEASE-20090813
- Firmware (for onboard flash ROM)
uImage.initrd - Firmware (for Compact Flash card)
uImage.initrd-cfboot - Kernel module
kern.tgz - Native development environment
binary - SSD/Linux source files
src.tgz - SSD/Linux distribution files
distfiles - Complete release files
ftp://ftp.plathome.co.jp/pub/OBS600/0.5-RELEASE-20090813/
Firmware update howto
The following are the command line entries to update the firmware on the OpenBlockS. If you have the Web Setup Tool installed, you can also update from the Web interface.
Writing to the FlashROM
With the following command, you can write a new firmware version to the flash ROM.
# flashcfg -f uImage.initrd
Writing to a Compact Flash card
No special command is necessary. Format the CF card as ext3/ext2, and copy the data on the first partition.
If you are using a CF card with only one partition:
# cp uImage.initrd-cfboot /
When using a CF card split into 2 partitions, /boot and / (root)
* /boot is the first partition
# cp uImage.initrd-cfboot /boot/
