[U-Boot-Users] u-boot.bin size

2008-07-23 Thread Fundu
My u-boot.bin is 256k. Is there a way i could make it fit into 512k b'coz sector size is 512k. The CFG_MONITOR_LEN doesn't seem to have any effect. TIA - This SF.Net email is sponsored by the Moblin Your Move

Re: [U-Boot-Users] u-boot.bin size

2008-07-23 Thread Luigi 'Comio' Mantellini
dd if=u-boot.bin of=u-boot.bin2 bs=512k conv=sync Il giorno mer, 23/07/2008 alle 11.35 -0700, Fundu ha scritto: My u-boot.bin is 256k. Is there a way i could make it fit into 512k b'coz sector size is 512k. The CFG_MONITOR_LEN doesn't seem to have any effect. TIA

Re: [U-Boot-Users] u-boot.bin size

2008-07-23 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: dd if=u-boot.bin of=u-boot.bin2 bs=512k conv=sync Just a waste of CPU cycles, disk storage, download time, etc. Il giorno mer, 23/07/2008 alle 11.35 -0700, Fundu ha scritto: My u-boot.bin is 256k. Is there a way i could make it fit into 512k b'coz