YAMON ROM Monitor, Revision 02.06. Copyright (c) 1999-2004 MIPS Technologies, Inc. - All Rights Reserved. For a list of available commands, type 'help'. Compilation time = Mar 23 2004 16:51:05 Board type/revision = 0x02 (Malta) / 0x00 Core board type/revision = 0x07 (CoreFPGA-2) / 0x00 System controller/revision = MIPS SOC-it 101 OCP / 1.3 SDR-FW-1:1 FPGA revision = 0x0001 MAC address = 00.d0.a0.00.04.2a Board S/N = 0000000818 PCI bus frequency = 33.33 MHz Processor Company ID/options = 0x01 (MIPS Technologies, Inc.) / 0x00 Processor ID/revision = 0x93 (MIPS 24Kc) / 0x64 Endianness = Big CPU/Bus frequency = 25 MHz / 25 MHz Flash memory size = 4 MByte SDRAM size = 256 MByte First free SDRAM address = 0x800b36d0 YAMON> date Mon Mar 14 02:58:16 2005 ##********************************************************************## ## load the install srec from tftp server ## ## the start address is embedded in the srecord; ## ## note start address for later; will write binary image back to ## ## the tftp server (set write priviledge temporarily) and ## ## the harddrive; HD write is to raw cylinders and room must be ## ## reserved when the format is done. ## ##********************************************************************## YAMON>load tftp://172.18.29.10/vmlinux-2.4.18.install.eb.01.03.srec About to load tftp://172.18.29.10/vmlinux-2.4.18.install.eb.01.03.srec Press Ctrl-C to break ........................................ ........................................ ........................................ ........................................ ........................................ ........................................ ........................................ ........................................ ........................................ ........................................ ........................................ ........................................ ........................................ ........................................ ........................................ ........................................ ........................................ ........................................ ........................................ ........................................ .............................. Start = 0x8029e040, range = (0x80100000,0x8077bfff), format = SREC ##********************************************************************## ## Temporarily change the tftp server directory to write priviledge; ## ## write the install binary image back to the tftp server for later ## ## use; much quicker load of binary image over srecord but you ## ## must enter the start address in the go command. ## ## ## ## Reduce the command line to 72 characters (including prompt) ## ## once the install binary is written back to tftp, change the ## ## priviledge to reduce security exposure. ## ##********************************************************************## YAMON> YAMON> fwrite tftp://172.18.29.10/vmlinux-2.4.18.install.eb.bin 80100000 67C000 About to binary write tftp://172.18.29.10/vmlinux-2.4.18.install.eb.bin Successfully transferred 0x67c000 (10'6799360) bytes ##********************************************************************## ## Now write the install image to the harddisk; take special note ## ## of the start sector and size. You will need to cross-reference ## ## this to cylinders when the format is done in the install. ## ##********************************************************************## YAMON> YAMON> disk write hda f00 33e0 80100000 ........................................ ........................................ ........................................ ............ YAMON> ##********************************************************************## ## When this is done, the install binary is on both the tftp server ## ## and the harddisk for later load if needed. Saving the binary ## ## is not required but is useful if you need to load the install ## ## package because the binary loads ~3x faster. ## ##********************************************************************## ##********************************************************************## ## Next read the Kernel image and save to HD. ## ##********************************************************************## YAMON> YAMON> fread tftp://172.18.29.236/vmlinux-2.4.18.malta.eb.01.03.srec About to load tftp://172.18.29.236/vmlinux-2.4.18.malta.eb.01.03.srec Press Ctrl-C to break ........................................ ........................................ ........................................ ........................................ ........................................ ....................................... Start = 0x802a2040, range = (0x80100000,0x802dffff), format = SREC YAMON> YAMON> YAMON> disk write hda 0 eff 80100000 ........................................ ............ YAMON> ##********************************************************************## ## The hda is now partitioned as: ## ## sect/cyl end ## ## 0000/ 0.00 0f00/ 3.81 1920kB Linux-2.4.18.malta.eb.01.03.srec ## ## 0f00/ 3.81 0fff/ blank ## ## 1000/ 4.06 43e0/17.23 6640kB Linux-2.4.18.install.eb.01.03.srec## ## 43e1/17,23 blank ## ## 4ec0/ 20 1GB /dev/hda1=/boot for later ## ## 2100 2GB /dev/hda2=swap ## ## 4181 rest /dev/hda3=/ root filesystem ## ## ## ## When partition of hda, reserve cylinders 1-20 for install and ## ## Linux kernel for later possible load. ## ##********************************************************************##