I wanted to prepare my disk on the pogo itself so I needed to attach the drive after boot. It took a bit of searching to find the command to rescan the SATA port:
- Code: Select all
echo "0 0 0" > /sys/class/scsi_host/host0/scan
Perhaps you could add a script with this command called something like scansata to the oxnas_sata_boot.tgz download file. That would be really useful.
After preparation, I booted off a backup flash drive and used cp -a to copy my primary flash drive to the sata drive and it worked perfectly.
Also, I used the stage1.wrapped800 but I get BogoMIPS of 299.8 when I expected something like 320 at the 800 setting and in dmesg I see "Calibrating local timer... 375.50MHz." which also suggests a setting of 750. And I noticed on page 10 of this thread on Jan 17, 2012 3:08 pm the following message which identified the same observation:
Guest wrote:Please guide me!!
How can I see the real processor speed?
I set stage1.wrapped -> stage1/stage1.wrapped800 and run disk_create
but seems cpu only 750 Mhz:
From serial console:
- Code: Select all
Attempting to set PLLA to 750MHz ...
What is the problem?
Robert
and you replied in the next message
WarheadsSE wrote:erwhoops.
Hmm.. seem's I'll have to update that![]()
Did that by any chance fall through the cracks?
Again, thanks again for your excellent work.
