上一页 1 2 3 4 5 6 7 8 9 10 ··· 164 下一页

2022年3月31日

摘要: git clone 时选择的是SSH链接,使用HTTPS链接地址进行下载就可以啦! 更改url 将远程 URL 从 SSH 切换到 HTTPS 打开 Git Bash。 将当前工作目录更改为您的本地仓库。 列出现有远程仓库以获取要更改的远程仓库的名称。 $ git remote -v > origi 阅读全文
posted @ 2022-03-31 12:03 tycoon3 阅读(667) 评论(0) 推荐(0)

2022年3月29日

摘要: root@x86:/home/ubuntu/QEMU_CPUFreq_Zynq/Prebuilt_functional# gzip -d umy_ramdisk.image.gz gzip: umy_ramdisk.image.gz: not in gzip format root@x86:/hom 阅读全文
posted @ 2022-03-29 17:40 tycoon3 阅读(320) 评论(0) 推荐(0)
摘要: root@ubuntu:/share# gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-linux-gnu/5/lto-wrapper Target: aarch64-linu 阅读全文
posted @ 2022-03-29 11:53 tycoon3 阅读(920) 评论(0) 推荐(0)
摘要: [ 3.202055] ALSA device list: [ 3.202573] No soundcards found. [ 3.261558] VFS: Cannot open root device "vda" or unknown-block(0,0): error -6 [ 3.2624 阅读全文
posted @ 2022-03-29 10:05 tycoon3 阅读(2856) 评论(0) 推荐(0)

2022年3月26日

摘要: 前言 在 Linux Kernel 里有着许多重要的资料结构,这些资料在作业系统的运作中扮演着举足轻重的角色。然而,Linux 是个多任务的作业系统,也就是在同一时间里可以同时有许多的行程在执行,所以,很有可能某个行程在依序读取 inode list,同时却又有另一个在 inode list 里加入 阅读全文
posted @ 2022-03-26 22:37 tycoon3 阅读(522) 评论(0) 推荐(0)

2022年3月25日

摘要: [root@centos7 rtems]# ls ./build/arm/raspberrypi/testsuites/samples/ticker.bin ls: cannot access ./build/arm/raspberrypi/testsuites/samples/ticker.bin 阅读全文
posted @ 2022-03-25 10:49 tycoon3 阅读(71) 评论(0) 推荐(0)

2022年3月23日

摘要: apt install g++-8-riscv64-linux-gnu 阅读全文
posted @ 2022-03-23 09:20 tycoon3 阅读(74) 评论(0) 推荐(0)

2022年3月21日

摘要: ubuntu@ubuntu:~/linux-5.14$ ls ./arch/riscv/boot/dts/sifive/ fu540-c000.dtsi hifive-unleashed-a00.dtb hifive-unmatched-a00.dtb Makefile fu740-c000.dts 阅读全文
posted @ 2022-03-21 20:23 tycoon3 阅读(92) 评论(0) 推荐(0)

2022年3月18日

摘要: bsp_interrupt_server_trigger rtems_status_code rtems_interrupt_server_handler_install( uint32_t server_index, rtems_vector_number vector, const char * 阅读全文
posted @ 2022-03-18 16:19 tycoon3 阅读(75) 评论(0) 推荐(0)

2022年3月17日

摘要: 阅读全文
posted @ 2022-03-17 22:27 tycoon3 阅读(57) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 164 下一页

导航