Via serial I get DMA timeouts and write failures when executing saveenv. Interesting thing is, the drive I am using is 250GB, the stage1 init code shows it as 130GB
The stock fw_(print|set)env will fail(ioctl failure), because the code assumes the device is a NAND, however, I did find a modified one here:
http://mybookworld.wikidot.com/how-to-c ... ac-address which seems to work, the problem is finding the right offset to add to fw_env.config.
elazar