Building ltib on iMX233

Changes in Postlink.bat Behavior

Windows CE 5.0 introduced a cool update to Platform Builder Projects (PBPs), CE 5.0 sub-projects can have their own unique copies of BIB, DAT, REG, DB files, and also the addition of postlink.bat into a project - Postlink.bat can be used for any post-link process - take for example a developer that wants to create a dummy project that doesn't have any source files but simpy has valid BIB (and perhaps REG, DAT files) to include files into the final o/s image, for the BIB file to work the files need to be in the FRD (Flat Release Directory), the postlink.bat file is ideal for this - something

Tags: 

Neon270 PXA270 Single Board Computer

Recently I just ordered a Neon270 Single Board Computer from Boundary Devices.

Just up and running

We finally have the web page back up. Introducing the new ARM design resource center that will be coming soon for the masses to assist and learn the benefits of embedded development.

int main(int argc, char *argv[])
{
    printf("hello!\r\n");
    return 0;
}

Subscribe to linpc.com RSS