Updating
Update firmware using WIC image
Turn off the power of the device.
Eject the microSD card.
Download latest
firmware
If the WIC image is compressed with
tar.gz
format, extract thepetalinux-sdimage.wic.tar.gz
file usingtar
command. For example,tar -xvzf petalinux-sdimage.wic.tar.gz
- Flash the extracted
petalinux-sdimage.wic
image into the SD card. Flash the WIC image in Linux: To flash the WIC image to SD card in Linux machines, connect the SD card to the host system and use the dd command:
dd if=petalinux-sdimage.wic of=/dev/sd<X> conv=fsync
Note
You need sudo access to do this.
- Flash the WIC image in Windows: To flash the WIC image to the SD card in Windows, you can use any of the following:
BalenaEtcher tool
Win32DiskImager
- Flash the extracted
Insert the SD card into the device.
Power on the device.