Content originally posted in LPCWare by crchaves on Thu Jan 29 05:44:27 MST 2015
Hello NXP Support,
I'm using the "OEM board LPC4357 Developer's Kit" with NXP LPC4357 microcontroller. In their own development board I have some buttons to reset and start the plate from external memory.
My question is how to record/save the operating system in the uSD, because the system tries to start, but do not succefull and returns to the default setting.
Startups are configured with a switch on the board, the only problem is that is not well recorded/saved on the SD card.
Now I modified the program saved, decompressing the kernel on the SD card, but continued without booting the OS. You can see below:
cd /media/3D4C-EE60
sudo cp /workdir/cortexm_uclinux/out/uImage ./
cd /media/4be45c05-cd39-44ac-a2c8-eedb041d0890/
sudo tar jxvf /workdir/cortexm_uclinux/kernel/linux-2.6.33/linux-2.33-arm1.tar.bz2
sudo cp /workdir/cortexm_uclinux/kernel/linux-2.6.33/arch/arm/boot/zImage ./boot
sudo dd if=/workdir/cortexm_uclinux/uboot/u-boot-2011.06/u-boot-lpc.bin of=/dev/sdc bs=1024 seek=8
cd
sync
sudo umount /dev/sdc2
Regards,
Cristobal