Difference between revisions of "i.MX51 SODIMM PC Max Flashing images"
(Created page with "Category:i.MX51 SODIMM PC - Development kit Category:i.MX51 SODIMM PC Recovery <!-- --> <div style="float:right">__TOC__</div> This section describes flashing Barebox,...") |
|||
Line 27: | Line 27: | ||
erase /dev/nand0 | erase /dev/nand0 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | [[image:i.MX51_SODIMM_PC-Development_Kit- | + | [[image:i.MX51_SODIMM_PC-Development_Kit-Erasing_NAND.jpg|600px]]<br /><br /> |
== Downloading and flashing images == | == Downloading and flashing images == | ||
Line 36: | Line 36: | ||
tftp vmx51/rootfs-nand-bb-1-18-vmx51-vpac0.ubi.bin /dev/nand0.rootfs.bb | tftp vmx51/rootfs-nand-bb-1-18-vmx51-vpac0.ubi.bin /dev/nand0.rootfs.bb | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | [[image:i.MX51_SODIMM_PC-Development_Kit- | + | [[image:i.MX51_SODIMM_PC-Development_Kit-Updating_kernel.jpg|600px]]<br /><br /> |
When the process is finished, reset the board. Setting MAC address was erased during NAND storage clean out is required to set up again. It can be found on the sticker placed on the module in the standard form (00:0d:15:00:XX:XX):<br /> | When the process is finished, reset the board. Setting MAC address was erased during NAND storage clean out is required to set up again. It can be found on the sticker placed on the module in the standard form (00:0d:15:00:XX:XX):<br /> | ||
− | [[image:i.MX51_SODIMM_PC-Development_Kit- | + | [[image:i.MX51_SODIMM_PC-Development_Kit-MAC_address_setting.jpg|600px]]<br /><br /> |
Reset the board. The module boots with newly downloaded files. The default vmx51 login is '''root''' without set password: | Reset the board. The module boots with newly downloaded files. The default vmx51 login is '''root''' without set password: | ||
[[image:i.MX51_SODIMM_PC-Development_Kit-Running_Linux.jpg|600px]] | [[image:i.MX51_SODIMM_PC-Development_Kit-Running_Linux.jpg|600px]] |
Revision as of 11:30, 13 April 2021
This section describes flashing Barebox, Linux kernel and filesystem images.
If module could not start loading Barebox from its memory, recover bootloader by following these steps first.
Preparing for files transfer
Make sure FTFP server is up and running. Download the latest images and store them into the TFTP directory:
A local network without DHCP control is recommended. Define network parameters for this network first:
eth0.ipaddr=192.168.0.150 eth0.netmask=255.255.255.0 eth0.gateway=192.168.0.1 eth0.serverip=192.168.0.75
Erase NAND Flash memory:
erase /dev/nand0
Downloading and flashing images
Update the files:
tftp vmx51/barebox-2011_06_0-vmx51-256M-vpac0.bin /dev/nand0.barebox.bb tftp vmx51/zImage-2_6_35-vmx51-vpac0.bin /dev/nand0.kernel.bb tftp vmx51/rootfs-nand-bb-1-18-vmx51-vpac0.ubi.bin /dev/nand0.rootfs.bb
When the process is finished, reset the board. Setting MAC address was erased during NAND storage clean out is required to set up again. It can be found on the sticker placed on the module in the standard form (00:0d:15:00:XX:XX):
600px
Reset the board. The module boots with newly downloaded files. The default vmx51 login is root without set password: 600px