Article 6M156 trying to make a bootable usb for Dell Wyse 3020 ARM device, but running into problems

trying to make a bootable usb for Dell Wyse 3020 ARM device, but running into problems

by
primuspaul
from LinuxQuestions.org on (#6M156)
Following this guide: https://linux-mmp.docs.kernel.org/dell-wyse-3020.html

I am using a Fedora VM (I have Windows on my PC) to try and create this bootable USB (16GB). However, I get "No U-Boot files found for olpc_xo175" when I perform this step:

Code:arm-image-installer --resizefs --target=olpc_xo175 --media=/dev/sdx --image=Fedora-Minimal-armhfp-32-1.6-sda.raw.xzAnd later when I run this step:

Code:mkimage -A arm -O linux -C none -T ramdisk -d /mnt/efi/initramfs-* /mnt/efi/uInitrdI get:

Code:Can't open /mnt/efi/initramfs-*: No such file or directoryWhat can I do to fix this?
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments