On Thu, Sep 30, 2010 at 2:35 PM, kunal singh <[email protected]> wrote: > Hi Raffaele, > > Thanks for the suggestion. > > (1) Console is fine. I am able to communicate with the u-boot (115200,n8). > Also if I use printascii (a kernel function) I am able to output on console. > (2) There is no message, after the kernel decompression (because console is > not up). Here is what I see. > > Load address: 0x82000000 > Loading: ####T ###################T > ########################################## > ################################################################## > ######################T > ############################################ > ################################################################# > ###################T > ##############################################T ## > ######T ######################################## > done > Bytes transferred = 1898828 (1cf94c hex) > ## Booting image at 82000000 ... > Image Name: Linux-2.6.32-rc2-davinci1 > Image Type: ARM Linux Kernel Image (uncompressed) > Data Size: 1898764 Bytes = 1.8 MB > Load Address: 80008000 > Entry Point: 80008000 > Verifying Checksum ... OK > OK > > Starting kernel ... > > Uncompressing > Linux........................................................................................................................... > done, booting the kernel. > > /* AND THEN NOTHING BECAUSE CONSOLE IS NOT FUNCTIONAL, but booting goes on > */
How can you say that boot goes on? Can you check mem inside bootargs? For instance I have 128MB RAM and I use these bootargs. set bootargs 'console=ttyS0,115200n8 rw ip=10.39.10.183:10.39.10.169:10.39.8.1:255.255.248.0:::off root=/dev/nfs nfsroot=10.39.10.169:/home/NFS/ARAGO_DEMO_IMAGE-raf/ mem=128M video=davincifb:output=lcd:format=rgb:vid0=240x...@0,0:vid1=240x...@0,0:osd0=240x...@0,0:osd1=240x...@0,0 ' Don't copy my bootargs, only do some tests. I saw your behaviour when mem was wrong. _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
