diff options
author | Matthew Crymble <matthew.crymble@ni.com> | 2021-12-14 12:18:06 -0600 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-12-14 12:31:40 -0600 |
commit | 520fc00e2b427f6682bf8e47ccbad6e5e068a0da (patch) | |
tree | 651ea297a210e1f1fa50466eb1ee51441c7484f2 /host/docs/usrp_x4xx.dox | |
parent | da1ee1aa71501665b142cdb64fd4daa02793fbc1 (diff) | |
download | uhd-520fc00e2b427f6682bf8e47ccbad6e5e068a0da.tar.gz uhd-520fc00e2b427f6682bf8e47ccbad6e5e068a0da.tar.bz2 uhd-520fc00e2b427f6682bf8e47ccbad6e5e068a0da.zip |
docs: remove bmaptool instructions for writing filesystems
Due to a change in Mender, bmaptool is no longer supported for writing filesystem images.
Currently, the only recommended method for writing a filesystem to an SD card is to use dd.
The filesystem can still be updated in place using mender.
Diffstat (limited to 'host/docs/usrp_x4xx.dox')
-rw-r--r-- | host/docs/usrp_x4xx.dox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/docs/usrp_x4xx.dox b/host/docs/usrp_x4xx.dox index 8fd555593..3c744de36 100644 --- a/host/docs/usrp_x4xx.dox +++ b/host/docs/usrp_x4xx.dox @@ -718,7 +718,7 @@ stopped by hitting Ctrl-C at the APU serial console. \subsubsection x4xx_flash_emmc Flashing eMMC Once the X410's eMMC is accessible over USB, it's possible to write the -filesystem image using `bmaptool`. You can obtain the latest filesystem image by +filesystem image using `dd`. You can obtain the latest filesystem image by running: uhd_images_downloader -t sdimg -t x4xx @@ -728,12 +728,12 @@ found. Run: - sudo bmaptool copy /path/to/usrp_x4xx_fs.sdimg.bz2 /dev/sdX + sudo dd if=/path/to/usrp_x4xx_fs.sdimg of=/dev/sdX bs=1M to flash the eMMC with this image (replacing /dev/sdX with the block device of the X410's eMMC as indicated by your kernel log). -When bmaptool has indicated that copying has completed, hit Ctrl-C on the U-boot +When copying has completed, hit Ctrl-C on the U-boot prompt to terminate the mass storage mode. Then, power-cycle the device to load the new filesystem. |