Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: iMX6



Ryo Shimizu a écrit :

Hi!

	Hello,

U-Boot > bootm 0x20800000
## Booting kernel from Legacy Image at 20800000 ...
    Image Name:   NetBSD 7.99.1
    Image Type:   ARM NetBSD Kernel Image (uncompressed)
    Data Size:    6602560 Bytes = 6.3 MiB
    Load Address: 10008000
    Entry Point:  10008000
    Verifying Checksum ... OK
    Loading Kernel Image ... OK
OK

Although I'm not sure I've never use uboot nfs/bootm commands,
It seems that the load address is different.
Load address of NITROGEN6X is configured 0x10800000,
but it is 0x10008000 that your log.

Do not you run the following command to try:

     tftpboot 10800000 netbsd.bin
     go 10800000


I'll too confirm about it you can not boot from uImage/bootm.

thanks.

--
ryo shimizu


	I have tried to load netbsd kernel with :

U-Boot > tftpboot 10800000 netbsd.bin
Using FEC device
TFTP from server 192.168.150.1; our IP address is 192.168.150.3
Filename 'netbsd.bin'.
Load address: 0x10800000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ############
         12.3 MiB/s
done
Bytes transferred = 10658624 (a2a340 hex)
U-Boot > save
Saving Environment to MMC...
Writing to MMC(1)... done
U-Boot > go 10800000
## Starting application at 0x10800000 ...
data abort

    MAYBE you should read doc/README.arm-unaligned-accesses

pc : [<108003f8>]          lr : [<10800560>]
sp : 4f556df0  ip : 00000030     fp : 4f870548
r10: 00000002  r9 : 4ffa95b0     r8 : 4f556f30
r7 : 4f8717a8  r6 : 10800000     r5 : 00000002  r4 : 1117effc
r3 : 021e8000  r2 : 00025000     r1 : 00004008  r0 : 00000020
Flags: nzCv  IRQs off  FIQs off  Mode SVC_32
Resetting CPU ...

resetting ...

	Same error...

	Regards,

	JKB


Home | Main Index | Thread Index | Old Index