How to burn latest LSDK to internal storage in LS2088A RDB?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to burn latest LSDK to internal storage in LS2088A RDB?

773 Views
karthi1
Contributor II

I see 2gb of nand flash in the rdb. How to flash the ubuntu in nand. currently i'm seeing tinydistro in it. I'm not using CW setup.

Labels (1)
0 Kudos
3 Replies

584 Views
Pavel
NXP Employee
NXP Employee

Check devices on your board using the following command:

cat /proc/mtd

 

See the Section 7.2.6.2 of LSDK 18.09 documentation:

https://www.nxp.com/docs/en/supporting-information/LSDK_REV18.09.pdf

Have a great day,
Pavel Chubakov

0 Kudos

584 Views
Pavel
NXP Employee
NXP Employee

NXP offers LSDK 18.09 for LS2088ARDB board.

See the Section 7.2.6.2 of LSDK 18.09 documentation:

https://www.nxp.com/docs/en/supporting-information/LSDK_REV18.09.pdf

 

See also the qoriq_memory_layout.txt. This file is available in LSK 18.09 folder. See this file in the attachment.


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

584 Views
karthi1
Contributor II

Hi Pavel, 

Thanks for replying, I have tried to install LSDK using flex-installer to the 2GB NAND device but i'm getting out of address range error.

Below is my list of block devices attached to LS2088ARDB

root@localhost:~# lsblk

NAME      MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT

sda         8:0    1  28.7G  0 disk

|-sda1      8:1    1    19M  0 part

|-sda2      8:2    1 976.5M  0 part

`-sda3      8:3    1  27.6G  0 part /

mtdblock0  31:0    0   128M  0 disk

mtdblock1  31:1    0     2G  0 disk

root@localhost:~#

sda is a USB stick which is currently installed with LSDK ubuntu distro and works fine. If i remove the USB stick and boot the board, it goes to some tinydistro. I believe it is booting from NAND which has this tiny distro. 

If i want to install my build to NAND device(mtdblock1), how to do this? 

Thanks,

Karthi 

0 Kudos