-
Notifications
You must be signed in to change notification settings - Fork 34
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
Mount SD Card Partition #6
Comments
Sorry for late reply, the card need compile filesystem in kernel, and write a dts to mapping sd card gpio to spi/sdcard driver, it is possible, but need time to debug |
Seems the sdcard GPIO's are mapped now with kernel 5.13 but still I'm not seeing a block device for some reason. Any ideas? Was hoping to eventually get something cross compiled and uploaded to the sdcard vs wearing out the internal flash each time (and my patience). |
I got it working with kernel 6.3, with a slightly modified configuration. I also used u-boot, but this is probably irrelevant. First I modified the sdcard config to specify the board so linux includes the DTB by itself. I made a fork which updated linux to 6.3, I'll also be putting the SD config on there so it should be easy to follow. |
@lypanov If you still need this, checkout https://github.com/JAicewizard/k210-linux-nommu/tree/master |
Hi @vowstar ! Thanks for the step-by-step tutorial. Yes, I could reach the minimal Linux Instalation in k210 board ! Very Thanks!
However, the mission is read the SD Card of this board with minimal installation also. I have tried check some tools at busybox menu and buildroot menu, but it gave me some errors to compile.
Please, how can I set the correct parts at buildroot and/or busybox to mount the SD Card, properly?
Very Thanks and Best Regards!
The text was updated successfully, but these errors were encountered: