reboot error on ls1028

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

reboot error on ls1028

ソリューションへジャンプ
2,217件の閲覧回数
Eddy1
Contributor V

Hi:

On ls1028 platform, reboot is found to be error

Hit any key to stop autoboot: 0
Device: FSL_SDHC
Manufacturer ID: ad
OEM: 4c53
Name: USD00
Bus Speed: 25000000
Mode: MMC legacy
Rd Block Len: 512
SD version 1.0
High Capacity: Yes
Capacity: 28.9 GiB
Bus Width: 4-bit
Erase Group Size: 512 Bytes
Error reading cluster
** Unable to read file ls1028a-dp-fw.bin **
Loading hdp firmware from 0x0000000090000000 offset 0x0000000000002000
Loading hdp firmware Complete
** No partition table - mmc 0 **
** No partition table - mmc 0 **
Bad Linux ARM64 Image magic!

0 件の賞賛
返信
1 解決策
2,204件の閲覧回数
Eddy1
Contributor V

Hi:

Thank you for your reply. I have found a solution, modify the following parameters, and then it's normal:

Original parameters in rcw:

SYS_PLL_RAT=4
MEM_PLL_RAT=16
CGA_PLL1_RAT=15
CGA_PLL2_RAT=12
HWA_CGA_M1_CLK_SEL=7
HWA_CGA_M2_CLK_SEL=1
HWA_CGA_M3_CLK_SEL=6
HWA_CGA_M4_CLK_SEL=3

Modified parameters in rcw:

SYS_PLL_RAT=4
MEM_PLL_RAT=16
CGA_PLL1_RAT=13
CGA_PLL2_RAT=12
HWA_CGA_M1_CLK_SEL=7
HWA_CGA_M2_CLK_SEL=7
HWA_CGA_M3_CLK_SEL=2
HWA_CGA_M4_CLK_SEL=3

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
2,209件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

According to your console log, it seems that there is problem to deploy images to SD/MMC card.

1. Connect the removable storage device to the Linux host machine.

2. Download flex-installer to deploy LSDK images.
$ wget https://www.nxp.com/lgfiles/sdk/lsdk2012/flex-installer && chmod +x flex-installer &&
sudo mv flex-installer /usr/bin

3. Execute the following flex-installer command to automatically install LSDK default rootfs_lsdk2012_LS_arm64_main.tgz and bootpartition_LS_arm64_lts_5.4.tgz.

$ flex-installer -i auto -m ls1028ardb -d  <device>

0 件の賞賛
返信
2,205件の閲覧回数
Eddy1
Contributor V

Hi:

Thank you for your reply. I have found a solution, modify the following parameters, and then it's normal:

Original parameters in rcw:

SYS_PLL_RAT=4
MEM_PLL_RAT=16
CGA_PLL1_RAT=15
CGA_PLL2_RAT=12
HWA_CGA_M1_CLK_SEL=7
HWA_CGA_M2_CLK_SEL=1
HWA_CGA_M3_CLK_SEL=6
HWA_CGA_M4_CLK_SEL=3

Modified parameters in rcw:

SYS_PLL_RAT=4
MEM_PLL_RAT=16
CGA_PLL1_RAT=13
CGA_PLL2_RAT=12
HWA_CGA_M1_CLK_SEL=7
HWA_CGA_M2_CLK_SEL=7
HWA_CGA_M3_CLK_SEL=2
HWA_CGA_M4_CLK_SEL=3

0 件の賞賛
返信