I can’t install openwrt on turris omnia 2020 router. I got stuck with step 3 mount usb. I get a message can’t find a usb stick. I format it in fat32 and try different usb ports and sticks.
Have someone a idea?
See this link:
I can’t install openwrt on turris omnia 2020 router. I got stuck with step 3 mount usb. I get a message can’t find a usb stick. I format it in fat32 and try different usb ports and sticks.
Have someone a idea?
See this link:
What is your iboot version?
What errors you get mounting?
please don't post screen dumps, but wrapped cli output using the </> button.
run logread -f
(if it exists), unplug and reconnect your flash drive.
Thanks, and after logread -f trying to mount again?
no, check the output, see if your flash drive's detected by the OS.
Thanks, i am now on my work. I will do it in the evening.
I let you know.
I have done it, but get a error logread (-f) not found
Aha, i try it aigain in normal mode, see this output:
May 8 20:51:23 turris kernel: [ 62.087846] usb 2-1: USB disconnect, device number 2
May 8 20:51:26 turris kernel: [ 65.266868] usb 2-1: new high-speed USB device number 3 using xhci-hcd
May 8 20:51:26 turris kernel: [ 65.447683] usb-storage 2-1:1.0: USB Mass Storage device detected
May 8 20:51:26 turris kernel: [ 65.454138] scsi host2: usb-storage 2-1:1.0
^[[AMay 8 20:51:27 turris kernel: [ 66.487130] scsi 2:0:0:0: Direct-Access General USB Flash Disk 1.0 PQ: 0 ANSI: 2
May 8 20:51:27 turris kernel: [ 66.496088] sd 2:0:0:0: [sda] 7831552 512-byte logical blocks: (4.01 GB/3.73 GiB)
May 8 20:51:27 turris kernel: [ 66.503830] sd 2:0:0:0: [sda] Write Protect is off
May 8 20:51:27 turris kernel: [ 66.508652] sd 2:0:0:0: [sda] Mode Sense: 03 00 00 00
May 8 20:51:27 turris kernel: [ 66.508863] sd 2:0:0:0: [sda] No Caching mode page found
May 8 20:51:27 turris kernel: [ 66.514190] sd 2:0:0:0: [sda] Assuming drive cache: write through
May 8 20:51:27 turris kernel: [ 66.522003] sda: sda1
May 8 20:51:27 turris kernel: [ 66.525101] sd 2:0:0:0: [sda] Attached SCSI removable disk
Flash drive's found by the OS...
Retry the mount command.
As asked earlier, wrap your cli output, when you post.
Flash drive partition is not found.
Then i get this error message mkdir: can't create directory '/mnt': File exists
Thats ok, but sda1 isnot recognized. Maybe kit does not like gpt partitions?
Log disagrees with you ...
Partitioning or file system might be wrong though.
Is it useful to format the usb stick in ext3/4 and try it again?
Try to format it on the Turris, then mount it on your computer.
Thanks, how to do this?
wipefs -a /dev/sda
fdisk /dev/sda (type 0x7 or 0xb)
mkfs.vfat /dev/sda1
make sure you use a low capacity flash drive, the smaller, the better.
win10/11 loves exfatt