Install Debian on sheevaplug

    版本為 03:07, 8 Jul 2024

    到這個版本。

    返回到 版本存檔.

    查閱目前版本

    文章連結:http://www.cyrius.com/debian/kirkwoo...g/install.html

    安裝說明:

    • Debian version: Lenny
    • SDHC 4GB x 1

    安裝開始

    下載 Debian Installer Image

    選擇 Lenny 版的 uImage 及 uInitrd
    http://www.cyrius.com/debian/kirkwoo...g/install.html

    準備 SDHC 卡

    將 SDHC 使用 Windows 將卡格式化成 FAT 檔案系統,然後複製這兩個檔案至 SDHC 卡,不要建立任何目錄。

    設定 U-Boot

    // 檢查 U-Boot version 需 3.4.19 以後,才有支援 SDHC 開機,請參閱 U-Boot 升級

    // 設定 U-Boot,以下僅適用於標準的 Sheevaplug,若是 eSATA, DockStar 請參考原文說明。

    setenv mainlineLinux yes
    setenv arcNumber 2097
    saveenv
    reset
    

    重新開機後,執行以下 U-Boot 指令載入 Installer image

    mmcinit
    fatload mmc 0:1 0x00800000 /uImage
    fatload mmc 0:1 0x01100000 /uInitrd
    

    繼續以下指令,進入開機程序

    setenv bootargs console=ttyS0,115200 base-installer/initramfs-tools/driver-policy=most mirror/suite=stable apt-setup/local0/repository="http://people.debian.org/~tbm/orion lenny main" apt-setup/local0/key=http://people.debian.org/~tbm/orion/68FD549F
    bootm 0x00800000 0x01100000
    安裝 Debian

    Language

    -> English

    Country

    ->Other -> Asia -> Taiwan

    Local Setting

    -> United States - en_US.UTF-8

    Hostname

    -> debian

    Domain Name

    -> localdomain

    Debian archive mirror country

    -> Taiwan
    -> ftp.tw.debian.org

    HTTP proxy

    -> 空白

    Tips: 過程中如果出現下載失敗,請選擇 retry 或其他 mirror 站

    Set up users and password

    -> 設定 root 密碼
    -> 新增一個用戶
    -> 設定用戶的密碼

    Partitioning method

    -> use entire disk

    Select disk to partition

    -> MMC/SD card #1 (mmcblk0) - 4.0 GB SD 00000

    Partitioning scheme

    -> All files in one partition

     

    //

    Powered by MindTouch Core