Flash the NOR using tftp For Rugged Board A5d2x
Objective:
This guide describes a method of flashing the NOR using tftp for the Rugged Board A5d2x.
Materials:
Hardware:
PC(Personal computer)/System
Ethernet Cable to Rugged Board a5d2x
Software:
Ubuntu 16.04
Procedure:
Step1: Following packages need to be install in the host PC.Before installing the below packages, please check your internet(Ethernet Cable) connection.
Ubuntu and Debian:
Step2: Please install the below additional packages if your Host PC is 64 bit.
Step3: Please download the below script.
Step4: Please run the above script as below
Step5: Now copy the rugged board a5d2x related images to "/var/lib/tftpboot/" location in your host PC.
Step6: Ethernet cable can connect between Board and Host PC. or we can connect the individual Ethernet cables to Host PC and Rugged Board a5d2x from router.
Step7: Boot the rugged board a5d2x and stop at boot-loader level and follow below commands.
setenv serverip <ip address of your PC> setenv ipaddr <ip address of board> saveenv
Example as below:
Step8: Below commands to flash the all images into NOR flash.
Flash the all images:
Step9: Now reset the board.
Step10: Below commands to flash the individual images into NOR flash.
Flash the individual images:
bootstrap:
u-boot:
oftree:
zImage:
rootfs:
data-image:
Step11: RESET the Rugged Board A5d2x. Your Board is READY to use.
Last updated
Was this helpful?