On 07/08/2010 12:58 PM, Shabnam Koosha wrote: > Thanks for you advice but I need more storage because I need to install > gcc on it.
With the size of the integrated CompactFlash, I'd be rather surprised if you have room for a full toolchain - plus the write wear on a rather hard-to-replace CF chip probably is less than desirable. > I don't know how it can be expanded using mini pci! i think I should > fine convertor because there is no Flash disk with pci most of them can > be coonected to sata port! There might be IDE/SATA adapters for MiniPCI, but you'd have to acquire one; not sure where you'd find such a beast. You'd have to do some research. Also, on a 486-class chip like what's in the net4526, builds are going to be pretty tedious. > I can send my c++ *exe *file to the board instead of installing gcc on it! I would recommend this. You should really have a working build environment for these sorts of tasks on a local, more powerful machine, with more disk space. Build the executable there, and make sure you transfer the executable and any required shared libs to the device for running the built code. -- Derrik Pates [email protected] _______________________________________________ Soekris-tech mailing list [email protected] http://lists.soekris.com/mailman/listinfo/soekris-tech
