This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

能否给一个详细的,使用SD卡启动Beaglebone的wiki页面或者说明文档,很多人都关心这个问题,但没有看到有操作成功的



能否给一个详细的,使用SD卡启动Beaglebone的wiki页面或者说明文档,很多人都关心这个问题,但没有看到有操作成功的

最好连示例的,uboot, uimage, rootfs全部给出

谢谢!

  • 很多人都利用BBB學習,做出產品了吧

    BBB 我用TI SDK6.0 createsdcard.sh可以建立SD 卡,

    自己寫script建立SD卡,再依序將MLO,uboot.img,uImage ,rootfs放入,也都沒問題

    前提是,BBB上有一個emmc,需要先進入fdisk將其所有分區取消 (emmc 為空)

    之後再用製作好的SD卡開機 (之後開機就無須壓boot 鍵)

  • 你确定是beaglebone?

    因为beaglebone只有sd card启动,本身板子上不带flash。

    使用TI的sdk包里的bin目录下的createsdcard.sh,每次做都能成功

  • 是Beaglebone black带有EMMC的

  • BBB上有一個emmc,需要先進入fdisk將其所有分區取消 (emmc 為空)

    分區取消,这步如何操作?在哪里取消?

  • 先用sd卡启动,然后进入系统后fdisk相对应的分区即可

  • 哦,知道了,谢谢

  • BBB 出廠為 linux angstrom 系統 

    首先不要插SD卡開機,直接login 進入

    若您可以login進去的,

    依指示操作即可!!

    若要還原emmc資料請上bbb官網,下載img檔,製作還原SD卡即可!

    The Angstrom Distribution beaglebone ttyO0

    Angstrom v2012.12 - Kernel 3.8.13

    beaglebone login: root
    Last login: Sat Jan 1 00:00:19 UTC 2000 on ttyO0

    root@beaglebone:~# fdisk /dev/mmcblk0
    Welcome to fdisk (util-linux 2.23.1).

    Changes will remain in memory only, until you decide to write them.
    Be careful before using the write command.


    Command (m for help): m
    Command action
    a toggle a bootable flag
    b edit bsd disklabel
    c toggle the dos compatibility flag
    d delete a partition
    g create a new empty GPT partition table
    G create an IRIX (SGI) partition table
    l list known partition types
    m print this menu
    n add a new partition
    o create a new empty DOS partition table
    p print the partition table
    q quit without saving changes
    s create a new empty Sun disklabel
    t change a partition's system id
    u change display/entry units
    v verify the partition table
    w write table to disk and exit
    x extra functionality (experts only)

    Command (m for help):