Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - devb-sdmmc with x86_64 generic kernel for LattePanda Delta (Celeron N4100): (2 Items)
   
devb-sdmmc with x86_64 generic kernel for LattePanda Delta (Celeron N4100)  
With the shortage of RPi4's, I've been exploring the use of relatively cheap (but not as cheap!) x86 alternatives.  I 
have a LattePanda board that I can boot up fine from USB and can use the nvme driver to access external storage, but I'd
 like to take advantage of the sdmmc/emmc that's on board.  Problem is I can't seem to get the devb-sdmmc to recognize 
either the SD reader or the eMMC.  

pci-tools -v show what I think are the controllers?

B000:D28:F00 @ idx 18
        vid/did: 8086/31cc
                Intel Corporation, <device id - unknown>
        class/subclass/reg: 08/05/01
                SD Host Controller Base Systems Peripheral

B000:D30:F00 @ idx 19
        vid/did: 8086/31d0
                Intel Corporation, <device id - unknown>
        class/subclass/reg: 08/05/01
                SD Host Controller Base Systems Peripheral

But my attempts to form the correct devb-sdmmc command line have not succeeded.  Any suggestions?

Thanks!
David
Re: devb-sdmmc with x86_64 generic kernel for LattePanda Delta (Celeron N4100)  
Hi David,

Did you find a solution? If not, can you try running the driver with extra verbosity and post the slog2info results?

That board certainly seems expensive for what you get :-( I think it's sole purpose is as a Windows development board. 
There are claims that RaspberryPi is building more units, but I haven't seen these materialize yet.

--Elad