ls1028ardb rfs emmc fusing

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

ls1028ardb rfs emmc fusing

1,311 Views
pjw
Contributor II

Hi 

I am using the ls1028ardb board.

succeeded in uploading kernel images using flex-build, tftp / code warrior.

Here's the question:
kernel img goes up to emmc, but rfs seem to go up to ram memory.
Because, when boot up the board, the files I created are reset.
So I want to put the RFS on emmc. If the root file system is uploaded to emmc, I think the file will not be erased.

I'm looking for related content in manual or flex-build guide, but it's hard to find.

I wonder if there is a similar content or a way to use flex-build or something. I want to know how to put the RFS on emmc using tftp or build boot.

Thank you!

0 Kudos
Reply
1 Reply

1,297 Views
bpe
NXP Employee
NXP Employee

You must be booting your board with TinyLinux userland which is ramdisk based. It does not matter where it is fetched from, the changes you made are lost due to the used filesystem type. Consider deploying Ubuntu userspace with flex-installer. This rootfs image is ext2-based and preserves your changes.Details can be found at the links below:

 

https://docs.nxp.com/bundle/GUID-C3A436DA-E944-4F73-9811-2335DEBD04D6/page/GUID-63B176B2-CAC9-468B-9...

 

https://docs.nxp.com/bundle/GUID-C3A436DA-E944-4F73-9811-2335DEBD04D6/page/GUID-2C30B1D2-2E1A-49BC-A...

Hope this helps,
Platon

 

0 Kudos
Reply