Hi,
I have just started working with Omega2+ and the first thing I want to do is to boot from SD card, because I want to use the gcc and g++ compilers and Omega does not have enough memory. However the SD card is not visible at all.
root@Omega-B536:/tmp# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 7936 7936 0 100% /rom
tmpfs 62404 240 62164 0% /tmp
/dev/mtdblock6 22592 8428 14164 37% /overlay
overlayfs:/overlay 22592 8428 14164 37% /
tmpfs 512 0 512 0% /dev
/dev/mtdblock7 512 196 316 38% /mnt/mtdblock7
I read this:
https://community.onion.io/topic/2154/sd-card-needs-to-be-re-plugged-on-reboot
but in my case the SD card cannot be seen either after reboot or after I remove and plug the card back in.
/mnt
looks like this:
root@Omega-B536:/mnt# ls
mtdblock7
/dev
looks like this:
root@Omega-B536:/dev# ls autofs mtd0ro mtdblock1 snd tty20 tty35 tty5 tty7 bus mtd1 mtdblock2 spidev0.1 tty21 tty36 tty50 tty8 console mtd1ro mtdblock3 tty tty22 tty37 tty51 tty9 cpu_dma_latency mtd2 mtdblock4 tty0 tty23 tty38 tty52 ttyS0 full mtd2ro mtdblock5 tty1 tty24 tty39 tty53 ttyS1 gpiochip0 mtd3 mtdblock6 tty10 tty25 tty4 tty54 ttyS2 gpiochip1 mtd3ro mtdblock7 tty11 tty26 tty40 tty55 uinput gpiochip2 mtd4 network_latency tty12 tty27 tty41 tty56 urandom i2c-0 mtd4ro network_throughput tty13 tty28 tty42 tty57 vcs kmem mtd5 null tty14 tty29 tty43 tty58 vcs1 kmsg mtd5ro port tty15 tty3 tty44 tty59 vcsa ledchain2 mtd6 ppp tty16 tty30 tty45 tty6 vcsa1 log mtd6ro ptmx tty17 tty31 tty46 tty60 watchdog mem mtd7 pts tty18 tty32 tty47 tty61 watchdog0 memory_bandwidth mtd7ro random tty19 tty33 tty48 tty62 zero mtd0 mtdblock0 shm tty2 tty34 tty49 tty63
But there is no trace of a 'mmc*' /SD.
I have tried two different SD cards hoping that the problem is the card itself, but nothing changed.
My firmware version is b233.
Could someone please help me with this?