From 9177201c438f25091f1dcf7888efa30d8215bf08 Mon Sep 17 00:00:00 2001 From: ♪ I'm a bot, bot, bot ♪ <_update_docs_trans@sundries01.phx2.fedoraproject.org> Date: Apr 29 2022 22:03:18 +0000 Subject: automatic update of pot/po files --- diff --git a/pot/master/pages/physical-device-setup.pot b/pot/master/pages/physical-device-setup.pot index a6e306c..a818b14 100644 --- a/pot/master/pages/physical-device-setup.pot +++ b/pot/master/pages/physical-device-setup.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2022-01-12 22:02+0000\n" +"POT-Creation-Date: 2022-04-29 21:59+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -68,19 +68,14 @@ msgstr "" msgid "The Raspberry Pi WiFi is supported in the base image." msgstr "" -#. type: Plain text -#: ./pages/physical-device-setup.adoc:18 -msgid "The `wcn36xx-firmware` for the Dragonboard will need to be added later." -msgstr "" - #. type: Title === -#: ./pages/physical-device-setup.adoc:19 +#: ./pages/physical-device-setup.adoc:18 #, no-wrap msgid "SD Card" msgstr "" #. type: Plain text -#: ./pages/physical-device-setup.adoc:23 +#: ./pages/physical-device-setup.adoc:22 msgid "" "The Fedora IoT image is currently 4GB in size. The best speed class depends " "on the usage. A faster speed class is better for writes but the trade off " @@ -88,14 +83,14 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/physical-device-setup.adoc:25 +#: ./pages/physical-device-setup.adoc:24 msgid "" "Documentation for your board may also recommend specific SD Card choices as " "well as required physical sizes for each device." msgstr "" #. type: Plain text -#: ./pages/physical-device-setup.adoc:27 +#: ./pages/physical-device-setup.adoc:26 msgid "" "Raspberry Pi discusses card size and speed class in their " "https://www.raspberrypi.org/documentation/installation/sd-cards.md[SD Card " @@ -103,45 +98,45 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/physical-device-setup.adoc:28 +#: ./pages/physical-device-setup.adoc:27 msgid "" "The 96Boards specification is simply that all boards have a microSDHC socket " "present." msgstr "" #. type: Plain text -#: ./pages/physical-device-setup.adoc:30 +#: ./pages/physical-device-setup.adoc:29 msgid "" "The following procedures will overwrite everything on the micro SD card. Be " "sure to backup any data before continuing!" msgstr "" #. type: Title == -#: ./pages/physical-device-setup.adoc:31 +#: ./pages/physical-device-setup.adoc:30 #, no-wrap msgid "Create a Bootable SD Card" msgstr "" #. type: Plain text -#: ./pages/physical-device-setup.adoc:33 +#: ./pages/physical-device-setup.adoc:32 msgid "" "If you have not already xref:obtaining-images.adoc[downloaded the image], do " "so now and make a note of the download location and filename." msgstr "" #. type: Title === -#: ./pages/physical-device-setup.adoc:34 +#: ./pages/physical-device-setup.adoc:33 #, no-wrap msgid "Determine the SD Card Device name" msgstr "" #. type: Plain text -#: ./pages/physical-device-setup.adoc:37 +#: ./pages/physical-device-setup.adoc:36 msgid "There are several options for determining the media device name." msgstr "" #. type: Plain text -#: ./pages/physical-device-setup.adoc:42 +#: ./pages/physical-device-setup.adoc:41 msgid "" "Run the `lsblk` command before and after inserting the card. The new device " "that appears on the list is the device for the media. If your microSD card " @@ -151,7 +146,7 @@ msgid "" msgstr "" #. type: delimited block - -#: ./pages/physical-device-setup.adoc:50 +#: ./pages/physical-device-setup.adoc:49 #, no-wrap msgid "" "$ lsblk\n" @@ -166,7 +161,7 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/physical-device-setup.adoc:52 +#: ./pages/physical-device-setup.adoc:51 msgid "" "If you have the `udisks2` package installed you may find the `udisksctl` " "command helpful in determining the media device name. It will show the model " @@ -175,7 +170,7 @@ msgid "" msgstr "" #. type: delimited block - -#: ./pages/physical-device-setup.adoc:58 +#: ./pages/physical-device-setup.adoc:57 #, no-wrap msgid "" "$ udisksctl status \n" @@ -186,54 +181,54 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/physical-device-setup.adoc:60 +#: ./pages/physical-device-setup.adoc:59 msgid "" "Finally, the kernel messages will show the addition of a device. In a " "terminal window before inserting the device run:" msgstr "" #. type: delimited block - -#: ./pages/physical-device-setup.adoc:62 +#: ./pages/physical-device-setup.adoc:61 #, no-wrap msgid "$ dmesg -w\n" msgstr "" #. type: Title === -#: ./pages/physical-device-setup.adoc:64 +#: ./pages/physical-device-setup.adoc:63 #, no-wrap msgid "Scripted image transfer with `arm-image-installer` " msgstr "" #. type: Plain text -#: ./pages/physical-device-setup.adoc:67 +#: ./pages/physical-device-setup.adoc:66 msgid "Install the `arm-image-installer` package:" msgstr "" #. type: delimited block - -#: ./pages/physical-device-setup.adoc:70 +#: ./pages/physical-device-setup.adoc:69 #, no-wrap msgid "$ sudo dnf install arm-image-installer\n" msgstr "" #. type: Plain text -#: ./pages/physical-device-setup.adoc:74 +#: ./pages/physical-device-setup.adoc:73 msgid "Display the usage for the utility. This will display an example command:" msgstr "" #. type: delimited block - -#: ./pages/physical-device-setup.adoc:77 +#: ./pages/physical-device-setup.adoc:76 #, no-wrap msgid "$ sudo arm-image-installer\n" msgstr "" #. type: delimited block - -#: ./pages/physical-device-setup.adoc:79 +#: ./pages/physical-device-setup.adoc:78 #, no-wrap msgid "Usage: arm-image-installer \n" msgstr "" #. type: delimited block - -#: ./pages/physical-device-setup.adoc:95 +#: ./pages/physical-device-setup.adoc:94 #, no-wrap msgid "" "\t--image=IMAGE - xz compressed image file name\n" @@ -254,7 +249,7 @@ msgid "" msgstr "" #. type: delimited block - -#: ./pages/physical-device-setup.adoc:97 +#: ./pages/physical-device-setup.adoc:96 #, no-wrap msgid "" "Example: arm-image-installer --image=Fedora-Rawhide.xz --target=Bananapi " @@ -262,29 +257,18 @@ msgid "" msgstr "" #. type: Plain text -#: ./pages/physical-device-setup.adoc:100 +#: ./pages/physical-device-setup.adoc:99 msgid "For the Raspberry Pi Model 3 B/B+ use:" msgstr "" #. type: delimited block - -#: ./pages/physical-device-setup.adoc:103 +#: ./pages/physical-device-setup.adoc:102 #, no-wrap msgid "--target=rpi3\n" msgstr "" #. type: Plain text #: ./pages/physical-device-setup.adoc:106 -msgid "For the Dragonboard410c use:" -msgstr "" - -#. type: delimited block - -#: ./pages/physical-device-setup.adoc:109 -#, no-wrap -msgid "--target=dragonboard410c\n" -msgstr "" - -#. type: Plain text -#: ./pages/physical-device-setup.adoc:113 msgid "" "Provide the correct path for the downloaded image and the microSD media. " "Replace `XXX` with the location of your media. It will be `sdX` or `mmcblkX` " @@ -292,27 +276,27 @@ msgid "" msgstr "" #. type: delimited block - -#: ./pages/physical-device-setup.adoc:116 +#: ./pages/physical-device-setup.adoc:109 #, no-wrap msgid "" -"$ sudo arm-image-installer --image=Fedora-IoT-[version].raw.xz " -"--target=dragonboard410c --media=/dev/XXX\n" +"$ sudo arm-image-installer --image=Fedora-IoT-[version].raw.xz --target=rpi3 " +"--media=/dev/XXX\n" msgstr "" #. type: Plain text -#: ./pages/physical-device-setup.adoc:119 +#: ./pages/physical-device-setup.adoc:112 msgid "Other options of interest:" msgstr "" #. type: Plain text -#: ./pages/physical-device-setup.adoc:121 +#: ./pages/physical-device-setup.adoc:114 msgid "" "The `--addkey=` option will place a specified ssh public key into the " "`/root/authorized_keys` file." msgstr "" #. type: Plain text -#: ./pages/physical-device-setup.adoc:122 +#: ./pages/physical-device-setup.adoc:115 msgid "" "The `--resizefs` options will expand the `/sysroot` partition to use all " "remaining space on the microSD card." @@ -323,20 +307,20 @@ msgstr "" #. "u-boot will auto detect serial and pass corrent options to kernel if enabled" #. I dont have a setup to test on hand. #. type: Title === -#: ./pages/physical-device-setup.adoc:130 +#: ./pages/physical-device-setup.adoc:123 #, no-wrap msgid "Manual Image Transfer with `dd`" msgstr "" #. type: Plain text -#: ./pages/physical-device-setup.adoc:133 +#: ./pages/physical-device-setup.adoc:126 msgid "" "Replace `XXX` with the location of your media. It will be `sdX` or `mmcblkX` " "depending on hardware." msgstr "" #. type: delimited block - -#: ./pages/physical-device-setup.adoc:136 +#: ./pages/physical-device-setup.adoc:129 #, no-wrap msgid "" "xzcat Fedora-IoT-[version].raw.xz | sudo dd status=progress bs=4M " @@ -344,13 +328,13 @@ msgid "" msgstr "" #. type: Title == -#: ./pages/physical-device-setup.adoc:138 +#: ./pages/physical-device-setup.adoc:131 #, no-wrap msgid "Configure a Serial Console (Optional)" msgstr "" #. type: Plain text -#: ./pages/physical-device-setup.adoc:141 +#: ./pages/physical-device-setup.adoc:134 msgid "" "If you wish to use a serial console you'll need to configure it. Details " "for the "