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 mount the second partition on SD card with buildroot Linux #1713

Open
3 tasks done
T-K-233 opened this issue Dec 21, 2023 · 1 comment
Open
3 tasks done

How to mount the second partition on SD card with buildroot Linux #1713

T-K-233 opened this issue Dec 21, 2023 · 1 comment
Labels

Comments

@T-K-233
Copy link
Member

T-K-233 commented Dec 21, 2023

Background Work

Chipyard Version and Hash

Release: 1.10.0
Hash: 32f79a8

OS Setup

doesn't matter?

Other Setup

Following this documentation.
The Linux can boot up, but it cannot discover the second partition.

Current Behavior

ls /dev/ does not show any sd* or mmcblk* entry

# df
Filesystem           1K-blocks      Used Available Use% Mounted on
none                   1010080         0   1010080   0% /dev
tmpfs                  1016108         4   1016104   0% /dev/shm
tmpfs                  1016108         0   1016108   0% /tmp
tmpfs                  1016108        16   1016092   0% /run

# mount
rootfs on / type rootfs (rw,size=1010080k,nr_inodes=252520)
none on /dev type devtmpfs (rw,relatime,size=1010080k,nr_inodes=252520,mode=755)
proc on /proc type proc (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=666)
tmpfs on /dev/shm type tmpfs (rw,relatime,mode=777)
tmpfs on /tmp type tmpfs (rw,relatime)
tmpfs on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
sysfs on /sys type sysfs (rw,relatime)

Expected Behavior

Be able to read contents in the second partition.

Other Information

No response

@T-K-233 T-K-233 added the bug label Dec 21, 2023
@Chenning-Tao
Copy link

I have the same problem

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

No branches or pull requests

2 participants