11.Nas_1


새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


● tinycore build option ./rploader.sh build <platform> static 과 manual ,compile 빌드옵션 차이점

♨ 카랜더 일정 : 2022년05월03일
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    tinycore build option ./rploader.sh build <platform> static 과 manual ,compile  빌드옵션 차이점


    빌드 스위치에 대한 자동 옵션이 없습니다. 유효한 옵션은 다음과 같습니다.   

    compile -> redpill-lkm 컴파일 프로세스를 통해 실행(철저하게 테스트되지 않았지만 실패할 가능성이 있음)

    static -> redpill 확장의 정적 redpill 모듈을 사용하고 listmodules 함수도 호출합니다.

    manual -> redpill 확장의 정적 redpill 모듈을 사용하고 listmodules 기능을 실행하지 않고 수동으로 추가한 확장을 진행합니다.

    DTS 패치가 필요한 플랫폼의 경우 DTS 패치를 수동 manual 으로 수행해야 합니다.

    default -> static   listmodules 함수는 PCI 장치를 나열하고, PCI-ID용 커널 모듈에 대해 modules.alias.4.json.gz를 쿼리하고,

    rpext-index.json에서 확장자를 일치 및 추가하려고 시도합니다.

    마지막에는 DTS 패치가 필요한 플랫폼의 경우 model.dt도 패치하려고 합니다.


    따라서 STATIC은 내가 추가한 ext 드라이버를 추가하고 pci-id를 기반으로 ext 드라이버를 검색하지만

    static을 사용하는 것은 builld 명령에 아무것도 추가하지 않는 것과 같습니다. 예: .

     example:

    ./rploader.sh build <platform>

    is the same as

    ./rploader.sh build <platform> static

    same end result

    ==========

    tc@box:~$ cat ds3615_simple_basic_build_dsm71.sh
    #!/bin/bash
    # Made by https://11q.kr
    # 2022.04.27
    # DS3615xs build
    echo Enter ===========  DS3615xs build --- bromolow-7.1.0-42661 ====
    cat user_config_ds3615xs_vmdk.json
    echo Enter =========== cp user_config_ds3615xs_vmdk.json user_config.json
    read answer
    cp user_config_ds3615xs_vmdk.json user_config.json
    cat user_config.json
    echo Enter ===========  build1 =======================
    read answer
    ./rploader.sh clean all
    ./rploader.sh update now
    ./rploader.sh fullupgrade now
    ./rploader.sh serialgen DS3615xs
    ./rploader.sh identifyusb now
    ./rploader.sh satamap now
    #(ll run if custom-module -> /mnt/sdb3/auxfiles is missing)
    mkdir /mnt/"$(mount | grep -i optional | grep cde | awk -F / '{print $3}' | uniq | cut -c 1-3)3"/auxfiles; sudo ln -s /mnt/"$(mount | grep -i optional | grep cde | awk -F / '{print $3}' | uniq | cut -c 1-3)3"/auxfiles /home/tc/custom-module;
    ./rploader.sh build bromolow-7.1.0-42661
    rm -rf /home/tc/oldpat.tar.gz;./rploader.sh clean now; rm -rf /mnt/"$(mount | grep -i optional | grep cde | awk -F / '{print $3}' | uniq | cut -c 1-3)3"/auxfiles; rm -rf /home/tc/custom-module;  ./rploader.sh backup now;
    echo Enter ===========  build2 =======================
    read answer
    #./rploader.sh update now
    #./rploader.sh fullupgrade now
    #./rploader.sh serialgen DS3615xs
    #./rploader.sh identifyusb now
    #./rploader.sh satamap now
    ls /home/tc/custom-module/
    ./lastbuildsystem.sh
    
    echo Enter =========== Normal build2 =======================
    read answer
    # intel driver install
    ./rploader.sh ext bromolow-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/rpext-index.json
    ./rploader.sh ext bromolow-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/r8101/rpext-index.json
    ./rploader.sh ext bromolow-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/r8125/rpext-index.json
    ./rploader.sh ext bromolow-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000/rpext-index.json
    ./rploader.sh ext bromolow-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json
    # real tek  driver install
    ./rploader.sh ext bromolow-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/r8168/rpext-index.json
    ./rploader.sh ext bromolow-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/r8169/rpext-index.json
    # ./rploader.sh ext bromolow-7.1.0-42661 auto
    echo Enter ============= ./rploader.sh build bromolow-7.1.0-42661 auto
    read answer
    ./rploader.sh build bromolow-7.1.0-42661 
    echo Enter ============= cat user_config.json
    read answer
    cat user_config.json
    date
    ls  /mnt/sdb3/auxfiles/
    echo Enter ============= ./rploader.sh backup now sudo filetool.sh -b
    read answer
    ./rploader.sh backup now
    sudo filetool.sh -b
    scp /mnt/sda3/mydata.tgz shimss@192.168.0.10:/i:/1__redpill_synology_bootloader/2_RedPill_Tinycore_loader_Backup/
    scp /mnt/sda3/auxfiles/*.pat shimss@192.168.0.10:/i:/1__redpill_synology_bootloader/2_RedPill_Tinycore_loader_Backup/
    ./lastbuildsystem.sh
    ls -lrt
    ./rploader.sh clean all
    # =======================
    ./lastbuildsystem.sh
    


     https://11q.kr 에 등록된 자료 입니다. ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다♠1.png

    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    tc@box:~$ cat grub_cfg_mount.sh
    sudo mount /mnt/sda1
    cd /mnt/sda1
    ls
    cd boot
    ls
    cd grub/
    ls
    cat grub.cfg

    tc@box:~$
    ======================

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    tc@box:~$ ./grub_cfg_mount.sh
    EFI  GRUB_VER  boot  custom.gz  grub_cksum.syno  lost+found  rd.gz  zImage
    grub
    fonts  grub.cfg  grubenv  i386-pc  locale  x86_64-efi
    #
    # ### !!! WARNING - READ ME !!! ###
    #
    # DO NOT edit this file. This file has been generated automatically by the loader generator.
    # If you were asked to use a pre-made image and asked by someone to edit this file DO NOT do it. The only
    # supported method of obtaining the loader image is generating it using the loader generator provided.
    #

    terminal_output console
    if serial --unit=0 --speed=115200; then
        terminal_input --append serial_com0
        terminal_output --append serial_com0
    fi

    set default="1"
    set timeout="5"
    set timeout_style="menu"

    if [ -s $prefix/grubenv ]; then
        load_env --file $prefix/grubenv --skip-sig
        set has_env="1"
        if [ -n "${saved_entry}" ]; then
            set default="${saved_entry}"
        fi
    else
        set has_env="0"
        echo "WARN: failed to load env. Default choice will NOT be saved!"
    fi


    function savedefault {
        saved_entry="${chosen}"
        save_env --file $prefix/grubenv saved_entry
    }


    insmod usb_keyboard
    insmod part_msdos
    insmod ext2
    insmod fat
    insmod linux
    insmod gzio

    set gfxmode=auto
    insmod vbe
    insmod vga

    # UEFI
    insmod efi_gop
    insmod efi_uga

    insmod font
    if loadfont ${prefix}/unicode.pf2
    then
        insmod gfxterm
        set gfxmode=auto
        set gfxpayload=keep
        terminal_output gfxterm
    fi

    menuentry 'RedPill DS3622xs v7.1.0-42661 Beta (USB, Verbose)' {
            savedefault
            set root=(hd0,msdos1)
            echo Loading Linux...
            linux /zImage withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=5 pid=0x0001 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac1=XXYYXXYYXXYY sn=2030SQRBZMB2T vid=0x46f4 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=9
            echo Loading initramfs...
            initrd /rd.gz /custom.gz
            echo Starting kernel with USB boot
    }

    menuentry 'RedPill DS3622xs v7.1.0-42661 Beta (SATA, Verbose)' {
            savedefault
            set root=(hd0,msdos1)
            echo Loading Linux...
            linux /zImage withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=5 pid=0x0001 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=1 syno_port_thaw=1 mac1=XXYYXXYYXXYY sn=2030SQRBZMB2T vid=0x46f4 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=9
            echo Loading initramfs...
            initrd /rd.gz /custom.gz
            echo Starting kernel with SATA boot
    }


    menuentry 'Tiny Core Image Build' {
            savedefault
            set root=(hd0,msdos3)
            echo Loading Linux...
            linux /vmlinuz64 loglevel=3 cde waitusb=5 vga=791
            echo Loading initramfs...
            initrd /corepure64.gz
            echo Booting TinyCore for loader creation
    }
    tc@box:~$ ls

    목록

    새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사




    Total 1,677 / 4 Page
    [ 펌)호스팅 – 도메인 IP 설정 xpenolgy ddns 설정 ]

    ■ 카페24가) 네임서버 정보변경나의 서비스관리 > 도메인 관리로 이동합니다.http://hosting.cafe24.com/?control…

    [ Synology 3에 Ubuntu를 설치하는 방법 ]

    Synology3에Ubuntu를 설치하는 방법이 항목은Synology에게시되었습니다.2018 년 8 월 13 일에 의해pavelsklenar이 …

    [ synology mailplusserver mailplus 접속 수발신 불가능 // mailserver 로 … ] 댓글 1

    synology mailplusserver mailplus 접속 수발신 불가로 // mailserver 로 변경 메일 수발신 확인synology…

    [ xpenology 네티브usb부팅 사용자 set vid=0x???? set pid=0x???? grub.… ] 댓글 2

    xpenology 네티브 usb부팅 사용자 set vid=0x0fce set pid=0xe134 grub.cfg 파일 수정하기주)메모리 홀더 스…

    [ 네이버 폰트 a시네마B.ttf a시네마M.ttf a시네마L.ttf ]

    네이버 폰트 a시네마B.ttf a시네마M.ttf a시네마L.ttf 입니다파일 클릭후 아래와 같이 나오면 설치하면 됩니다◎ ■ ▶ ☞ ♠ 정보찾아…

    [ Beelink_GTKING_GTMINIA_AoL_191222 설치 작업 ] 댓글 1

    Beelink_GTKING_GTMINIA_AoL_191222 설치 작업조건 : aol 관련 정보 다운 설치 방법2nd 안드로이드 AoL셋탑 GT…

    [ 안드로이드 박스 리모컨 앱, Cetus Play 설정 방법 ]

    안드로이드 박스 리모컨 앱, Cetus Play 설정 방법https://destinyrev.kro.kr/archives/12921. 스마트폰에 …

    [ 라이아를위한 타이탄 빈기 모드 코디 스킨 – 코디를위한 넷플릭스 스타일 스킨 ]

    라이아를위한 타이탄 빈기 모드 코디 스킨 – 코디를위한 넷플릭스 스타일 스킨아우라를 잊어라!Kodi 용 Titan Bingie Mode 스킨은 …

    [ 홈메뉴에 추가하여 불러오는 파일 HomeMenuWeathe 을 추기사 수정 파일 ]

    홈메뉴에 추가하여 불러오는 파일 HomeMenuWeathe 을 추기사 수정 파일수정파일k:\data_2t_k_drive\kodi\kodi_add…

    [ termux 팩키지 오토 설지 ssh 접속 가능하게 하기 20200628 ] 댓글 1

    termux 팩키지 오토 설지 ssh 접속 가능하게 하기 20200628#!/bin/sh cd ~ echo "" # 설치방법1) tt.sh 11…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-29 13:32:03

    오늘의 홈 현황


    • 현재 접속자♨ 565 명
    • 오늘 가입자※ 3 명
    • 어제 가입자※ 4 명
    • 주간 가입자※ 8 명
    • 오늘 방문자 1,633 명
    • 어제 방문자 2,007 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,402,795 명
    • 전체 게시물※ 8,663 개
    • 전체 댓글수※ 24,792 개
    • 전체 회원수 11,077 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑