There is a problem writing the Linux system image to the TF card in Win11 24H2.

Microsoft Windows

Active Members
Joined
Dec 10, 2024
Messages
24,922
Use Win32DiskImage or rufus or balenaEtcher and other tools to burn the system image to the TF card, which is used to start the TF card of Raspberry Pi or other embedded Linux development boards. However, the card burned in win11 24H2 cannot be started on the development board. Using the same img file and the same burning tool, the cards burned in 23H2 and 22H2 can be started normally. I tried to put the card burned in 24H2 into Ubuntu, and used the dd if=u-boot-sunxi-with-spl.bin" of=/dev/sdb bs=1024 seek=8 command to manually write uboot to the 8K offset of the TF card. Then it can be start

Continue reading...
 
Back
Top