Tiny Core Base > TCB Q&A Forum

Mount emmc on chuwi:hibox-hero

(1/5) > >>

simon1:
Hello,
I am newbie, by the will of fate i need to install TyniCore(3.x) on device chuwi:hibox-hero.
Among other things, there is a memory on board of this device - emmc 64GB (memory is implemented in the form of 3 chips, biggest chip is Toshiba Thg8m5g9b0jbaie K87429 Japan 1530KAE).
There is also extended card slot - standard sd.
I create bootable flash drive according to this http://forum.tinycorelinux.net/index.php/topic,19364.0.html and everething seems ok, But (little hairy but around the corner).
After downloading from a flash drive, a can't see this emmc memory in /mnt/ and there are no similar devices with the name "mmc" in /dev/, rebuildfstab does't help.
blkid sees onle my bootable flash drive
dmesg | grep mmc

--- Quote ---mmc0: SDHCI controller on ACPI [INT33BB:00] using ADMA
mmc0: queuing unknown CIS tuple 0x80 (2 bytes)
mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
mmc0: queuing unknown CIS tuple 0x80 (7 bytes)
mmc0: new ultra high speed DDR50 SDIO card at address 0001
--- End quote ---
lsmod

--- Quote ---Module                  Size  Used by    Not tainted
cpufreq_userspace      12288  0
cpufreq_powersave      12288  0
cpufreq_conservative    12288  0
squashfs               28672  9
loop                   20480 18
mmc_block              28672  0
battery                16384  0
fjes                   24576  0
8250_dw                12288  0
ac                     12288  0
intel_vbtn             12288  0
sparse_keymap          12288  1 intel_vbtn
int3406_thermal        12288  0
video                  28672  1 int3406_thermal
lpc_ich                20480  0
backlight              12288  2 int3406_thermal,video
r8169                  53248  0
sdhci_acpi             12288  0
sdhci                  24576  1 sdhci_acpi
pcspkr                 12288  0
processor_thermal_device    12288  0
intel_soc_dts_iosf     12288  1 processor_thermal_device
mii                    12288  1 r8169
mmc_core               69632  3 mmc_block,sdhci_acpi,sdhci
int3403_thermal        12288  0
xhci_pci               12288  0
xhci_hcd               81920  1 xhci_pci
int3400_thermal        12288  0
acpi_thermal_rel       12288  1 int3400_thermal
iosf_mbi               12288  2 sdhci_acpi,intel_soc_dts_iosf
int340x_thermal_zone    12288  2 processor_thermal_device,int3403_thermal
mei_txe                16384  0
mei                    40960  1 mei_txe

--- End quote ---
Tried this solution http://wiki.laptop.org/go/Tiny_Core_Linux/eMMC. On command  sudo echo mmc0:0001 > /sys/bus/mmc/drivers/mmcblk/unbind, got error "premission denied".

Question is: how to properly mount such memory to install TinyCore(3.x) on it?

gerald_clark:
Try a newer version.  It will have a more recent kernel.

simon1:
sorry, I incorrectly specified the number of the kernel, i dowloaded the lates version from http://tinycorelinux.net/downloads.html
it means not 3.x, but 8.x
uname -r

--- Quote ---Linux box 4.8.17-tinycore64 x86_64 GNU/Linux

--- End quote ---

polikuo:
Welcome simon1.

Just some guesses, maybe it's the naming issue ?
Usually, SD card partitions are assigned as /dev/mmcblk0p1, /dev/mmcblk0p2 ... etc.

I'd like to see what you'll get with fetch_devices.
(It's a part of tc-install.tcz, by the way.)

Or the terminal output of

--- Code: ---fdisk -l
--- End code ---

simon1:
in "/dev/" there is no "*mmc*" devices.
fetch-devices

--- Quote ---sda2   On a removable device.
sda   On a removable device.
sda1   On a removable device.

--- End quote ---
fdisk -l

--- Quote ---Disk /dev/sda: 2051 MB, 2051013632 bytes
64 heads, 62 sectors/track, 1009 cylinders
Units = cylinders of 3968 * 512 = 2031616 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sda1               2         600     1188416  83 Linux
/dev/sda2   *         601        1009      811456  ef EFI (FAT-12/16/32)

--- End quote ---

Navigation

[0] Message Index

[#] Next page

Go to full version