Difference between revisions of "AIM-Linux/BSP/WOA/Windows On ARM OS Release note/RSB-3720/RSB3720A1AIM20WIV0007"

From ESS-WIKI
Jump to: navigation, search
(Created page with " '''Release Note ''' {| bgcolor="#F8F8F8" border="1" cellpadding="1" cellspacing="1" width="30%" |- | '''SOM ''' | i.MX8MP |- | '''BSP ''' | W 1.4.0 |- | '''Wi...")
 
Line 35: Line 35:
 
|}
 
|}
  
 
+
'''Install the OS to EMMC'''.<br/> Flash firmware<br/> 1.unzip woa_rsb3720_w14_firmware_downloader.img.gz
 +
<pre>$ gunzip woa_rsb3720_w14_firmware_downloader.img.gz
 +
</pre>
  
&nbsp;
+
2.flash this image to SD card.
 +
<pre>$ sudo dd if=woa_rsb3720_w14_firmware_downloader.img of=/dev/sdX bs=10M; sync
 +
</pre>
  
&nbsp;
+
3.Insert this SD card, adjust boot dip switch to boot from SD card (ON-ON-OFF-OFF).<br/> 4.Power on the device.<br/> 5.Watching the screen, power off the device while it show "Flash bootloader for Winodws 10 IT Enterprise ... Done!".<br/> <br/> Install OS<br/> 1.Unzip tarball file
 +
<pre>$ gunzip MSOPK_X23-15068_2021_LTSC_21H2_os_installer_EVK_iMX8MP_W140.img.gz
 +
</pre>
  
&nbsp;
+
2.Flash image to SD card
 +
<pre>$ sudo dd if=MSOPK_X23-15068_2021_LTSC_21H2_os_installer_EVK_iMX8MP_W140.img of=/dev/sdX bs=10M; sync
 +
</pre>
 +
 
 +
3.Insert this SD card, adjust boot dip switch to boot from EMMC (OFF-ON-OFF-OFF).<br/> 4.Power on the device, installing the Win10 OS following the system instruction.

Revision as of 03:40, 30 May 2023

Release Note 

SOM  i.MX8MP
BSP  W 1.4.0
Windows  W21H2

Change Log

Item

Change List

Description

1 Feature fix memory size to 6GB
2 Known Issue  None

Install the OS to EMMC.
Flash firmware
1.unzip woa_rsb3720_w14_firmware_downloader.img.gz

$ gunzip woa_rsb3720_w14_firmware_downloader.img.gz

2.flash this image to SD card.

$ sudo dd if=woa_rsb3720_w14_firmware_downloader.img of=/dev/sdX bs=10M; sync

3.Insert this SD card, adjust boot dip switch to boot from SD card (ON-ON-OFF-OFF).
4.Power on the device.
5.Watching the screen, power off the device while it show "Flash bootloader for Winodws 10 IT Enterprise ... Done!".

Install OS
1.Unzip tarball file

$ gunzip MSOPK_X23-15068_2021_LTSC_21H2_os_installer_EVK_iMX8MP_W140.img.gz

2.Flash image to SD card

$ sudo dd if=MSOPK_X23-15068_2021_LTSC_21H2_os_installer_EVK_iMX8MP_W140.img of=/dev/sdX bs=10M; sync

3.Insert this SD card, adjust boot dip switch to boot from EMMC (OFF-ON-OFF-OFF).
4.Power on the device, installing the Win10 OS following the system instruction.