happyouandme 发表于 2021-8-29 19:13:37

fcu1104 网卡配置改坏后网卡不启用等问题

几个问题
   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       16125042688 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




Checking the device is unmounted

sdb1sdb2   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$


whl 发表于 2021-8-30 09:09:57

1、调试开发阶段最好使用串口调试,打开盒子外壳,里边有T,R,G三个引脚,为TTL电平的串口,可以使用USB转TTL的模块进行调试
2、制卡失败问题,SD卡需要格式话为fat32格式,还有就是你Ubuntu用的什么版本的
页: [1]
查看完整版本: fcu1104 网卡配置改坏后网卡不启用等问题