load zImage or vmlinux using LogicLoader

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

load zImage or vmlinux using LogicLoader

2,033 Views
Durian
Contributor I
I have built a Linux kernel and it generated a zImage and a vmlinux file. What is the process and syntax to load these images onto a board that has LogicLoader has its bootloader?

Thanks
0 Kudos
2 Replies

580 Views
ThomasG_
Contributor I
And ? How did you do ?what was the solution ?
0 Kudos

580 Views
ThomasG_
Contributor I

 ok I did smth like this : (using tftp server on 10.103.33.88 )

-load raw 0xa0208000 1575336 /tftp/10.103.33.88:zImage

-exec 0xa0208000 "noinitrd console = ttymxc0, 115200 root=/dev/nfs nfsroot=10.103.33.88:/tftpboot/libt/ init=/linuxrc ip=10.103.33.89:10.103.32.1"

 

it's not yet perfect, but it's load the file correctly, but freez during decompressing.

 

if it could help someone.

 

0 Kudos