- 积分
- 18
贡献150
飞刀8 FD
注册时间2021-8-26
在线时间1 小时
扫一扫,手机访问本帖
|
几个问题
1、网络配置/etc/network/inte**ces 设置ip后跟ifconfig 配置的冲突 导致 /etc/network/inte**ces 配置无效
2、ttl连接后 点打开没反应。
3、下载开发环境 根据文档的系统烧录 无法成功,sd卡被格式化。
ttl连接图:
烧录系统
forlinx@ubuntu:~/fcu1104burn$ sudo ./burn.sh
################################################################################
This script will create a bootable SD card from custom or pre-built binaries.
The script must be run with root permissions and from the bin directory of
the SDK
Example:
$ sudo ./6ullsdburn.sh
Formatting can be skipped if the SD card is already formatted and
partitioned properly.
################################################################################
Availible Drives to write images to:
# major minor size name
1: 8 16 125042688 sdb
Enter Device Number: 1
sdb was selected
################################################################################
**********WARNING**********
Selected Device is greater then 16GB
Continuing past this point will erase data from device
Double check that this is the correct SD Card
################################################################################
Would you like to continue [y/n] : y
Checking the device is unmounted
sdb1 sdb2 sdb3
SD Card is not correctly partitioned
################################################################################
Now ** 1 partitions
################################################################################
1+0 records in
1+0 records out
1024 bytes (1.0 kB) copied, 0.0448654 s, 22.8 kB/s
Disk /dev/sdb doesn't contain a valid partition table
DISK SIZE - 128043712512 bytes
Checking that no-one is using this disk right now ...
BLKRRPART: Inappropriate ioctl for device
OK
Disk /dev/sdb: 15567 cylinders, 255 heads, 63 sectors/track
sfdisk: ERROR: sector 0 does not have an msdos signature
/dev/sdb: unrecognized partition table type
Old situation:
No partitions found
trailing junk after number
sfdisk: bad input
################################################################################
Partitioning Boot
################################################################################
mkfs.vfat 3.0.12 (29 Oct 2011)
/dev/sdb1: No such file or directory
Mount the partitions
mount: special device /dev/sdb1 does not exist
Emptying partitions
################################################################################
Copying files now... will take minutes
################################################################################
Copying boot partition
copy sdrun/ target/ to SD
Buring the u-boot.imx to sdcard
129+0 records in
129+0 records out
132096 bytes (132 kB) copied, 0.0330696 s, 4.0 MB/s
379+0 records in
379+0 records out
388096 bytes (388 kB) copied, 0.668429 s, 581 kB/s
Syncing....
Un-mount the partitions
umount2: Invalid argument
umount: boot: not mounted
Remove created temp directories
Operation Finished
forlinx@ubuntu:~/fcu1104burn$
|
|