
14 Aug
2003
14 Aug
'03
7:22 p.m.
On Thu, Aug 14, 2003 at 04:01:54PM +0200, Philippe Simal wrote:
So my questions are, (1) is it possible to make a standalone pease of software that runs in sdram with the full use of the u-boot drivers?
If you are only doing small work, you can add commands to u-boot. The hassle may be that you need to reflash u-boot to gain access to the new commands. On my dev board, I am able to download u-boot to SRAM and run without writing to flash. If you have this option it makes for rapid development.
Cheers.