Results 1 to 4 of 4

Thread: boot form mmcblk0 device

Hybrid View

  1. #1
    Junior Member
    Join Date
    Feb 2011
    Posts
    15

    biit from mmcblk0 device

    Hello

    Surely there is a bug.
    I'm not script guru and i did what I could.
    Meybe someone better in scripting could post modified init script with support booting from mmcblk device.

  2. #2
    Junior Member
    Join Date
    Feb 2011
    Posts
    15
    Hello
    Finally i get it working.

    What I have done: (Knoppix 644 )

    added nesessery modules to/modules
    changed load_modules for loading modules in proper order
    load_modules(){
    insmod /modules/mmc_core.ko
    insmod /modules/mmc_block.ko
    insmod /modules/sdhci.ko
    insmod /modules/sdhci-pci.ko
    # local mod
    # for mod in /modules/*.ko /modules/scsi/*.ko; do
    # [ -r "$mod" -a ! -d /sys/module/"${mod%.ko}" ] && insmod "$mod"
    # done
    }

    In Knoppix 6.7 there is no need for loadingmodules but it does not create nodes in /dev
    (I've remstered 644 form my needs and still using it, besides 6.7 has problems with ati mobility radeon HD 3650)

    added function
    mmcmt() {
    cat /proc/partitions | grep mmcblk >/dev/null
    if [ $? ]; then
    cat /proc/partitions | awk '$4 ~ /mmcblk/ { print "mknod ", "/dev/"$4, " b ", $1,$2 }' | while read line
    do
    $line
    done
    fi
    }

    modified listpartitions

    listpartitions(){
    local pattern file
    mmcmt
    for pattern in "$@"; do
    for file in $(find /sys/class/block -maxdepth 2 -name "$pattern"); do
    file="${file##*/}"
    [ -b "/dev/$file" ] && echo "/dev/$file"
    done
    done
    # awk 'BEGIN{old="__start"}/'"$1"'/{if($0==old){exit}else{old=$0;if($4&&$4!="name"){p rint "/dev/"$4}}}' /proc/partitions # Insufficient, does not find CD-Roms
    }

    added pattern for looking for knoppix
    if [ -z "$TSCLIENT" ]; then
    if [ -n "$root" ]; then
    if ! findknoppix $root; then
    if [ -d /sys/bus/usb/drivers/usb-storage ]; then
    for i in 1 2 3 4 5 6 7 8 9 10; do
    message -n -e "\r${CRE}${BLUE}${WAITFORUSB}${NORMAL}"
    sleep 2
    findknoppix $root && break
    done
    [ "$?" = "0" ] || debugshell "${CRE}${RED}${NOTFOUND}${NORMAL}"
    else
    debugshell "${CRE}${RED}${NOTFOUND}${NORMAL}"
    fi
    fi
    elif ! findknoppix $(listpartitions 'mmcblk[0-9]p[0-9]''hd[a-z]' 'hd[a-z][0-9]*' 'scd[0-9]*' 'sr[0-9]*' 'sd[a-z]' 'sd[a-z][0-9]*'); then
    if [ -d /sys/bus/usb/drivers/usb-storage ]; then
    for i in 1 2 3 4 5 6 7 8 9 10; do
    message -n -e "\r${CRE}${BLUE}${WAITFORUSB}${NORMAL}"
    sleep 2
    findknoppix $(listpartitions 'mmcblk[0-9]p[0-9]' 'scd[0-9]*' 'sr[0-9]*' 'sd[a-z]' 'sd[a-z][0-9]*') && break
    done
    [ "$?" = "0" ] || debugshell "${CRE}${RED}${NOTFOUND}${NORMAL}"
    fi
    fi
    fi

    and it works

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Motherboard Intel AA 677270–603 Socket 7 w/ Processor vintage computer See Pic picture

Motherboard Intel AA 677270–603 Socket 7 w/ Processor vintage computer See Pic

$59.00



The Worlds Largest Colection of Windows Software PC 1000 Programs Vintage 1995 picture

The Worlds Largest Colection of Windows Software PC 1000 Programs Vintage 1995

$19.99



Vintage HP Track Ball Mouse M-S34 PS/2 Retro Computing picture

Vintage HP Track Ball Mouse M-S34 PS/2 Retro Computing

$10.00



Radio Shack TRS-80 Microcomputer System Products (1978) - Vintage Catalog picture

Radio Shack TRS-80 Microcomputer System Products (1978) - Vintage Catalog

$28.50



PACKARD BELL PS/2-Mouse Vintage 2-Button Ball Mouse ✔✔✔✔ picture

PACKARD BELL PS/2-Mouse Vintage 2-Button Ball Mouse ✔✔✔✔

$25.00



Working Vintage Amstrad PCW8256 Word Processor Monitor Keyboard Printer & More picture

Working Vintage Amstrad PCW8256 Word Processor Monitor Keyboard Printer & More

$500.00



Vintage Compaq PS2 Beige M-S34 337416-001 Computer Mouse picture

Vintage Compaq PS2 Beige M-S34 337416-001 Computer Mouse

$8.90



Vintage Compaq 141649-004 2 Button PS/2 Gray Mouse M-S34 - FAST SHIPPING - NEW picture

Vintage Compaq 141649-004 2 Button PS/2 Gray Mouse M-S34 - FAST SHIPPING - NEW

$8.99



Vintage Motherboard W/ TxPro PCI And Amibos 586 1985-95 Unknown Model For Parts picture

Vintage Motherboard W/ TxPro PCI And Amibos 586 1985-95 Unknown Model For Parts

$20.00



Vintage CHERRY Mini Mechanical Keyboard Model ML4100 5 Pin Connector w/PS/2 picture

Vintage CHERRY Mini Mechanical Keyboard Model ML4100 5 Pin Connector w/PS/2

$22.95