Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHi Scott,
Here is the output from U-boot after changing the config files.....and running under Win XP using hyperterminal. once I ran "nios2-download -g u-boot".....I reboot my laptop in debian linux & then I opened a terminal with "kermit -c".program.....I got u-boot prompt....here is the output under debian linux. DK1S40 > printenv baudrate=115200 ethaddr=08:00:3e:26:0a:5b ipaddr=10.0.0.51 serverip=10.0.0.1 netmask=255.0.0.0 stdin=serial stdout=serial stderr=serial bootfile=/tftpboot/uImage bootargs=root=/dev/nfs rw nfsroot=10.0.01:/tftpboot/10.0.0.51 Environment size: 224/65532 bytes After this I ran into this problem...... debian-dell-p3:/home/haq/nios/u-boot-1.1.2# ./tools/mkimage -A nios2 -O linux -T kernel -C gzip -a 0x01000000 -e 0x01000000 -n "Linux Kernel Image" -d linux.bin.gz uImage Image Name: Linux Kernel Image Created: Sun Aug 14 13:59:50 2005 Image Type: NIOS2 32 Bit Linux Kernel Image (gzip compressed) Data Size: 715460 Bytes = 698.69 kB = 0.68 MB Load Address: 0x01000000 Entry Point: 0x01000000 DK1S40 > tftpboot 0x01000000 uImage Using MAC Address 00:07:FFFFFFED:0C:04:FFFFFFBD TFTP from server 10.0.0.1; our IP address is 10.0.0.51 Filename 'uImage'. Load address: 0x1000000 Loading:# It's sitting for ever.......I don't know where I am doing wrong...... Any idea...... BTW...I can't progam flash memory of my EP1s40 board using ur instruction......becuase I can't use nios2-console program ..it can't load the port driver... error "''openport lpt1"...failed no driver loaded. Any idea how to program flash ofr EP1S40 board. Thanks,