Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add three linux image in EMMC #22

Open
XianluoCat opened this issue Aug 13, 2024 · 0 comments
Open

How to add three linux image in EMMC #22

XianluoCat opened this issue Aug 13, 2024 · 0 comments

Comments

@XianluoCat
Copy link

I want to put three same image in emmc, and then choose to boot one of them from HSS(we don't have usbdmsc interface on our board), I have tried to trans the image to DDR, and use the mmc write cmd put the image to MMC, it work ok.
I make a image size 0xC909000 to DDR 0x8a000000 , and I use cmd: "mmc dev 0" ; "mmc write 8a000000 0 64848"; use "mmc part" cmd it shows 3 partitions, then I use cmd: "mmc write 8a000000 80000 64848";try to put the image on another location。but "mmc part" also show 3 partitions. it work ok ? if not , how can I resolve this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant