读好书,交益友
发布时间:2017-07-14 19:32:44
最近使用yocto给bbb做系统,发现有python,没有pip。看了一下文档,初始化目录 source poky-morty/oe-init-build-env bbb/build 运行bitbake-layers show-layers显示layer path .........【阅读全文】
发布时间:2017-07-13 17:24:25
发现嵌入式上做rootfs确实比较麻烦,只好使用yocto大招。修改一下启动参数arch=armbaudrate=115200board=am335xboard_name=A335BNLTboard_rev=0A5Aboot_fdt=trymmcroot=/dev/mmcblk0p2 rommcrootfstype=ext4 rootwaitbootargs=console=ttyO0,115200n8 quiet drm.debug=7 root=ubi0:rootfs rw ubi.mtd=7,2048 root.........【阅读全文】
发布时间:2017-06-29 19:48:23
我的sd卡debian@beaglebone:~$ fdisk -lDisk /dev/mmcblk0: 15.9 GB, 15942549504 bytes4 heads, 16 sectors/track, 486528 cylinders, total 31137792 sectorsUnits = sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDi.........【阅读全文】
发布时间:2017-06-08 14:15:57
最近给树莓派接串口显示,买了一条usb转ttl线就搞定,windows使用xshell 接上后,发现是串口3或者串口4linux安装后,运行dmesg | grep tty显示[ 0.000000] console [tty0] enabled[ 0.489715] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A[ 25.192563] u.........【阅读全文】