精品国产人成在线_亚洲高清无码在线观看_国产在线视频国产永久2021_国产AV综合第一页一个的一区免费影院黑人_最近中文字幕MV高清在线视频

0
  • 聊天消息
  • 系統消息
  • 評論與回復
登錄后你可以
  • 下載海量資料
  • 學習在線課程
  • 觀看技術視頻
  • 寫文章/發帖/加入社區
會員中心
創作中心

完善資料讓更多小伙伴認識你,還能領取20積分哦,立即完善>

3天內不再提示

RZ/G2L Demo調試經驗分享(5)

瑞薩MCU小百科 ? 來源:瑞薩嵌入式小百科 ? 2024-05-10 14:54 ? 次閱讀

準備發送Flash Writer文件

Flash_Writer_SCIF_RZG2L_SMARC_PMIC_DDR4_2GB_1PCS.mot

5b68b544-0e98-11ef-a297-92fbcf53809c.png

輸入指令

>EM_SECSD
 Please Input EXT_CSD Index(H'00 - H'1FF) :b1
 EXT_CSD[B1] = 0x02
 Please Input Value(H'00 - H'FF) :2
 EXT_CSD[B1] = 0x02
>EM_SECSD
 Please Input EXT_CSD Index(H'00 - H'1FF) :b3
 EXT_CSD[B3] = 0x08
 Please Input Value(H'00 - H'FF) :8
 EXT_CSD[B3] = 0x08
5b9e3624-0e98-11ef-a297-92fbcf53809c.png

發送文件bl2_bp-smarc-rzg2l_pmic.srec

>EM_W
EM_W Start --------------
---------------------------------------------------------
Please select,eMMC Partition Area.
 0:User Partition Area  : 62160896 KBytes
 eMMC Sector Cnt : H'0 - H'0768FFFF
 1:Boot Partition 1   : 32256 KBytes
 eMMC Sector Cnt : H'0 - H'0000FBFF
 2:Boot Partition 2   : 32256 KBytes
 eMMC Sector Cnt : H'0 - H'0000FBFF
---------------------------------------------------------
 Select area(0-2)>1
-- Boot Partition 1 Program -----------------------------
Please Input Start Address in sector :1
Please Input Program Start Address : 11e00
Work RAM(H'50000000-H'50FFFFFF) Clear....
please send ! ('.' & CR stop load)
5bb53f68-0e98-11ef-a297-92fbcf53809c.png5bd1bc06-0e98-11ef-a297-92fbcf53809c.png5bedb488-0e98-11ef-a297-92fbcf53809c.png

準備發送文件fip-smarc-rzg2l_pmic.srec

>EM_W
EM_W Start --------------
---------------------------------------------------------
Please select,eMMC Partition Area.
 0:User Partition Area  : 62160896 KBytes
 eMMC Sector Cnt : H'0 - H'0768FFFF
 1:Boot Partition 1   : 32256 KBytes
 eMMC Sector Cnt : H'0 - H'0000FBFF
 2:Boot Partition 2   : 32256 KBytes
 eMMC Sector Cnt : H'0 - H'0000FBFF
---------------------------------------------------------
 Select area(0-2)>1
-- Boot Partition 1 Program -----------------------------
Please Input Start Address in sector :100
Please Input Program Start Address : 0
Work RAM(H'50000000-H'50FFFFFF) Clear....
please send ! ('.' & CR stop load)
5c94610c-0e98-11ef-a297-92fbcf53809c.png5cb4492c-0e98-11ef-a297-92fbcf53809c.png

斷開連接,關閉電源,更改撥碼開關。

5ccd3e78-0e98-11ef-a297-92fbcf53809c.png

接上SD卡(SD卡需要提前做好分區以及格式),將Linux kernel、Devise tree、root filesystem復制到/media/user/rootfs/home/root/

輸入命令

$ sudo cp ~/rzg_vlp_v3.0.3/build/tmp/deploy/images/smarc-rzg2l/Image-smarc-rzg2l.bin /media/venon/rootfs/home/root/
$ sudo cp ~/rzg_vlp_v3.0.3/build/tmp/deploy/images/smarc-rzg2l/Image-r9a07g044l2-smarc.dtb /media/venon/rootfs/home/root/
$ sudo cp ~/rzg_vlp_v3.0.3/build/tmp/deploy/images/smarc-rzg2l/core-image-qt-smarc-rzg2l.tar.bz2 /media/venon/rootfs/home/root/
?5cf36314-0e98-11ef-a297-92fbcf53809c.png?

插入SD卡,啟動G2L EVK,啟動Linux后以root用戶身份登錄

5d241266-0e98-11ef-a297-92fbcf53809c.png

在eMMC中創建分區

輸入如下命令

root@smarc-rzv2l:~# fdisk /dev/mmcblk0
Welcome to fdisk (util-linux 2.35.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Command (m for help): o
Created a new DOS disklabel with disk identifier 0xf3d53104.
Command (m for help): n
Partition type
p primary (0 primary, 0 extended, 4 free)
e extended (container for logical partitions)
Select (default p): (Push the enter key)
Partition number (1-4, default 1): (Push the enter key)
First sector (2048-124321791, default 2048): (Push the enter key)
Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-124321791, default 1243217
91): +500M
Created a new partition 1 of type 'Linux' and of size 500 MiB.
Command (m for help): n
Partition type
p primary (1 primary, 0 extended, 3 free)
e extended (container for logical partitions)
Select (default p): (Push the enter key)
Using default response p.
Partition number (2-4, default 2): (Push the enter key)
First sector (1026048-124321791, default 1026048): (Push the enter key)
Last sector, +/-sectors or +/-size{K,M,G,T,P} (1026048-124321791, default 1243
21791): (Push the enter key)
Created a new partition 2 of type 'Linux' and of size 58.8 GiB.
Command (m for help): p
Disk /dev/mmcblk0: 59.29 GiB, 63652757504 bytes, 124321792 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xf3d53104
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 2048 1026047 1024000 500M 83 Linux
/dev/mmcblk0p2 1026048 124321791 123295744 58.8G 83 Linux
Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.
root@smarc-rzv2l:~#
5d38b7b6-0e98-11ef-a297-92fbcf53809c.png

格式化eMMC

輸入命令

root@smarc-rzv2l:~# mkfs.ext4 /dev/mmcblk0p1
root@smarc-rzv2l:~# mkfs.ext4 /dev/mmcblk0p2
5d5c232c-0e98-11ef-a297-92fbcf53809c.png

格式化eMMC并寫入內核、設備樹和rootfs

root@smarc-rzg2l:~# mount /dev/mmcblk0p1 /mnt/
root@smarc-rzg2l:~# cp Image-smarc-rzg2l.bin /mnt/
root@smarc-rzg2l:~# cp Image-r9a07g044l2-smarc.dtb /mnt/
root@smarc-rzg2l:~# umount /dev/mmcblk0p1
root@smarc-rzg2l:~# mount /dev/mmcblk0p2 /mnt/root@smarc-rzg2l:~# tar xf /home/root/core-image-qt-smarc-rzg2l.tar.bz2 -C /mnt/
root@smarc-rzg2l:~# umount /dev/mmcblk0p2
5d67b5e8-0e98-11ef-a297-92fbcf53809c.png

按下復位按鍵SW10,或者輸入命令reboot重啟設備,配置U-boot環境變量。

=> setenv bootargs 'root=/dev/mmcblk0p2 rootwait'
=> setenv bootcmd 'mmc dev 1; ext4load mmc 0:1 0x48080000 Image-smarc-rzg2l.bin; ext4load mmc 0:1 0x48000000 Image-r9a07g044l2-smarc.dtb; booti 0x48080000 - 0x48000000'
=> saveenv
Saving Environment to MMC... Writing to MMC(0)... OK
5d97b2ac-0e98-11ef-a297-92fbcf53809c.png

按下復位按鍵或者輸入命令‘reset’。重啟設備。

5da6622a-0e98-11ef-a297-92fbcf53809c.png



審核編輯:劉清

聲明:本文內容及配圖由入駐作者撰寫或者入駐合作網站授權轉載。文章觀點僅代表作者本人,不代表電子發燒友網立場。文章及其配圖僅供工程師學習之用,如有內容侵權或者其他違規問題,請聯系本站處理。 舉報投訴
  • FlaSh
    +關注

    關注

    10

    文章

    1588

    瀏覽量

    147260
  • SD卡
    +關注

    關注

    2

    文章

    550

    瀏覽量

    63418
  • DDR4
    +關注

    關注

    12

    文章

    303

    瀏覽量

    40485
  • u-boot
    +關注

    關注

    0

    文章

    118

    瀏覽量

    38125

原文標題:RZ/G2L Demo調試經驗分享(5)[完結]

文章出處:【微信號:瑞薩MCU小百科,微信公眾號:瑞薩MCU小百科】歡迎添加關注!文章轉載請注明出處。

收藏 人收藏

    評論

    相關推薦

    瑞薩RZ/G2L串口SCI的使用(上)

    瑞薩RZ/G2L的串口簡稱SCI,全稱Serial Communication Interface。
    的頭像 發表于 01-17 12:19 ?1114次閱讀
    瑞薩<b class='flag-5'>RZ</b>/<b class='flag-5'>G2L</b>串口SCI的使用(上)

    G2L系列 核心板 -RZ/G2L 處理器簡介|框架圖|功耗|原理圖及硬件設計指南

    電源,系統燒寫電路,以及調試串口電路。其它的RZ/ G2L核心板外圍電路的設計可參考飛凌嵌入式“OK-G2Lx-C底板說明”。2
    發表于 06-21 14:45

    【飛凌RZ/G2L開發板試用體驗】+01.開箱(zmj)

    【飛凌RZ/G2L開發板試用體驗】+01.開箱(zmj)感謝飛凌嵌入式和電子發燒友網提供的此次試用機會,可以親身體驗飛凌RZ/G2L開發板的魅力。前言:具備視頻處理功能的嵌入式電子設備
    發表于 08-28 19:13

    RZ/G2LRZ/V2L SMARC 模塊板用戶手冊:硬件

    RZ/G2LRZ/V2L SMARC 模塊板用戶手冊:硬件
    發表于 01-09 19:00 ?4次下載
    <b class='flag-5'>RZ</b>/<b class='flag-5'>G2L</b>、<b class='flag-5'>RZ</b>/V<b class='flag-5'>2L</b> SMARC 模塊板用戶手冊:硬件

    RZ/G2LRZ/G2LC 用戶手冊概述

    RZ/G2LRZ/G2LC 用戶手冊概述
    發表于 01-10 19:04 ?6次下載
    <b class='flag-5'>RZ</b>/<b class='flag-5'>G2L</b>、<b class='flag-5'>RZ</b>/<b class='flag-5'>G2</b>LC 用戶手冊概述

    米爾瑞薩RZ/G2L開發板-初體驗

    介紹米爾RZ/G2L開發板
    的頭像 發表于 05-15 09:10 ?860次閱讀
    米爾瑞薩<b class='flag-5'>RZ</b>/<b class='flag-5'>G2L</b>開發板-初體驗

    RZ G2L核心板以太網接口性能測試

    武漢萬象奧科RZ/G2L核心板支持2路千兆以太網接口,評估測試RZ/G2L雙網口實際傳輸速率。
    的頭像 發表于 03-11 09:47 ?832次閱讀
    <b class='flag-5'>RZ</b> <b class='flag-5'>G2L</b>核心板以太網接口性能測試

    RZ/G2LRZ/V2L SMARC 模塊板用戶手冊:硬件

    RZ/G2LRZ/V2L SMARC 模塊板用戶手冊:硬件
    發表于 06-30 18:38 ?1次下載
    <b class='flag-5'>RZ</b>/<b class='flag-5'>G2L</b>、<b class='flag-5'>RZ</b>/V<b class='flag-5'>2L</b> SMARC 模塊板用戶手冊:硬件

    RZ/G2LRZ/G2LC 用戶手冊概述

    RZ/G2LRZ/G2LC 用戶手冊概述
    發表于 06-30 19:47 ?6次下載
    <b class='flag-5'>RZ</b>/<b class='flag-5'>G2L</b>、<b class='flag-5'>RZ</b>/<b class='flag-5'>G2</b>LC 用戶手冊概述

    RZ/G2L核心板eMMC測試

    武漢萬象奧科RZ/G2L核心板支持eMMC存儲,可選8GB~64GB。 評估測試RZ/G2L核心板存儲在默認8GB配置下eMMC性能(讀寫速率)。
    的頭像 發表于 03-02 17:18 ?2055次閱讀
    <b class='flag-5'>RZ</b>/<b class='flag-5'>G2L</b>核心板eMMC測試

    RZ/G2L開發板使用指南(上)

    如果需要評估RZ/G2L產品的各項功能,RZ/G2L評估板是最合適的平臺。
    的頭像 發表于 11-03 12:19 ?818次閱讀
    <b class='flag-5'>RZ</b>/<b class='flag-5'>G2L</b>開發板使用指南(上)

    RZ/G2L RZ/G2LC RZ/G2UL RZ/G3S靈活軟件包應用說明

    電子發燒友網站提供《RZ/G2L RZ/G2LC RZ/G2UL
    發表于 01-14 10:46 ?1次下載
    <b class='flag-5'>RZ</b>/<b class='flag-5'>G2L</b> <b class='flag-5'>RZ</b>/<b class='flag-5'>G2</b>LC <b class='flag-5'>RZ</b>/<b class='flag-5'>G2</b>UL <b class='flag-5'>RZ</b>/<b class='flag-5'>G</b>3S靈活軟件包應用說明

    RZ/G2L Demo調試經驗流程分享(1)

    r01us0553ej0107-rz-g(Release Note).pdf,r01us0556ej0102-rz-g(Board_StartUp_Guide_smarcEVK).pdf,對SMARC EVK of RZ/
    的頭像 發表于 05-06 14:25 ?407次閱讀
    <b class='flag-5'>RZ</b>/<b class='flag-5'>G2L</b> <b class='flag-5'>Demo</b><b class='flag-5'>調試</b><b class='flag-5'>經驗</b>流程分享(1)

    RZ/G2L串口SCI的使用(上)

    RZ/G2L串口SCI的使用
    的頭像 發表于 07-25 08:06 ?238次閱讀
    <b class='flag-5'>RZ</b>/<b class='flag-5'>G2L</b>串口SCI的使用(上)

    RZ/G2L串口SCI的使用(下)

    RZ/G2L串口SCI的使用
    的頭像 發表于 08-03 08:06 ?238次閱讀
    <b class='flag-5'>RZ</b>/<b class='flag-5'>G2L</b>串口SCI的使用(下)