• 文字サイズ変更
  • S
  • M
  • L
  • No : 16582
  • 公開日時 : 2024/10/02 18:42
  • 更新日時 : 2025/03/21 09:10
  • 印刷

【NXP:DN】 LS1023A/LS1043A LS1043A-RGW のブートイメージの復旧方法

NXP社の評価ボード LS1043A-RGW のブートイメージが壊れて、ボードが起動できなくなりました。
どのようにすれば復旧できますか。
カテゴリー : 

回答

LS1043A-RGWは、SDカードからの起動が可能です。

SDカードへのブートイメージの書き込みと起動は、
LS1043A-RGW のスタートガイド(LS1043A Getting Started Guide)
17.1 Preparing SD card と 17.2 Booting the board from SD card Follow の手順で行います。
 
以下がドキュメントからの抜粋です---
17.1 Preparing SD card
Flash the required images to an empty (without any partitions) Micro SD card using a Linux environment.
Assuming that your SD card is attached on /dev/sdc. Use the following commands to:
1. Copy the U-Boot to SD card
sudo dd if=u-boot-sdcard.bin of=/dev/sdc bs=512 seek=8 && sync
2. Copy the fman code to SD card
sudo dd if=fsl_fman_ucode_ls1043_r1.0_108_4_9.bin of=/dev/sdc bs=512 seek=1500 && sync
3. Copy the Microcode to SD card
sudo dd if=iram_Type_A_LS1021a_r1.0.bin of=/dev/sdc bs=512 seek=1580 && sync
---
 
必要なそれぞれのファイルへのリンクは以下です。
U-Bootは以下のNXP社Communityのページから入手できます。(2024年4月現在)
How can I restore NAND U-boot on LS1043A-RGW residential gateway?
 
fmanのマイクロコード
 
QuiccEngineのマイクロコード 
 
 

アンケート:ご意見をお聞かせください

ご意見・ご感想をお寄せください お問い合わせを入力されましてもご返信はいたしかねます