LS1088ARDB/LS1088ARDB-PB - How to update U-Boot binary on SD card

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LS1088ARDB/LS1088ARDB-PB - How to update U-Boot binary on SD card

LS1088ARDB/LS1088ARDB-PB - How to update U-Boot binary on SD card

This how-to topic is applicable only to LSDK 18.09 and older releases. For LSDK 18.12 and newer releases, refer LS1088ARDB-PB - How to deploy TF-A binaries on SD card.

Follow these steps to update U-Boot binary on the SD card. 

Prerequisites 

  • Ubuntu 18.04 64-bit should be installed on the Linux host machine for building LSDK 18.06 or LSDK 18.09 U-Boot binary.

 

Compiling U-Boot binary

Clone the u-boot repository.

  1. $ git clone https://source.codeaurora.org/external/qoriq/qoriq-components/u-boot.git
  2. $ cd u-boot
  3. $ git checkout -b <new branch name> LSDK-<LSDK version>. For example, $ git checkout -b LSDK-18.09 LSDK-18.09 
  4. $ export ARCH=arm64
  5. $ export CROSS_COMPILE=aarch64-linux-gnu-
  6. $ make distclean
  7. Execute appropriate defconfig file:
    • For LS1088ARDB: $ make ls1088ardb_sdcard_qspi_defconfig
    • For LS1088ARDB-PB: $ make ls1088ardb_pb_sdcard_qspi_defconfig
  8. If required, make changes to the U-Boot files.
  9. $ make

If the make command shows the error "*** Your GCC is older than 6.0 and is not supported", ensure that you are using Ubuntu 18.04 64-bit version for building LSDK 18.06 or LSDK 18.09 U-Boot binary. 

The compiled U-Boot image, u-boot-with-spl.bin, is available at u-boot/.

SD card start block number for U-Boot binary

Image SD card start block number
U-Boot binary0x00800 = 2048

Refer the Flash layout for boot flow with PPA – LSDK 18.09 and older releases for a complete listing of the SD card start block numbers for all LSDK firmware images. 

  

Programming U-Boot binary to SD card

  1. Plug the SD card into the Linux host.
  2. Run the following command on the Linux host:
    • $ sudo dd if=u-boot-with-spl.bin of=/dev/sdX bs=512 seek=2048 conv=fsync

      Use the command cat /proc/partitions to see a list of devices and their sizes to

      make sure that the correct device names have been chosen.

      The SDHC storage drive in the Linux PC is detected as /dev/ sdX, where X is a letter such as a, b, c. Make sure to choose the correct device name, because data on this device will be replaced.

      If your Linux host machine supports read/write SDHC card directly without an extra SDHC card reader device, the device name of SDHC card is typically mmcblk0.

        
  3. Remove the SD card from the Linux host machine.
  4. On the LS1088ARDB/LS1088ARDB-PB, ensure that the switches are set to boot the board from SD card. 
    • For booting from SD card, SW1[1:8] + SW2[1] = 0010_0000_0 
  5. Plug the SD card into the board and boot the board to Ubuntu.

If U-Boot does not find LSDK on the SD card, it will boot TinyDistro from lsdk_linux_arm64_ tiny.itb stored on the SD card.

标签 (1)
评论

Great guide, thank you !

%3CLINGO-SUB%20id%3D%22lingo-sub-1118025%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ELS1088ARDB%2FLS1088ARDB-PB%20-%20%E5%A6%82%E4%BD%95%E6%9B%B4%E6%96%B0%20SD%20%E5%8D%A1%E4%B8%8A%E7%9A%84%20U-Boot%20%E4%BA%8C%E8%BF%9B%E5%88%B6%E6%96%87%E4%BB%B6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1118025%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%26lt%3Bmeta%20http-equiv%3D%22Content-Type%22%20content%3D%22text%2Fhtml%3B%20charset%3Dutf-8%22%20%2F%26gt%3B%0A%3CPRE%20__default_attr%3D%22info%22%20__jive_macro_name%3D%22alert%22%20alert%3D%22info%22%20class%3D%22jive_text_macro%20jive_macro_alert%22%20modifiedtitle%3D%22true%22%3E%3CP%3E%E6%9C%AC%E6%93%8D%E4%BD%9C%E6%96%B9%E6%B3%95%E4%B8%BB%E9%A2%98%E4%BB%85%E9%80%82%E7%94%A8%E4%BA%8E%20LSDK%2018.09%20%E5%8F%8A%E6%9B%B4%E6%97%A9%E7%89%88%E6%9C%AC%E3%80%82%E5%AF%B9%E4%BA%8E%20LSDK%2018.12%20%E5%8F%8A%E6%9B%B4%E6%96%B0%E7%89%88%E6%9C%AC%EF%BC%8C%E8%AF%B7%E5%8F%82%E9%98%85%3CA%20_jive_internal%3D%22true%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fdocs%2FDOC-342624%22%20target%3D%22_blank%22%3ELS1088ARDB-PB%20-%20%E5%A6%82%E4%BD%95%E5%9C%A8%20SD%20%E5%8D%A1%E4%B8%8A%E9%83%A8%E7%BD%B2%20TF-A%20%E4%BA%8C%E8%BF%9B%E5%88%B6%E6%96%87%E4%BB%B6%3C%2FA%3E%E3%80%82%3C%2FP%3E%20%20%20%20%20%20%20%20%20%20%20%3C%2FPRE%3E%3CP%3E%3CSPAN%20style%3D%22color%3A%20%2351626f%3B%20background-color%3A%20%23ffffff%3B%22%3E%E8%AF%B7%E6%8C%89%E7%85%A7%E4%BB%A5%E4%B8%8B%E6%AD%A5%E9%AA%A4%E6%9B%B4%E6%96%B0%20SD%20%E5%8D%A1%E4%B8%8A%E7%9A%84%20U-Boot%20%E4%BA%8C%E8%BF%9B%E5%88%B6%E6%96%87%E4%BB%B6%E3%80%82%3C%2FSPAN%3E%3C%2FP%3E%3CH1%20id%3D%22toc-hId-381646891%22%20id%3D%22toc-hId-381646891%22%20id%3D%22toc-hId-1297572273%22%3E%3CSPAN%20style%3D%22color%3A%20%2351626f%3B%20background-color%3A%20%23ffffff%3B%22%3E%E5%89%8D%E6%8F%90%E6%9D%A1%E4%BB%B6%3C%2FSPAN%3E%3C%2FH1%3E%3CUL%20style%3D%22color%3A%20%2351626f%3B%20background-color%3A%20%23ffffff%3B%20border%3A%200px%3B%20padding%3A%200px%200px%200px%2030px%3B%22%3E%3CLI%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20margin%3A%200.2em%200px%3B%22%3E%3CSPAN%20style%3D%22color%3A%20%2351626f%3B%20background-color%3A%20%23ffffff%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3ELinux%20%E4%B8%BB%E6%9C%BA%E9%9C%80%E5%AE%89%E8%A3%85%20Ubuntu%2018.04%2064%20%E4%BD%8D%E7%B3%BB%E7%BB%9F%EF%BC%8C%E7%94%A8%E4%BA%8E%E7%BC%96%E8%AF%91%20LSDK%2018.06%20%E6%88%96%20LSDK%2018.09%20%E7%9A%84%20U-Boot%20%E4%BA%8C%E8%BF%9B%E5%88%B6%E6%96%87%E4%BB%B6%3CSPAN%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%E3%80%82%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FLI%3E%3C%2FUL%3E%3CP%20style%3D%22color%3A%20%2351626f%3B%20background-color%3A%20%23ffffff%3B%20border%3A%200px%3B%22%3E%26nbsp%3B%3C%2FP%3E%3CH1%20id%3D%22toc-hId--1425807572%22%20id%3D%22toc-hId--1425807572%22%20id%3D%22toc-hId--509882190%22%3E%E7%BC%96%E8%AF%91%20U-Boot%20%E4%BA%8C%E8%BF%9B%E5%88%B6%E6%96%87%E4%BB%B6%3C%2FH1%3E%3CP%20style%3D%22border%3A%200px%3B%22%3E%E5%85%8B%E9%9A%86%20%3CSPAN%20class%3D%22%22%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3CSPAN%20class%3D%22%22%20style%3D%22background-color%3A%20inherit%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3EU-Boot%20%3C%2FSPAN%3E%3C%2FSPAN%3E%3CSPAN%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3CSPAN%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3C%2FSPAN%3E%E4%BB%A3%E7%A0%81%E4%BB%93%E5%BA%93%EF%BC%9A%3C%2FSPAN%3E%3C%2FP%3E%3COL%20style%3D%22border%3A%200px%3B%20padding%3A%200px%200px%200px%2030px%3B%22%3E%3CLI%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20margin%3A%200.2em%200px%3B%22%3E%3CSPAN%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3CSPAN%20class%3D%22%22%20lang%3D%22EN-US%22%20style%3D%22color%3A%20%233d3d3d%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3CSPAN%20class%3D%22%22%20style%3D%22background-color%3A%20inherit%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3CSPAN%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%24%E2%80%AF%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3Egit%20clone%26nbsp%3B%3C%2FSPAN%3E%3C%2FSPAN%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3CA%20data-content-finding%3D%22Community%22%20style%3D%22color%3A%20inherit%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20text-decoration%3A%20inherit%3B%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fsource.codeaurora.org%2Fexternal%2Fqoriq%2Fqoriq-components%2Fu-boot.git%3C%2FA%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FLI%3E%3CLI%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20margin%3A%200.2em%200px%3B%22%3E%3CSPAN%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3CSPAN%20class%3D%22%22%20lang%3D%22EN-US%22%20style%3D%22color%3A%20%233d3d3d%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3CSPAN%20class%3D%22%22%20style%3D%22background-color%3A%20inherit%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%24%E2%80%AF%3C%2FSPAN%3E%3C%2FSPAN%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3CSPAN%20class%3D%22%22%20lang%3D%22EN-US%22%20style%3D%22color%3A%20%233d3d3d%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2011.5pt%3B%22%3E%3CSPAN%20class%3D%22%22%20style%3D%22background-color%3A%20inherit%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2015.3333px%3B%22%3Ecd%26nbsp%3B%3C%2FSPAN%3E%3C%2FSPAN%3E%3CSPAN%20class%3D%22%22%20lang%3D%22EN-US%22%20style%3D%22color%3A%20%233d3d3d%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2011.5pt%3B%22%3E%3CSPAN%20class%3D%22%22%20style%3D%22background-color%3A%20inherit%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2015.3333px%3B%22%3Eu-boot%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FLI%3E%3CLI%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20margin%3A%200.2em%200px%3B%22%3E%3CSPAN%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2015.3333px%3B%22%3E%3CSPAN%20class%3D%22%22%20lang%3D%22EN-US%22%20style%3D%22color%3A%20%233d3d3d%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2015.3333px%3B%22%3E%3CSPAN%20class%3D%22%22%20style%3D%22background-color%3A%20inherit%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2015.3333px%3B%22%3E%24%3C%2FSPAN%3E%3C%2FSPAN%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3CSPAN%20class%3D%22%22%20lang%3D%22EN-US%22%20style%3D%22color%3A%20%233d3d3d%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2011.5pt%3B%22%3E%3CSPAN%20class%3D%22%22%20style%3D%22background-color%3A%20inherit%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2015.3333px%3B%22%3E%20git%20checkout%3C%2FSPAN%3E%3C%2FSPAN%3E%3CSPAN%20class%3D%22%22%20lang%3D%22EN-US%22%20style%3D%22color%3A%20%233d3d3d%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2011.5pt%3B%22%3E%3CSPAN%20class%3D%22%22%20style%3D%22background-color%3A%20inherit%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2015.3333px%3B%22%3E%20-b%3CNEW%20branch%3D%22%22%20name%3D%22%22%3E%3C%2FNEW%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3CSPAN%20class%3D%22%22%20lang%3D%22EN-US%22%20style%3D%22color%3A%20%233d3d3d%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2011.5pt%3B%22%3E%3CSPAN%20class%3D%22%22%20style%3D%22background-color%3A%20inherit%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2015.3333px%3B%22%3E%20LSDK-.%3CLSDK%20version%3D%22%22%3E%3C%2FLSDK%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3CSPAN%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2015.3333px%3B%22%3E%20%3C%2FSPAN%3E%3CSPAN%3E%3C%2FSPAN%3E%3CSPAN%20class%3D%22%22%20lang%3D%22EN-US%22%20style%3D%22color%3A%20%233d3d3d%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2011.5pt%3B%22%3E%3CSPAN%20class%3D%22%22%20style%3D%22background-color%3A%20inherit%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2015.3333px%3B%22%3E%3CSPAN%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2015.3333px%3B%22%3E%E4%BE%8B%E5%A6%82%EF%BC%8C%3C%2FSPAN%3E%20%24%3C%2FSPAN%3E%3C%2FSPAN%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3CSPAN%20class%3D%22%22%20lang%3D%22EN-US%22%20style%3D%22color%3A%20%233d3d3d%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2011.5pt%3B%22%3E%3CSPAN%20class%3D%22%22%20style%3D%22background-color%3A%20inherit%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2015.3333px%3B%22%3E%20git%20checkout%3C%2FSPAN%3E%3C%2FSPAN%3E%3CSPAN%20class%3D%22%22%20lang%3D%22EN-US%22%20style%3D%22color%3A%20%233d3d3d%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2011.5pt%3B%22%3E%3CSPAN%20class%3D%22%22%20style%3D%22background-color%3A%20inherit%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2015.3333px%3B%22%3E%20-b%20LSDK-18.09%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3CSPAN%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%20LSDK-18.09%3C%2FSPAN%3E%3CSPAN%20data-ccp-props%3D%22%7B%22%20134233279%3D%22%22%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FLI%3E%3CLI%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20margin%3A%200.5ex%200px%3B%22%3E%3CSPAN%20data-ccp-props%3D%22%7B%22%20134233279%3D%22%22%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%24%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%E5%AF%BC%E5%87%BA%3C%2FSPAN%3E%3C%2FSPAN%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3EARCH%3Darm64%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FLI%3E%3CLI%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20margin%3A%200.5ex%200px%3B%22%3E%3CSPAN%20data-ccp-props%3D%22%7B%22%20134233279%3D%22%22%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%24%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%E5%AF%BC%E5%87%BA%20CROSS_COMPILE%3D%20%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3Eaarch64-linux-gnu-%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FLI%3E%3CLI%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20margin%3A%200.5ex%200px%3B%22%3E%3CSPAN%20data-ccp-props%3D%22%7B%22%20134233279%3D%22%22%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%24%20%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3Emake%20%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3Edistclean%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FLI%3E%3CLI%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20margin%3A%200.5ex%200px%3B%22%3E%3CSPAN%20data-ccp-props%3D%22%7B%22%20134233279%3D%22%22%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%E6%89%A7%E8%A1%8C%E9%80%82%E5%BD%93%E7%9A%84%20defconfig%20%E6%96%87%E4%BB%B6%EF%BC%9A%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3CUL%3E%3CLI%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20margin%3A%200.5ex%200px%3B%22%3E%3CSPAN%20data-ccp-props%3D%22%7B%22%20134233279%3D%22%22%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%E5%AF%B9%E4%BA%8E%20LS1088ARDB%EF%BC%9A%24%20%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3Emake%20ls1088ardb_sdcard_qspi_defconfig%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FLI%3E%3CLI%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20margin%3A%200.5ex%200px%3B%22%3E%3CSPAN%20data-ccp-props%3D%22%7B%22%20134233279%3D%22%22%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%E5%AF%B9%E4%BA%8E%20LS1088ARDB-PB%EF%BC%9A%24%20%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3Emake%20ls1088ardb_pb_sdcard_qspi_defconfig%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FLI%3E%3C%2FUL%3E%3C%2FLI%3E%3CLI%3E%3CSPAN%20data-ccp-props%3D%22%7B%22%20134233279%3D%22%22%3E%3CSPAN%20lang%3D%22EN-US%22%3E%3CSPAN%20lang%3D%22EN-US%22%3E%3CSPAN%20lang%3D%22EN-US%22%3E%E5%A6%82%E6%9C%89%E9%9C%80%E8%A6%81%EF%BC%8C%E4%BF%AE%E6%94%B9%20U-Boot%20%E6%96%87%E4%BB%B6%E3%80%82%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FLI%3E%3CLI%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20margin%3A%200.5ex%200px%3B%22%3E%3CSPAN%20data-ccp-props%3D%22%7B%22%20134233279%3D%22%22%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3CSPAN%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%24%20%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3Emake%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FLI%3E%3C%2FOL%3E%3CPRE%20___default_attr%3D%22info%22%20_alert%3D%22info%22%20_modifiedtitle%3D%22true%22%20jivemacro%3D%22alert%22%3E%3CPRE%20__default_attr%3D%22info%22%20__jive_macro_name%3D%22alert%22%20alert%3D%22info%22%20class%3D%22jive_text_macro%20jive_macro_alert%22%3E%3CP%3E%3CSPAN%20style%3D%22font-family%3A%20arial%2C%20helvetica%2C%20sans-serif%3B%22%3E%E5%A6%82%E6%9E%9C%20%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3Emake%3C%2FSPAN%3E%20%E5%91%BD%E4%BB%A4%E6%98%BE%E7%A4%BA%E9%94%99%E8%AF%AF%20%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%E2%80%9C***%20Your%20GCC%20is%20older%20than%206.0%20and%20is%20not%20supported%E2%80%9D%3C%2FSPAN%3E%EF%BC%8C%E8%AF%B7%E7%A1%AE%E4%BF%9D%E4%BD%BF%E7%94%A8%20Ubuntu%2018.04%2064%20%E4%BD%8D%E7%89%88%E6%9C%AC%E7%BC%96%E8%AF%91%20LSDK%2018.06%20%E6%88%96%20LSDK%2018.09%20%E7%9A%84%20U-Boot%20%E4%BA%8C%E8%BF%9B%E5%88%B6%E6%96%87%E4%BB%B6%E3%80%82%3C%2FSPAN%3E%3C%2FP%3E%20%20%20%20%20%3C%2FPRE%3E%3C%2FPRE%3E%3CP%20style%3D%22border%3A%200px%3B%22%3E%E5%B7%B2%E7%BC%96%E8%AF%91%E7%9A%84%20U-Boot%20%E6%98%A0%E5%83%8F%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3Eu-boot-with-spl%3C%2FSPAN%3E%20%3CSPAN%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3CSPAN%20class%3D%22%22%20lang%3D%22EN-US%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2011.5pt%3B%22%3E%3CSPAN%20class%3D%22%22%20style%3D%22background-color%3A%20inherit%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2015.3333px%3B%22%3E.bin%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%E5%8F%AF%E5%9C%A8%E4%BB%A5%E4%B8%8B%E4%BD%8D%E7%BD%AE%E8%8E%B7%E5%8F%96%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3CSPAN%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3Eu-boot%3C%2FSPAN%3E%20%3CSPAN%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3CSPAN%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%2F%3C%2FSPAN%3E%20%E3%80%82%3C%2FSPAN%3E%3C%2FP%3E%3CH1%20id%3D%22toc-hId-1061705261%22%20id%3D%22toc-hId-1061705261%22%20id%3D%22toc-hId-1977630643%22%3EU-Boot%20%E4%BA%8C%E8%BF%9B%E5%88%B6%E6%96%87%E4%BB%B6%E7%9A%84%20SD%20%E5%8D%A1%E8%B5%B7%E5%A7%8B%E5%9D%97%E7%BC%96%E5%8F%B7%3C%2FH1%3E%3CP%3E%3C%2FP%3E%3CTABLE%20class%3D%22j-table%20jiveBorder%22%20style%3D%22border%3A%201px%20solid%20%23c6c6c6%3B%22%3E%3CTHEAD%3E%3CTR%20style%3D%22background-color%3A%20%23efefef%3B%22%3E%3CTH%3E%E5%9B%BE%E5%83%8F%3C%2FTH%3E%3CTH%3ESD%E5%8D%A1%E8%B5%B7%E5%A7%8B%E5%9D%97%E5%8F%B7%3C%2FTH%3E%3C%2FTR%3E%3C%2FTHEAD%3E%3CTBODY%3E%3CTR%3E%3CTD%3E%3CSPAN%20style%3D%22font-size%3A%2011.0pt%3B%22%3EU-Boot%20%E4%BA%8C%E8%BF%9B%E5%88%B6%E6%96%87%E4%BB%B6%3C%2FSPAN%3E%3C%2FTD%3E%3CTD%3E0x00800%20%3D%202048%3C%2FTD%3E%3C%2FTR%3E%3C%2FTBODY%3E%3C%2FTABLE%3E%3CPRE%20__default_attr%3D%22info%22%20__jive_macro_name%3D%22alert%22%20alert%3D%22info%22%20class%3D%22jive_text_macro%20jive_macro_alert%22%20modifiedtitle%3D%22true%22%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2011.0pt%3B%22%3E%E8%AF%B7%E5%8F%82%E9%98%85%3C%2FSPAN%3E%3CA%20_jive_internal%3D%22true%22%20href%3D%22http%3A%2F%2Fwww.%2Fdocs%2FDOC-342787%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20style%3D%22color%3A%20%232989c5%3B%20text-decoration%3A%20underline%3B%22%20target%3D%22_blank%22%3EPPA%20-%20LSDK%2018.09%20%E5%8F%8A%E6%9B%B4%E6%97%A9%E7%89%88%E6%9C%AC%E7%9A%84%20Flash%20%E5%B8%83%E5%B1%80%E4%BB%A5%E4%BA%86%E8%A7%A3%E5%90%AF%E5%8A%A8%E6%B5%81%E7%A8%8B%EF%BC%8C%3C%2FA%3E%3CSPAN%20style%3D%22font-size%3A%2011.0pt%3B%22%3E%E4%BB%A5%E8%8E%B7%E5%8F%96%E6%89%80%E6%9C%89%20LSDK%20%E5%9B%BA%E4%BB%B6%E6%98%A0%E5%83%8F%E7%9A%84%20SD%20%E5%8D%A1%E8%B5%B7%E5%A7%8B%E5%9D%97%E5%8F%B7%E7%9A%84%E5%AE%8C%E6%95%B4%E5%88%97%E8%A1%A8%E3%80%82%3CSPAN%3E%26nbsp%3B%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%20%20%20%20%20%20%20%20%20%20%20%20%26nbsp%3B%26nbsp%3B%20%3C%2FPRE%3E%3CH1%20id%3D%22toc-hId--745749202%22%20id%3D%22toc-hId--745749202%22%20id%3D%22toc-hId-170176180%22%3EU-Boot%20%E4%BA%8C%E8%BF%9B%E5%88%B6%E6%96%87%E4%BB%B6%E5%9C%A8%20SD%20%E5%8D%A1%E4%B8%8A%E7%9A%84%E8%B5%B7%E5%A7%8B%E5%9D%97%E7%BC%96%E5%8F%B7%3C%2FH1%3E%3COL%3E%3CLI%3E%E5%B0%86%20SD%20%E5%8D%A1%E6%8F%92%E5%85%A5%20Linux%20%E4%B8%BB%E6%9C%BA%3CSPAN%20style%3D%22color%3A%20%2351626f%3B%20background-color%3A%20%23ffffff%3B%22%3E%E3%80%82%3C%2FSPAN%3E%3C%2FLI%3E%3CLI%3E%E5%9C%A8%20Linux%20%E4%B8%BB%E6%9C%BA%E4%B8%8A%E8%BF%90%E8%A1%8C%E4%BB%A5%E4%B8%8B%E5%91%BD%E4%BB%A4%EF%BC%9A%3CUL%20style%3D%22list-style-type%3A%20circle%3B%22%3E%3CLI%3E%24%20%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3Esudo%20dd%20if%3Du-boot-with-spl.bin%20of%3D%2Fdev%2FsdX%20bs%3D512%20seek%3D2048%20conv%3Dfsync%3C%2FSPAN%3E%3CPRE%20___default_attr%3D%22info%22%20_alert%3D%22info%22%20jivemacro%3D%22alert%22%3E%3CPRE%20__default_attr%3D%22info%22%20__jive_macro_name%3D%22alert%22%20alert%3D%22info%22%20class%3D%22jive_text_macro%20jive_macro_alert%22%3E%3CP%3E%E4%BD%BF%E7%94%A8%20cat%20%2Fproc%2Fpartitions%20%E5%91%BD%E4%BB%A4%E6%9F%A5%E7%9C%8B%E8%AE%BE%E5%A4%87%E5%88%97%E8%A1%A8%E5%8F%8A%E5%85%B6%E5%A4%A7%E5%B0%8F%EF%BC%8C%3C%2FP%3E%3CP%3E%E4%BB%A5%E7%A1%AE%E4%BF%9D%E9%80%89%E6%8B%A9%E4%BA%86%E6%AD%A3%E7%A1%AE%E7%9A%84%E8%AE%BE%E5%A4%87%E5%90%8D%E7%A7%B0%E3%80%82%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ELinux%20%E7%94%B5%E8%84%91%E4%B8%AD%E7%9A%84%20SDHC%20%E5%AD%98%E5%82%A8%E9%A9%B1%E5%8A%A8%E5%99%A8%E8%A2%AB%E6%A3%80%E6%B5%8B%E4%B8%BA%20%2Fdev%2F%0AsdX%EF%BC%8C%E5%85%B6%E4%B8%AD%20X%20%E6%98%AF%E4%B8%80%E4%B8%AA%E5%AD%97%E6%AF%8D%EF%BC%8C%E5%A6%82%20a%E3%80%81b%E3%80%81c%E3%80%82%E7%A1%AE%E4%BF%9D%E9%80%89%E6%8B%A9%E6%AD%A3%E7%A1%AE%E7%9A%84%E8%AE%BE%E5%A4%87%E5%90%8D%E7%A7%B0%EF%BC%8C%0A%E5%9B%A0%E4%B8%BA%E6%AD%A4%E8%AE%BE%E5%A4%87%E4%B8%8A%E7%9A%84%E6%95%B0%E6%8D%AE%E5%B0%86%E8%A2%AB%E6%9B%BF%E6%8D%A2%E3%80%82%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%E5%A6%82%E6%9E%9C%E6%82%A8%E7%9A%84%20Linux%20%E4%B8%BB%E6%9C%BA%E6%94%AF%E6%8C%81%E7%9B%B4%E6%8E%A5%E8%AF%BB%E5%86%99%20SDHC%20%E5%8D%A1%EF%BC%8C%E6%97%A0%E9%9C%80%E9%A2%9D%E5%A4%96%E7%9A%84%20SDHC%20%E5%8D%A1%E8%AF%BB%E5%8D%A1%E5%99%A8%E8%AE%BE%E5%A4%87%EF%BC%8C%E5%88%99%20SDHC%20%E5%8D%A1%E7%9A%84%E8%AE%BE%E5%A4%87%E5%90%8D%E7%A7%B0%E9%80%9A%E5%B8%B8%E4%B8%BA%20mmcblk0%E3%80%82%3C%2FP%3E%20%20%20%20%20%20%20%20%20%20%20%20%26nbsp%3B%26nbsp%3B%20%3C%2FPRE%3E%3C%2FPRE%3E%3C%2FLI%3E%3C%2FUL%3E%3C%2FLI%3E%3CLI%3E%E4%BB%8E%20Linux%20%E4%B8%BB%E6%9C%BA%E4%B8%8A%E7%A7%BB%E9%99%A4%20SD%20%E5%8D%A1%E3%80%82%3C%2FLI%3E%3CLI%3E%E5%9C%A8%20LS1088ARDB%2FLS1088ARDB-PB%20%E4%B8%8A%EF%BC%8C%E7%A1%AE%E4%BF%9D%E5%BC%80%E5%85%B3%E8%AE%BE%E7%BD%AE%E4%B8%BA%E4%BB%8E%20SD%20%E5%8D%A1%E5%90%AF%E5%8A%A8%E4%B8%BB%E6%9D%BF%E3%80%82%3CUL%3E%3CLI%3E%E4%BB%8E%20SD%20%E5%8D%A1%E5%90%AF%E5%8A%A8%E6%97%B6%EF%BC%8C%20%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3ESW1%5B1%3A8%5D%20%2B%20SW2%5B1%5D%20%3D%200010_0000_0%3C%2FSPAN%3E%3C%2FLI%3E%3C%2FUL%3E%3C%2FLI%3E%3CLI%3E%E5%B0%86%20SD%20%E5%8D%A1%E6%8F%92%E5%85%A5%E5%BC%80%E5%8F%91%E6%9D%BF%E5%B9%B6%E5%B0%86%E5%BC%80%E5%8F%91%E6%9D%BF%E5%90%AF%E5%8A%A8%E8%87%B3%20Ubuntu%E3%80%82%3C%2FLI%3E%3C%2FOL%3E%3CP%3E%3CSPAN%20style%3D%22color%3A%20%2351626f%3B%20background-color%3A%20%23ffffff%3B%22%3E%E5%A6%82%E6%9E%9C%20U-Boot%20%E5%9C%A8%20SD%20%E5%8D%A1%E4%B8%8A%E6%9C%AA%E6%89%BE%E5%88%B0%20LSDK%EF%BC%8C%E5%AE%83%E5%B0%86%E4%BB%8E%20SD%20%E5%8D%A1%E4%B8%8A%E5%AD%98%E5%82%A8%E7%9A%84%3CSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%20%3CSPAN%20style%3D%22color%3A%20%2351626f%3B%20background-color%3A%20%23ffffff%3B%20border%3A%200px%3B%22%3E%3CSPAN%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%22%3E%3C%2FSPAN%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3Elsdk_linux_arm64_tiny.itb%20%3C%2FSPAN%3E%3C%2FSPAN%3E%E5%90%AF%E5%8A%A8%20%3CSPAN%20style%3D%22color%3A%20%2351626f%3B%20background-color%3A%20%23ffffff%3B%22%3ETinyDistro%3C%2FSPAN%3E%E3%80%82%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-LABS%20id%3D%22lingo-labs-1118025%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CLINGO-LABEL%3EQorIQ%20LS1%E8%AE%BE%E5%A4%87%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1118026%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%E5%9B%9E%E5%A4%8D%EF%BC%9ALS1088ARDB%2FLS1088ARDB-PB%20-%20%E5%A6%82%E4%BD%95%E6%9B%B4%E6%96%B0%20SD%20%E5%8D%A1%E4%B8%8A%E7%9A%84%20U-Boot%20%E4%BA%8C%E8%BF%9B%E5%88%B6%E6%96%87%E4%BB%B6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1118026%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%26lt%3Bmeta%20http-equiv%3D%22Content-Type%22%20content%3D%22text%2Fhtml%3B%20charset%3Dutf-8%22%20%2F%26gt%3B%0A%3CP%3E%E5%BE%88%E6%A3%92%E7%9A%84%E6%8C%87%E5%8D%97%EF%BC%8C%E8%B0%A2%E8%B0%A2%EF%BC%81%3C%2FP%3E%3C%2FLINGO-BODY%3E
无评分
版本历史
最后更新:
‎09-10-2020 02:38 AM
更新人: