diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.dk1c20 | 7 | ||||
-rw-r--r-- | doc/README.nios | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/doc/README.dk1c20 b/doc/README.dk1c20 index b052433b67..b3a6b8bb0b 100644 --- a/doc/README.dk1c20 +++ b/doc/README.dk1c20 @@ -2,7 +2,7 @@ Nios Development Kit Cyclone Editions - Last Update: October 4, 2003 + Last Update: October 15, 2003 ==================================================================== This file contains information regarding U-Boot and the Altera @@ -34,7 +34,10 @@ The hello_world example works fine. Programming U-Boot into FLASH with GERMS ----------------------------------------- The current version of the DK-1C20 port occupies less than -60 KByte. So everything will fit into a single Flash sector. +60 KByte with network support disabled. So everything will fit +into a single flash sector. With network support (e.g. bootp, +tftpboot, ping, etc) the flash footprint is about 77K. + To program U-Boot into the DK-1C20 flash using GERMS do the following: diff --git a/doc/README.nios b/doc/README.nios index d7e87d5751..aee0ecdc27 100644 --- a/doc/README.nios +++ b/doc/README.nios @@ -1,7 +1,7 @@ U-Boot for Nios-32 - Last Update: October 4, 2003 + Last Update: October 15, 2003 ==================================================================== This file contains information regarding U-Boot and the Altera @@ -173,8 +173,6 @@ BTW, thats a 'zero' ... not the letter 'O'. There are plenty of areas where help is needed. Here's are some ideas for those interested in contributing: --SMC 91C111 support. E.g. add in tftpboot, etc. - -CompactFlash. Port & test CF/FAT. -ASMI support. Use ASMI for environment, etc. |