I'm running Arch Linux ARM install official installation on my GoFlex Net from a SATA HDD.
I'm just wondering that if we can use the UBIT v0.6 to install Debian on another HDD. Then , we just need to exchange the HDD and cold start to get Arch Linux ARM install and Debian.
What I can do now is revert back to original uboot and flash the jeff's uboot and install debian. If I want to swap, I need to flash back to original uboot and install UBIT v0.6
Revert: unplug everything, boot to UBIT v0.6
$this->bbcode_second_pass_code('', 'chain_revert')
jeff's uboot:
$this->bbcode_second_pass_code('', 'cd /tmp
wget http://jeff.doozan.com/debian/uboot/install_uboot_mtd0.sh
chmod +x install_uboot_mtd0.sh
./install_uboot_mtd0.sh')
flash back to original uboot:
$this->bbcode_second_pass_code('', 'wget http://jeff.doozan.com/debian/uboot/files/uboot/uboot.mtd0.goflexnet.original.kwb
./flash_erase /dev/mtd0 0 4
./nandwrite /dev/mtd0 uboot.mtd0.dockstar.original.kwb')
Thanks
