[U-Boot-Users] Re: u-boot i386 port
Daniel Engström
daniel at omicron.se
Mon Apr 28 13:41:02 CEST 2003
On 2003.04.28 12:39 zhu.zuoliang at zte.com.cn wrote:
> Daniel Engström <daniel at omicron.se>
> 2003-04-28 14:27
>
> I do like this:
>
> ON HOST:
>
> make bzImage;
>
> mkimage -A x86 -O linux -T kernel -C none -a 0 -e 0 -n "my kernle" -d
> bzImage uImage
>
> ON TARGET:
>
> loadb 1000000 (load Image to 16M)
> bootm 1000000
>
> are there any problem of these steps?????
No.
You could try to issue the following command at the u-boot prompt before
typing bootm:
setenv bootargs console=ttyS0,9600
Also verify thet you have
CONFIG_SERIAL=y
CONFIG_SERIAL_CONSOLE=y
In your linux kernel .config file.
/Daniel
More information about the U-Boot
mailing list