Hi,<br>
<br>
Skyeye wiki shows howto load u-boot on the pc emulator. I have been
trying to do the same for the at91rm9200 board on my pc but am getting
no success. I am therefore sending this mail to both the
skyeye-developers and u-boot-users list. I would appreciate if you
could suggest some inputs as this is my very first hands on with both
the (should i say?) applications.<br>
<br>
Input/output is ignored at the boot prompt for the at91rm9200 board<br>
(1) I have had success loading u-boot for ep7312 board via skyeeye
emulator while the u-boot for at91rm9200 simply doesn't takes any key
strokes whatsoever at the boot prompt. <br>
<br>
The only difference between the two u-boot config files is that the
following three lines are not present in ep7312 board config. As am on
emulation mode i have set USART0 instead of DBGU for the at91rm9200
board<br>
<br>
#undef CONFIG_DBGU<br>
#define CONFIG_USART0<br>
#undef CONFIG_USART1<br>
<br>
When i run the skyeye with this config i get the following <br>
In:&nbsp;&nbsp;&nbsp; serial<br>
Out:&nbsp;&nbsp; serial<br>
Err:&nbsp;&nbsp; serial<br>
U-Boot&gt; <br>
(I get the same message for ep7312 board but the input is actually /dev/stdin and output/err is /dev/stdout)<br>
<br>
The keystrokes are simply ignored at the boot prompt. I tried the followoing skyeye configuration<br>
uart: fd_in=/dev/stdin, fd_out=/dev/stdout so atleast i could redirect
the serial input output via stdin/stdout. But this didn't help me
either.<br>
<br>
This is really annoying as i can see the skyeye emulator working but am unable to how to redirect the input/output. Any guesses?<br>
<br>
<br>
Networking issue with ep7312 u-boot.bin and skyeye<br>
(2) the u-boot for ep7312 board which loads fine has the following configuration<br>
#define CONFIG_ETHADDR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0:4:3:2:1:f<br>
#define CONFIG_NETMASK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://255.0.0.0">255.0.0.0</a><br>
#define CONFIG_IPADDR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://10.0.0.2">10.0.0.2</a><br>
#define CONFIG_GATEWAYIP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://10.0.0.1">10.0.0.1</a><br>
#define CONFIG_SERVERIP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://10.203.234.11">10.203.234.11</a><br>
<br>
and skyeye.conf defines<br>
net: state=on, type=vnet,base=0xfffa0000, size=0x20,int=16, mac=0:4:3:2:2:f,&nbsp; ethmod=tuntap, hostip=<a href="http://10.0.0.1">10.0.0.1</a><br>
<br>
When i run the skyeye emulator, u-boot boots fine and shows me the
prompt. I could see a new virtual network interface present and can
ping the new virtual host as well. But, when i do a tftpboot the boot
prompt simply hangs. The tftp logs doesn't shows any file request either<br>
<br>
<br>
SKYEYE: If you have ELF kernel file, please use -e option to indicate your ELF format kernel filename<br>
SKYEYE: If you only have kernel binary image, you should put the filename of kernel binary image in skyeye.conf file<br>
arch: arm<br>
cpu info: armv4, arm720t, 41807200, ffffff00, 1<br>
mach info: name ep7312, mach_init addr 0x8068030<br>
uart info: input device is /dev/stdin, fd is 4.<br>
uart info: output device is /dev/stdout, fd is 5.<br>
ethmod num=1, mac addr=0:4:3:2:2:f, hostip=<a href="http://10.0.0.1">10.0.0.1</a><br>
SKYEYE: use arm7100 mmu ops<br>
Loaded RAM&nbsp;&nbsp; ./u-boot.bin<br>
<br>
U-Boot 1.1.4 (Mar 30 2006 - 15:19:26)<br>
U-Boot code: C0F80000 -&gt; C0F952F0&nbsp; BSS: -&gt; C0F99820<br>
RAM Configuration:<br>
Bank #0: c0000000 16 MB<br>
Flash: 16 MB<br>
*** Warning - bad CRC, using default environment<br>
<br>
In:&nbsp;&nbsp;&nbsp; serial<br>
Out:&nbsp;&nbsp; serial<br>
Err:&nbsp;&nbsp; serial<br>
EP7312 #<br>
EP7312 #<br>
EP7312 # tftpboot<br>
CS8900 Ethernet chip not found?!<br>
*** Warning: no boot file name; using '0A000002.img'<br>
TFTP from server <a href="http://10.203.234.11">10.203.234.11</a>; our IP address is <a href="http://10.0.0.2">10.0.0.2</a><br>
Filename '0A000002.img'.<br>
Load address: 0xc0500000<br>
Loading: *<br>
<br>
<br>