From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?J=F6rg?= Krause Date: Wed, 12 Aug 2015 14:00:35 +0200 Subject: [Buildroot] bootm - "Starting kernel" In-Reply-To: <944894A3EB1D044A9003B2F944389BB20474AD933F@svr-wa-exch1.atg.lc> References: <944894A3EB1D044A9003B2F944389BB20474AD933F@svr-wa-exch1.atg.lc> Message-ID: <1439380835.22945.14.camel@embedded.rocks> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Tommy Lee, On Di, 2015-08-11 at 16:27 -0700, Lee, Tommy wrote: > Hi Buildroot mailing list, > > My host is Ubuntu-14.04 LTS. My Buildroot release is 2015.05. I have > made the former meet the latter?s requirements. My target is Marvell > ARMADA A385 (ARM-Cortex-A9) DB-88F6820-GP. This board is bootable > using the U-Boot-1.73 and the USB which are given by Marvell. > > I used Buildroot-2015.05 and built the uImage and rootfs.cpio.uboot > with no problems. I enabled the TFTP server on my host. > > On my target, the execution of the following commands, listed below, > ended up with ?Starting kernel?, no display of kernel booting > messages. The attached is the .config file I created this the make > process. > > I am resolving this issue now. Your experience sharing is extremely > grateful. > > Tommy > > Marvell>> tftp 02000000 10.28.1.20:uImage > Using egiga0 device > TFTP from server 10.28.1.20; our IP address is 10.28.1.47 > Filename 'uImage'. > Load address: 0x2000000 > Loading: > ################################################################# > > ################################################################# > > ################################################################# > ############## > 1.6 MiB/s > done > Bytes transferred = 1066696 (1046c8 hex) > Marvell>> tftp 02200000 10.28.1.20:rootfs.cpio.uboot > Using egiga0 device > TFTP from server 10.28.1.20; our IP address is 10.28.1.47 > Filename 'rootfs.cpio.uboot'. > Load address: 0x2200000 > Loading: > ################################################################# > > ################################################################# > > ################################################################# > > ################################################################# > > ################################################################# > > ################################################################# > > ################################################################# > > ################################################################# > > ################################################################# > > ################################################################# > > ################################################################# > > ################################################################# > > ################################################################# > > ################################################################# > ###################### > 1.7 MiB/s > done > Bytes transferred = 4769344 (48c640 hex) > Marvell>> bootm 02000000 02200000 > ## Booting kernel from Legacy Image at 02000000 ... > Image Name: Linux-4.0.4 > Created: 2015-08-11 0:21:58 UTC > Image Type: ARM Linux Kernel Image (uncompressed) > Data Size: 1066632 Bytes = 1 MiB > Load Address: 02000000 > Entry Point: 02000000 > Verifying Checksum ... OK > ## Loading init Ramdisk from Legacy Image at 02200000 ... > Image Name: > Created: 2015-08-11 15:25:49 UTC > Image Type: ARM Linux RAMDisk Image (uncompressed) > Data Size: 4769280 Bytes = 4.5 MiB > Load Address: 00000000 > Entry Point: 00000000 > Verifying Checksum ... OK > XIP Kernel Image ... OK > OK > > Starting kernel ... I guess for a misconfigured console... TI has very helpful documentation about using U-Boot and Linux [1]. Best regards J?rg Krause [1] http://processors.wiki.ti.com/index.php/Kernel_-_Common_Problems_Bo oting_Linux#Problem_.231_ -_No_more_output_is_seen_on_the_console_after_.22Starting_Kernel....22