well, I finished with success the compilation, after I did this:(I use การแปล - well, I finished with success the compilation, after I did this:(I use ไทย วิธีการพูด

well, I finished with success the c

well, I finished with success the compilation,

after I did this:
(I used the ubuntu img from armhf)
[CODE]
# xz -cd ubuntu-precise-12.04.3-armhf-3.8.13-bone30.img.xz > /dev/sdb
# cd /media/rootfs_armhf.com/
# cp /home/ana/Téléchargements/BBB/kernel/kernel/arch/arm/boot/uImage boot/
# make -C /home/ana/Téléchargements/BBB/kernel/kernel/ INSTALL_MOD_PATH=`pwd` ARCH=arm CROSS_COMPILE=/home/ana/Téléchargements/BBB/gcc-linaro-arm-linux-gnueabihf-4.8-2013.10_linux/bin/arm-linux-gnueabihf- modules_install
#cd boot/
#mv vmlinux-3.8.13-bone30 vmlinux-3.8.13-bone30origine
#mv uImage vmlinux-3.8.13-bone30
#chmod a+x vmlinux-3.8.13-bone30
[/CODE]

and I changed optargs=fixrtc line in uEnv.txt in /media/BOOT_ARMHF/
like this:
[CODE]
mmcpart=2
optargs=dispmode=7inch_LCD
uenvcmd=i2c mw 0x24 1 0x3e; kd=0; if test $mmcdev -eq 1; then mmc dev 0; if mmc rescan; then kd=1; fi; mmc dev 1; fi; setenv mmcroot /dev/mmcblk${kd}p${mmcpart} ro
loadfdt=load mmc ${mmcdev}:${mmcpart} ${fdtaddr} ${bootdir}/dtbs/${fdtfile}
loadimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${bootdir}/${bootfile}

[/CODE]


But when I put the SDcard in the BBB it doesn't boot even if I push the uSD button at power up...

If someone has a clue..

EDIT: I understand where is my msitake.. I have to compile Uboot also like described here:
http://www.farnell.com/datasheets/1780810.pdf
but now I'm looking for where I could find this files:
linux-3.2.0-psp04.06.00.11-bb-view.tar.bz2
and
u-boot-2013.01.01-psp06.00.00.00-bb-view.tar.bz2

and do this following instructions:
Compiling "uboot" from element14
1)
Execute the following commands to uncompress the uboot source code
$ cd $HOME
$ tar xvf u-boot-2013.01.01-psp06.00.00.00-bb-view.tar.bz2
2)
Execute the following instructions to compile
$ cd $HOME/u-boot-2013.01.01-psp06.00.00.00
$ make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm distclean
$ rm -rf am335x
$ make O=am335x CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm am335x_evm
After the compilation is done, the files “MLO” and “u-boot.img” can be found under “am335x/” of the current directory.

Compiling the "Kernel" from element14
Execute the following instructions to unzip the source code and compile the kernel image;
$ cd $HOME
$ tar xvf linux-3.2.0-psp04.06.00.11-bb-view.tar.bz2
$ cd linux-3.2.0-psp04.06.00.11
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- distclean
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- am335x_evm_defconfig
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules
A kernel file named “uImage” with LCD module support is generated under “arch/arm/boot/”.

System Update with BB-View Support
1)Format a flash drive or a TF card to FAT32 and mount
it under the Ubuntu Linux system, and then execute the following instructions
to copy the image to the flash drive or TF card. (These instructions assume the flashdrive or TF card is mounted under “/mnt”)
$ cd $HOME
$ cp u-boot-2013.01.01-psp06.00.00.00/am335x/MLO /mnt
$ cp u-boot-2013.01.01-psp06.00.00.00/am335x/u-boot.img /mnt
$ cp linux-3.2.0-psp04.06.00.11/arch/arm/uImage /mnt
$ mkdir /mnt/rootfs
$ cd $HOME/linux-3.2.0-psp04.06.00.11

$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- modules_install INSTALL_MOD_PATH=/mnt/rootfs
$ cd /mnt/rootfs
$ tar -czvf ../kernel_modules.tar.gz ./
$ cd /mnt
$ rm –rf rootfs

2)
Connect BB-View to the BeagleBone or BeagleBone Black and then connect the power supply; Insert the flash drive or TF card into the
BeagleBone or BeagleBone Black and execute the following instructions in PuTTY
to update the system image (If a TF card is used instead of a flash drive, please change the path in the instructions accordingly)

$ cp /media/sda1/MLO /media/mmcblk0p1/
$ cp /media/sda1/u-boot.img /media/mmcblk0p1/
$ cp /media/sda1/uImage /media/mmcblk0p1/
$ tar -xvf /media/sda1/kernel_modules.tar.gz -C /

Do you think It would be ok to make boot Ubuntu with BB-View if I follow that step.
0/5000
จาก: -
เป็น: -
ผลลัพธ์ (ไทย) 1: [สำเนา]
คัดลอก!
ดี ฉันเสร็จดีคอมไพล์ หลังจากที่ผมได้ข้อมูลนี้:(เคยใช้ได้ img ubuntu จาก armhf)[รหัส]# xz -ซี ubuntu-precise-12.04.3-armhf-3.8.13-bone30.img.xz >/dev/sdb#ซีดี /media/rootfs_armhf.com/# cp /home/ana/Téléchargements/BBB/kernel/kernel/arch/arm/boot/uImage บูต /#ทำ /home/ana/Téléchargements/BBB/kernel/kernel - C/INSTALL_MOD_PATH = 'pwd' โค้ง =แขน CROSS_COMPILE=/home/ana/Téléchargements/BBB/gcc-linaro-arm-linux-gnueabihf-4.8-2013.10_linux/bin/arm-linux-gnueabihf-modules_installเริ่ม #cd /#mv vmlinux-3.8.13-bone30 vmlinux-3.8.13-bone30origine#mv uImage vmlinux-3.8.13-bone30#chmod + x vmlinux-3.8.13-bone30[/CODE] และเปลี่ยน optargs =บรรทัดใน /media/BOOT_ARMHF/uEnv.txt fixrtc แบบนี้:[รหัส]mmcpart = 2optargs = dispmode = 7inch_LCDuenvcmd = mw i2c 0x24 1 0x3e kd = 0 ถ้าทดสอบ $mmcdev - eq 1 แล้ว mmc dev 0 ถ้า mmc rescan แล้ว kd = 1 ไร้สาย mmc เดฟ 1 ไร้สาย setenv mmcroot/dev/mmcblk$ {kd } p$ {mmcpart } roloadfdt =โหลด mmc ${mmcdev }: ${mmcpart } ${fdtaddr } {bootdir } $/dtbs/$ {fdtfile }loadimage =โหลด mmc ${mmcdev }: ${mmcpart } ${loadaddr } ${bootdir } / ${bootfile } [/CODE] แต่เมื่อฉันใส่ SDcard ที่ในบีบีบีมันไม่บูตแม้ว่าฉันดันปุ่มดอลลาร์สหรัฐที่กำลัง... ถ้าคนมีปม... แก้ไข: ฉันเข้าใจ msitake ของฉัน... มีการคอมไพล์ Uboot ยังต้องอธิบายไว้ที่นี่:http://www.farnell.com/datasheets/1780810.pdfแต่ตอนนี้ ฉันกำลังมองหาที่ฉันสามารถค้นหาแฟ้มนี้:ลินุกซ์-3.2.0-psp04.06.00.11-bb-view.tar.bz2และu-boot-2013.01.01-psp06.00.00.00-bb-view.tar.bz2 และทำตามคำแนะนำ:"Uboot" จาก element14 คอมไพล์1)ดำเนินการคำสั่งต่อไปนี้การบีบอัดรหัสแหล่งที่มา uboot$ cd $HOME$ ทาร์ xvf u-boot-2013.01.01-psp06.00.00.00-bb-view.tar.bz22)ดำเนินการคำสั่งต่อไปนี้ในการคอมไพล์$ cd $HOME/u-boot-2013.01.01-psp06.00.00.00$ ทำให้ CROSS_COMPILE =แขน-linux-gnueabihf-โค้ง = distclean แขน$ rm -rf am335xO ทำให้$ = am335x CROSS_COMPILE =แขน-linux-gnueabihf-โค้ง = am335x_evm แขนหลังจากทำการคอมไพล์ สามารถพบแฟ้ม "MLO" และ "u-boot.img" ภายใต้ " am335x / " ของไดเรกทอรีปัจจุบันได้คอมไพล์ "เมล็ด" จาก element14ดำเนินการคำสั่งต่อไปนี้เพื่อเปิดรหัสแหล่งที่มา และคอมไพล์เคอร์เนลรูป$ cd $HOME$ ทาร์ xvf linux-3.2.0-psp04.06.00.11-bb-view.tar.bz2$ cd linux-3.2.0-psp04.06.00.11$ ทำประตู =แขน CROSS_COMPILE =แขน-linux-gnueabihf-distclean$ ทำประตู =แขน CROSS_COMPILE =แขน-linux-gnueabihf-am335x_evm_defconfig$ ทำประตู =แขน CROSS_COMPILE =โมดูแขน-linux-gnueabihf-uImageแฟ้มเคอร์เนลที่ชื่อ "uImage" ด้วยการสนับสนุนโมดูล LCD ถูกสร้างภายใต้ "โค้ง/แขน/เริ่ม / "ปรับปรุงระบบ ด้วยการสนับสนุนมุมมอง BBรูปแบบ 1) แฟลชไดรฟ์หรือรหัสบัตรเพื่อ FAT32 และภูเขามันระบบ Ubuntu Linux แล้ว รันคำสั่งต่อไปนี้การคัดลอกรูปภาพไปยังแฟลชไดรฟ์หรือบัตร TF (คำแนะนำเหล่านี้ถือว่าการแฟลชไดร์ หรือรหัสบัตรถูกกำหนดใช้ภายใต้ " / mnt ")$ cd $HOME$ cp u-boot-2013.01.01-psp06.00.00.00/am335x/MLO /mnt$ cp u-boot-2013.01.01-psp06.00.00.00/am335x/u-boot.img /mnt $ cp linux-3.2.0-psp04.06.00.11/arch/arm/uImage /mnt mkdir mnt/rootfs $ $ cd $HOME/linux-3.2.0-psp04.06.00.11 $ ทำประตู =แขน CROSS_COMPILE =แขน-linux-gnueabihf-modules_install INSTALL_MOD_PATH = / mnt/rootfs$ cd mnt/rootfs$ ทาร์ - czvf .../kernel_modules.tar.gz. /$ cd /mnt$ rm-rf rootfs 2)เชื่อมต่อ BB ดู BeagleBone หรือ BeagleBone สีดำแล้ว ไฟ ใส่แฟลชไดรฟ์หรือรหัสบัตรเป็นBeagleBone หรือ BeagleBone ดำ และดำเนินการคำสั่งต่อไปนี้ใน PuTTYการปรับปรุงระบบภาพ (ถ้าบัตร TF ใช้แทนแฟลชไดรฟ์ กรุณาเปลี่ยนเส้นทางในคำแนะนำตามลำดับ)$ cp /media/sda1/MLO /media mmcblk0p1 /$ cp /media/sda1/u-boot.img /media mmcblk0p1 /$ cp /media/sda1/uImage /media mmcblk0p1 /ทาร์$ - xvf /media/sda1/kernel_modules.tar.gz - C /คุณคิดว่า มันจะตกลงทำบูต Ubuntu กับ BB ดูถ้าผมทำตามขั้นตอน
การแปล กรุณารอสักครู่..
ผลลัพธ์ (ไทย) 2:[สำเนา]
คัดลอก!
ดีฉันเสร็จสิ้นการประสบความสำเร็จกับการรวบรวม, หลังจากที่ผมทำอย่างนี้: (ผมใช้อูบุนตู img จาก armhf) [รหัส] # XZ -CD อูบุนตูแม่นยำ-12.04.3-armhf-3.8.13-bone30.img.xz> dev / sdb / # cd /media/rootfs_armhf.com/ # ซีพี / home / ana / téléchargements / BBB / kernel / kernel / โค้ง / แขน / boot / uImage boot / # ให้ -C / home / ana / téléchargements / BBB / kernel / kernel / INSTALL_MOD_PATH = `แขน ARCH = pwd` modules_install #cd boot / #mv vmlinux-3.8.13-bone30 vmlinux-3.8.13-bone30origine #mv uImage vmlinux-3.8.13-bone30 #chmod + x vmlinux-3.8.13-bone30 [/ รหัส] และฉันเปลี่ยน optargs = สาย fixrtc ใน uEnv.txt ในสื่อ / / BOOT_ARMHF / เช่นนี้: [รหัส] mmcpart = 2 optargs = dispmode = 7inch_LCD uenvcmd = I2C mW 0x24 1 0x3e; KD = 0; หากการทดสอบ $ ​​mmcdev -eq 1; dev MMC แล้ว 0; ถ้า MMC Rescan; kd แล้ว = 1; ไฟ; dev MMC 1; ไฟ; setenv mmcroot / dev / mmcblk $ {} KD P $ {} mmcpart ro loadfdt = โหลด MMC $ {} mmcdev: $ {mmcpart} $ {fdtaddr} $ {bootdir} / dtbs / $ {} fdtfile LoadImage = โหลด MMC $ { mmcdev}: $ {mmcpart} $ {loadaddr} $ {bootdir} / $ {bootfile} [/ รหัส] แต่เมื่อฉันใส่ SDcard ใน BBB มันจะบูตไม่ได้แม้ว่าผมจะกดปุ่มเหรียญสหรัฐที่อำนาจขึ้นมา .. . ถ้าใครมีเบาะแส .. แก้ไข: ฉันเข้าใจที่เป็น msitake ของฉัน .. ฉันต้องรวบรวม Uboot ยังต้องการอธิบายไว้ที่นี่: http://www.farnell.com/datasheets/1780810.pdf แต่ตอนนี้ฉันกำลังมองหา ที่ฉันสามารถหานี้ ทำคำแนะนำต่อไปนี้: รวบรวม "uboot" จาก element14 1) ดำเนินการคำสั่งต่อไปนี้เพื่อยกเลิกการบีบอัดซอร์สโค้ด uboot $ cd $ HOME $ tar xvf U-บูต 2013/01/01-psp06.00.00.00-BB-view.tar bz2 2) ดำเนินการคำแนะนำต่อไปนี้เพื่อรวบรวม$ cd $ HOME / u บูต 2013/01/01-psp06.00.00.00 $ ทำให้ CROSS_COMPILE = แขน-ลินุกซ์ gnueabihf- ARCH = แขน distclean $ RM-rf AM335x $ ทำให้ O = AM335x CROSS_COMPILE = แขน-ลินุกซ์ gnueabihf- ARCH = แขน am335x_evm หลังจากรวบรวมจะทำไฟล์ "MLO" และ "U-boot.img" สามารถพบได้ใน "AM335x /" ของไดเรกทอรีปัจจุบัน. รวบรวม "Kernel" จาก element14 ดำเนินการคำแนะนำต่อไปนี้เพื่อเปิดเครื่องรูดรหัสแหล่งที่มาและรวบรวมภาพ kernel; $ cd $ HOME $ tar xvf ลินุกซ์ 3.2.0-psp04.06.00.11-BB-view.tar.bz2 $ cd ลินุกซ์ 3.2.0 -psp04.06.00.11 $ ทำให้ ARCH = แขน CROSS_COMPILE = แขน-ลินุกซ์ gnueabihf- distclean $ ทำให้ ARCH = แขน CROSS_COMPILE = แขน-ลินุกซ์ gnueabihf- am335x_evm_defconfig $ ทำให้ ARCH = แขน CROSS_COMPILE = แขน-ลินุกซ์ gnueabihf- โมดูล uImage ไฟล์เคอร์เนลชื่อ "uImage" ด้วยการสนับสนุนโมดูลจอแอลซีดีจะถูกสร้างขึ้นภายใต้หัวข้อ "โค้ง / แขน / boot /". การปรับปรุงระบบที่มี BB-Support ดู1) รูปแบบแฟลชไดรฟ์หรือบัตร TF เพื่อ FAT32 และติดมันภายใต้ระบบลินุกซ์อูบุนตู แล้วรันคำแนะนำต่อไปนี้เพื่อคัดลอกภาพไปยังแฟลชไดรฟ์หรือบัตร TF (คำแนะนำเหล่านี้ถือว่าการ์ดแฟลชไดร์หรือ TF จะติดตั้งอยู่ภายใต้ "/ mnt") $ cd $ HOME $ CP U-บูต 2013/01/01-psp06.00.00.00 / AM335x / MLO / mnt $ CP U-บูต 2,013.01 01 psp06.00.00.00 / AM335x / u-boot.img / mnt $ CP ลินุกซ์ 3.2.0-psp04.06.00.11 / โค้ง / แขน / uImage / mnt $ mkdir / mnt / rootfs $ cd $ HOME / ลินุกซ์ -3.2.0-psp04.06.00.11 $ ทำให้ ARCH = แขน CROSS_COMPILE = แขน-ลินุกซ์ gnueabihf- modules_install INSTALL_MOD_PATH = mnt / / rootfs $ cd / mnt / rootfs $ tar -czvf ../kernel_modules.tar.gz ./ $ cd / mnt $ RM-rf rootfs 2) การเชื่อมต่อ BB-View เพื่อ BeagleBone หรือ BeagleBone สีดำและการเชื่อมต่อแหล่งจ่ายไฟ; ใส่แฟลชไดรฟ์หรือบัตร TF เป็นBeagleBone หรือ BeagleBone ดำและดำเนินการคำแนะนำต่อไปนี้ในฉาบเพื่อปรับปรุงระบบภาพ (ถ้าบัตร TF ใช้แทนแฟลชไดรฟ์โปรดเปลี่ยนเส้นทางในคำแนะนำตาม) $ CP / สื่อ / sda1 / MLO / สื่อ / mmcblk0p1 / $ CP /media/sda1/u-boot.img / สื่อ / mmcblk0p1 / $ CP / สื่อ / sda1 / uImage / สื่อ / mmcblk0p1 / $ tar xvf-สื่อ / / sda1 / kernel_modules .tar.gz -C / คุณคิดว่ามันจะเป็นความตกลงที่จะทำให้การบูต Ubuntu กับ BB-ดูถ้าทำตามขั้นตอนที่
























































































การแปล กรุณารอสักครู่..
ผลลัพธ์ (ไทย) 3:[สำเนา]
คัดลอก!
ผมเสร็จกับสำเร็จรวบรวม

หลังจากที่ฉันทำนี้ :
( ผมใช้ Ubuntu รุ่นจาก armhf )
[ ]
รหัส#ระนาบ - ซีดี ubuntu-precise-12.04.3-armhf-3.8.13-bone30.img.xz > / dev / เอสดีบี
# CD / สื่อ / rootfs_armhf . com /
# CP / บ้าน / แอนนา / T é l é chargements / ร / เมล็ด / เมล็ด / โค้ง / แขน / บูท / บูท /
uimage#ให้ - C / บ้าน / แอนนา / T é l é chargements / ธนาคาร / kernel / kernel / install_mod_path PWD = ` ` Arch = แขน cross_compile = / home / แอนนา / T é l é chargements / ธนาคาร / gcc-linaro-arm-linux-gnueabihf-4.8-2013.10_linux/bin/arm-linux-gnueabihf - modules_install
# Boot CD /
# MV vmlinux-3.8.13-bone30 vmlinux-3.8.13-bone30origine
# MV uimage vmlinux-3.8.13-bone30
# chmod เป็น x vmlinux-3.8.13-bone30
[ ]

/ รหัสและฉันมีการเปลี่ยนแปลง optargs = fixrtc บรรทัดใน uenv.txt / สื่อ / boot_armhf /
แบบนี้ :
[ ]
mmcpart รหัส = 2
optargs = =
= dispmode 7inch_lcd uenvcmd i2c MW 0x24 1 0x3e ; Kd = 0 ; ถ้าทดสอบ $ mmcdev - EQ 1 ; แล้ว MMC dev 0 ; ถ้า MMC rescan ; แล้ว Kd = 1 ; วิทยาศาสตร์ ; MMC dev 1 Fi ; setenv mmcroot / dev / mmcblk $ { และ } p $ { } =
loadfdt mmcpart ro โหลด mmcdev MMC $ { } : $ { } $ { mmcpart fdtaddr } $ { bootdir } / dtbs / $ { fdtfile }
= MMC $ { loadimage โหลด mmcdev } :$ { mmcpart } $ { loadaddr } $ { bootdir } / $ { bootfile }

[ / code ]


แต่เมื่อฉันใส่ sdcard ในไทยมันไม่บูต แม้ว่าผมจะผลักดัน USD ปุ่มที่กำลังขึ้น . . . . . . .

ถ้าใครมีเบาะแส . . . . . . .

edit : ผมเข้าใจ . . . . . . . msitake ของฉันอยู่ที่ไหน ฉันต้องรวบรวม uboot ยังเหมือนที่อธิบายไว้ที่นี่ :
http : / / www.farnell . com / เอกสารข้อมูล / 1780810 . pdf
แต่ตอนนี้ฉันกำลังมองหาที่ที่ข้าจะหาไฟล์นี้ :
linux-3.2.0-psp04.06 .00.11-bb-view . tar . bz2 และ

u-boot-2013.01.01-psp06.00.00.00-bb-view . tar . bz2

ทำนี้คำสั่งต่อไปนี้ :
รวบรวม " uboot " จาก element14 )

1 รันตามคำสั่งเพื่อคลาย uboot ซอร์สโค้ด
$ $
$ tar ซีดีที่บ้าน xvf u-boot-2013.01.01-psp06.00.00.00-bb-view . tar . bz2
2 )
ดำเนินการขั้นตอนต่อไปนี้เพื่อรวบรวม
$ $ HOME / u-boot-2013.01.01-psp06.00.00.00
ซีดี$ ให้ cross_compile = แขน Linux gnueabihf - โค้ง = แขน distclean rm - rf am335x
$
$ ให้ O = am335x cross_compile = แขน Linux gnueabihf - โค้ง = แขน am335x_evm
หลังจากรวบรวมเสร็จ ไฟล์ " MLO " และ " รองเท้าบูท - u . } " สามารถพบได้ที่ " am335x / " ไดเรกทอรีปัจจุบัน

รวบรวม " เมล็ด " จาก element14
รันคำสั่งต่อไปนี้เพื่อ unzip รหัสแหล่งที่มาและรวบรวมภาพเมล็ด ;
$ $
$ tar ซีดีที่บ้าน xvf linux-3.2.0-psp04.06.00.11-bb-view . tar . bz2
$
$ linux-3.2.0-psp04.06.00.11 ซีดีให้โค้ง = = แขน แขน cross_compile Linux gnueabihf - distclean
$ ให้โค้ง = = แขน แขน cross_compile Linux gnueabihf - am335x_evm_defconfig
$ ให้โค้ง = แขน cross_compile = แขน gnueabihf uimage โมดูล
- ลินุกซ์เคอร์เนลไฟล์ชื่อ " uimage " ด้วยการสนับสนุนโมดูล LCD ถูกสร้างขึ้นภายใต้ " โค้ง / แขน / boot / "

ระบบการปรับปรุงด้วย BB ดู
1 ) สนับสนุนรูปแบบแฟลชไดรฟ์หรือการ์ด TF กับ FAT32 และภูเขา
ภายใต้ระบบ Linux Ubuntu , และจากนั้นดำเนินการตามคำสั่ง
คัดลอกภาพเพื่อแฟลชไดรฟ์หรือ TF card ( คำแนะนำเหล่านี้ถือว่า แฟลชไดร์ฟ หรือบัตร TF ติดภายใต้ " / mnt
" )ซีดีที่บ้าน $
$ $
$ CP CP u-boot-2013.01.01-psp06.00.00.00/am335x/mlo / mnt / mnt u-boot-2013.01.01-psp06.00.00.00/am335x/u-boot.img
$ CP linux-3.2.0-psp04.06.00.11/arch/arm/uimage / mnt
$ mkdir / mnt / ซีดี rootfs
$ $ HOME / linux-3.2.0-psp04.06.00.11

$ ให้โค้ง = = แขน แขน cross_compile Linux gnueabihf - modules_install install_mod_path = / mnt / rootfs
$ cd / mnt / rootfs
$ tar - czvf kernel_modules.tar.gz /
. . .$ cd / mnt
$ RM ( RF rootfs

2 )
เชื่อมต่อ BB ดูไป beaglebone หรือ beaglebone สีดำและจากนั้นเชื่อมต่อแหล่งจ่ายไฟ ; ใส่แฟลชไดรฟ์หรือการ์ด TF ไป
beaglebone หรือ beaglebone สีดำและดำเนินการตามคำสั่งใน putty
ปรับปรุงภาพระบบ ( ถ้า TF Card คือ ใช้แทนแฟลชไดรฟ์ โปรดเปลี่ยนเส้นทางในคำแนะนำตาม )

$ CP / สื่อ / sda1 / MLO / สื่อ / mmcblk0p1 /
$ CP / สื่อ / sda1 / u-boot.img / สื่อ / mmcblk0p1 /
$ CP / สื่อ / sda1 / uimage / สื่อ / mmcblk0p1 /
$ tar - xvf / สื่อ / sda1 / kernel_modules.tar.gz - C /

คุณคิดว่ามันจะโอเค ให้บูตอูบุนตูกับ BB ดู ถ้าผมทำตามขั้นตอนนั้น
การแปล กรุณารอสักครู่..
 
ภาษาอื่น ๆ
การสนับสนุนเครื่องมือแปลภาษา: กรีก, กันนาดา, กาลิเชียน, คลิงออน, คอร์สิกา, คาซัค, คาตาลัน, คินยารวันดา, คีร์กิซ, คุชราต, จอร์เจีย, จีน, จีนดั้งเดิม, ชวา, ชิเชวา, ซามัว, ซีบัวโน, ซุนดา, ซูลู, ญี่ปุ่น, ดัตช์, ตรวจหาภาษา, ตุรกี, ทมิฬ, ทาจิก, ทาทาร์, นอร์เวย์, บอสเนีย, บัลแกเรีย, บาสก์, ปัญจาป, ฝรั่งเศส, พาชตู, ฟริเชียน, ฟินแลนด์, ฟิลิปปินส์, ภาษาอินโดนีเซี, มองโกเลีย, มัลทีส, มาซีโดเนีย, มาราฐี, มาลากาซี, มาลายาลัม, มาเลย์, ม้ง, ยิดดิช, ยูเครน, รัสเซีย, ละติน, ลักเซมเบิร์ก, ลัตเวีย, ลาว, ลิทัวเนีย, สวาฮิลี, สวีเดน, สิงหล, สินธี, สเปน, สโลวัก, สโลวีเนีย, อังกฤษ, อัมฮาริก, อาร์เซอร์ไบจัน, อาร์เมเนีย, อาหรับ, อิกโบ, อิตาลี, อุยกูร์, อุสเบกิสถาน, อูรดู, ฮังการี, ฮัวซา, ฮาวาย, ฮินดี, ฮีบรู, เกลิกสกอต, เกาหลี, เขมร, เคิร์ด, เช็ก, เซอร์เบียน, เซโซโท, เดนมาร์ก, เตลูกู, เติร์กเมน, เนปาล, เบงกอล, เบลารุส, เปอร์เซีย, เมารี, เมียนมา (พม่า), เยอรมัน, เวลส์, เวียดนาม, เอสเปอแรนโต, เอสโทเนีย, เฮติครีโอล, แอฟริกา, แอลเบเนีย, โคซา, โครเอเชีย, โชนา, โซมาลี, โปรตุเกส, โปแลนด์, โยรูบา, โรมาเนีย, โอเดีย (โอริยา), ไทย, ไอซ์แลนด์, ไอร์แลนด์, การแปลภาษา.

Copyright ©2024 I Love Translation. All reserved.

E-mail: