You can use embed the rfs in the kernel image as initramfs/initrd. This way you don;t have to worry about flashing rfs seperately.
----- Original Message ---- From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: [email protected] Sent: Sunday, November 5, 2006 11:30:02 PM Subject: Davinci-linux-open-source Digest, Vol 11, Issue 5 Send Davinci-linux-open-source mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Davinci-linux-open-source digest..." Today's Topics: 1. U-Boot NOR bad CRC (Will Tucker) 2. Re: U-Boot NOR bad CRC (Dirk Behme) 3. how to fix "bus error"? (jp_liu) 4. probelm of starting execute the dsp program(dsplink) (qi huafei) 5. Re: U-Boot NOR bad CRC (Will Tucker) ---------------------------------------------------------------------- Message: 1 Date: Sat, 4 Nov 2006 21:44:28 -0800 (PST) From: Will Tucker <[EMAIL PROTECTED]> Subject: U-Boot NOR bad CRC To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" I used this u-boot-567-nor.bin Does anyone know how to fix this? U-Boot 1.1.3 (Mar 3 2006 - 01:16:59) U-Boot code: 81080000 -> 810973A8 BSS: -> 810A02B8 RAM Configuration: Bank #0: 80000000 256 MB MY AMD Flash: 16 MB *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial ARM Clock :- 283MZ DDR Clock :- 189MZ Hit any key to stop autoboot: 0 DaVinci EVM # Thanks, Will -------------- next part -------------- An HTML attachment was scrubbed... URL: http://linux.omap.com/pipermail/davinci-linux-open-source/attachments/20061104/2d4ce0a5/attachment-0001.htm ------------------------------ Message: 2 Date: Sun, 05 Nov 2006 07:14:55 +0100 From: Dirk Behme <[EMAIL PROTECTED]> Subject: Re: U-Boot NOR bad CRC To: Will Tucker <[EMAIL PROTECTED]> Cc: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Will Tucker wrote: > Does anyone know how to fix this? ... > *** Warning - bad CRC, using default environment http://linux.omap.com/pipermail/davinci-linux-open-source/2006-August/000614.html http://www.denx.de/wiki/view/DULG/WarningBadCRCUsingDefaultEnvironment ------------------------------ Message: 3 Date: Sun, 5 Nov 2006 14:51:47 +0800 From: "jp_liu" <[EMAIL PROTECTED]> Subject: how to fix "bus error"? To: "davinci-linux-open-source" <[email protected]>, "hyiu" <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="gb2312" davinci-linux-open-source,hyiu, Hello when I run my program on dvevm, it will be crashed, and prompt "Bus error", I know it due to my program try to access odd memory address. I want to know what compiling option can fix this error? jp_liu, [EMAIL PROTECTED] 2006-11-05 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://linux.omap.com/pipermail/davinci-linux-open-source/attachments/20061105/59eedae8/attachment-0001.htm ------------------------------ Message: 4 Date: Sun, 05 Nov 2006 17:33:37 +0800 From: "qi huafei" <[EMAIL PROTECTED]> Subject: probelm of starting execute the dsp program(dsplink) To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=gb2312; format=flowed Hello, I use dsplink's APIs to load and execute the DSP executeable file on the arm side,but I don't use dsplink on the DSP side. The problem is that the program stopped whenever entering PROC_Start() and the PROC_Start failed imfomation is prompt after tens of seconds. How could I solve this problem? Should dsplink be used on the DSP side? Thanks! ÆÝ»ª·É _________________________________________________________________ ÓëÁª»úµÄÅóÓѽøÐн»Á÷£¬ÇëʹÓà MSN Messenger: http://messenger.msn.com/cn ------------------------------ Message: 5 Date: Sun, 5 Nov 2006 07:03:10 -0800 (PST) From: Will Tucker <[EMAIL PROTECTED]> Subject: Re: U-Boot NOR bad CRC To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Thanks that got me to this error. Anyone have any ideas on this "defined instruction"? U-Boot 1.1.3 (Mar 3 2006 - 01:16:59) U-Boot code: 81080000 -> 810973A8 BSS: -> 810A02B8 RAM Configuration: Bank #0: 80000000 256 MB MY AMD Flash: 16 MB In: serial Out: serial Err: serial ARM Clock :- 283MZ DDR Clock :- 189MZ Hit any key to stop autoboot: 0 BOOTP broadcast 1 DHCP client bound to address 192.168.5.103 TFTP from server 192.168.5.104; our IP address is 192.168.5.103 Filename 'uImage'. Load address: 0x80700000 Loading: ################################################################# ################################################################# ################################################################# ################################################################# ################## done Bytes transferred = 1418984 (15a6e8 hex) ## Booting image at 80700000 ... Image Name: Linux-2.6.19-rc3-omap1-default-g Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 1418920 Bytes = 1.4 MB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK OK Starting kernel ... ÔØYundefined instruction pc : [<0200b958>] lr : [<00000003>] sp : 8104f214 ip : 00000001 fp : 8109aa90 r10: 80700000 r9 : 80700040 r8 : 8104ffdc r7 : 81097090 r6 : 00000000 r5 : 00000001 r4 : 00008000 r3 : 00000000 r2 : 00000000 r1 : 0000009c r0 : 00000004 Flags: nzcv IRQs off FIQs off Mode SVC_32 Resetting CPU ... Will ----- Original Message ---- From: Dirk Behme <[EMAIL PROTECTED]> To: Will Tucker <[EMAIL PROTECTED]> Cc: [email protected] Sent: Saturday, November 4, 2006 11:14:55 PM Subject: Re: U-Boot NOR bad CRC Will Tucker wrote: > Does anyone know how to fix this? ... > *** Warning - bad CRC, using default environment http://linux.omap.com/pipermail/davinci-linux-open-source/2006-August/000614.html http://www.denx.de/wiki/view/DULG/WarningBadCRCUsingDefaultEnvironment -------------- next part -------------- An HTML attachment was scrubbed... URL: http://linux.omap.com/pipermail/davinci-linux-open-source/attachments/20061105/25223e4e/attachment-0001.htm ------------------------------ _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source End of Davinci-linux-open-source Digest, Vol 11, Issue 5 ******************************************************** _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
