毋庸置疑
    DRAM 1和 2 很好, 感谢作者的分享。作为一名软件工程师,更应该从其结构和和工作原理上去了解存储设备。 不知道是否会出Nor/NAND flash、EMMC 等存储器的相关文章,可以供我们学习谢谢。
    DRAM 原理 2 :DRAM Memory Organization  发表时间:2016-09-03 14:07
    coco
    @wowo:哈哈,那有什么开源的针对于蓝牙方面的测试用例吗?
    蓝牙协议分析(7)_BLE连接有关的技术分析  发表时间:2016-09-03 14:01
    wowo
    @coco:是的。
    蓝牙协议分析(7)_BLE连接有关的技术分析  发表时间:2016-09-03 13:58
    coco
    @wowo:这样子说,如果纯粹在drvier这一层去做测试,是无法测试得了如a2dp、opp等等这些profile功能的了吧?
    蓝牙协议分析(7)_BLE连接有关的技术分析  发表时间:2016-09-03 12:40
    wowo
    @coco:是的,一般情况下,TX/RX上面可能会把HCI packet封装一下,0x1标识command、0x04标识event,等等。 因此用这一层测试,就是TX、RX加HCI的格式。
    蓝牙协议分析(7)_BLE连接有关的技术分析  发表时间:2016-09-02 21:51
    linuxer
    @蜗牛:非常感谢您的意见,其实也有其他的网友提出过相同的问题,我总结如下: 1、目前没能达到财富自由,不能全职放在这上面。毕竟在当前的大环境,靠它赚钱有点难 2、写书是这样的过程,你自己是一个装满水的水库,但是准备了一桶水,给读者倒了一杯。但现在,我们只是建好了水库,还在蓄水阶段...... 3、我们确实有打算将这些文章总结成书,并且列入了2016~2020区间的五年计划,希望能够实现。
    关于蜗窝  发表时间:2016-09-02 18:57
    蜗牛
    蜗窝为啥不写几本教材,出几本书啊?
    关于蜗窝  发表时间:2016-09-02 18:09
    coco
    hi,wowo,这里请教一下阿,如果撇开bluetooth stack这一层进行测试,仅仅是针对bluetooth driver,是不是就只有tx,rx的概念了?
    蓝牙协议分析(7)_BLE连接有关的技术分析  发表时间:2016-09-02 16:58
    linuxer
    @cracker:错误信息已经给出来了,就是virq等于0的那个中断描述符已经和某个irq domain的hw interrupt id绑定了,不能再次绑定。
    Linux kernel的中断子系统之(二):IRQ Domain介绍  发表时间:2016-09-02 15:24
    cracker
    Hi,linuxer: 目前遇到如下WARNING和error,但不知道如何去分析根本,可以指点一下吗? log如下: [ 2.213782] Driver 'mmcblk' needs updating - please use bus_type methods [ 2.213879] sdhci: Secure Digital Host Controller Interface driver [ 2.213894] sdhci: Copyright(c) Pierre Ossman [ 2.213997] sdhci-pci 0000:00:01.0: SDHCI controller found [8086:1190] (rev 1) [ 2.214050] ------------[ cut here ]------------ [ 2.214085] WARNING: CPU: 1 PID: 1 at /home/andrei/work/resin/resin-edison/build/tmp/work-shared/edison/kernel-source/kernel/irq/irqdomain.c:284 irq_domain_associate+0x1a3/0x200() [ 2.214100] error: virq0 is already associated [ 2.214111] Modules linked in: [ 2.214142] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 3.19.5-yocto-standard #1 [ 2.214156] Hardware name: Intel Corporation Merrifield/BODEGA BAY, BIOS 466 2014.06.23:19.20.05 [ 2.214169] 00000000 00000000 f6e0fc00 c19f08d7 f6e0fc40 f6e0fc30 c1253157 c1c24014 [ 2.214219] f6e0fc5c 00000001 c1c23f40 0000011c c12a4563 c12a4563 f6c05e00 f675e480 [ 2.214267] 00000000 f6e0fc48 c12531c3 00000009 f6e0fc40 c1c24014 f6e0fc5c f6e0fc7c [ 2.214314] Call Trace: [ 2.214349] [<c19f08d7>] dump_stack+0x4b/0x75 [ 2.214375] [<c1253157>] warn_slowpath_common+0x87/0xc0 [ 2.214402] [<c12a4563>] ? irq_domain_associate+0x1a3/0x200 [ 2.214426] [<c12a4563>] ? irq_domain_associate+0x1a3/0x200 [ 2.214449] [<c12531c3>] warn_slowpath_fmt+0x33/0x40 [ 2.214475] [<c12a4563>] irq_domain_associate+0x1a3/0x200 [ 2.214502] [<c12a45ff>] irq_domain_associate_many+0x3f/0xa0 [ 2.214528] [<c19f559d>] ? mutex_unlock+0xd/0x10 [ 2.214551] [<c19ecb88>] ? __irq_alloc_descs+0xe8/0x1b0 [ 2.214578] [<c12a46a2>] irq_create_strict_mappings+0x42/0x50 [ 2.214605] [<c12338fa>] mp_map_pin_to_irq+0x1ca/0x200 [ 2.214631] [<c1233f40>] mp_map_gsi_to_irq+0x90/0xc0 [ 2.214658] [<c184fb59>] intel_mid_pci_irq_enable+0x59/0x80 [ 2.214683] [<c1850390>] pcibios_enable_device+0x30/0x40 [ 2.214708] [<c1618f6f>] do_pci_enable_device+0x4f/0xd0 [ 2.214732] [<c1619e4d>] pci_enable_device_flags+0x9d/0xe0 [ 2.214757] [<c1619ee2>] pci_enable_device+0x12/0x20 [ 2.214782] [<c17dc4b2>] sdhci_pci_probe+0xd2/0x950 [ 2.214810] [<c161bb5f>] pci_device_probe+0x6f/0xd0 [ 2.214834] [<c13ba2a5>] ? sysfs_create_link+0x25/0x50 [ 2.214860] [<c16ada0f>] driver_probe_device+0x7f/0x3c0 [ 2.214885] [<c161ba92>] ? pci_match_device+0xd2/0x100 [ 2.214910] [<c16ade09>] __driver_attach+0x79/0x80 [ 2.214933] [<c16add90>] ? __device_attach+0x40/0x40 [ 2.214955] [<c16abdaf>] bus_for_each_dev+0x4f/0x80 [ 2.214979] [<c16ad51e>] driver_attach+0x1e/0x20 [ 2.215001] [<c16add90>] ? __device_attach+0x40/0x40 [ 2.215024] [<c16ad157>] bus_add_driver+0x157/0x240 [ 2.215049] [<c1e01c8f>] ? sdhci_drv_init+0x1b/0x1b [ 2.215072] [<c1e01c8f>] ? sdhci_drv_init+0x1b/0x1b [ 2.215095] [<c16ae56d>] driver_register+0x5d/0xf0 [ 2.215119] [<c1351cce>] ? kfree+0x9e/0x1d0 [ 2.215144] [<c15eb7d0>] ? kvasprintf+0x40/0x50 [ 2.215168] [<c161ab9a>] __pci_register_driver+0x4a/0x50 [ 2.215192] [<c1e01ca3>] sdhci_driver_init+0x14/0x16 [ 2.215216] [<c120044a>] do_one_initcall+0xaa/0x1e0 [ 2.215239] [<c1e01c8f>] ? sdhci_drv_init+0x1b/0x1b [ 2.215263] [<c1dcc4e3>] ? repair_env_string+0x12/0x54 [ 2.215288] [<c126d0a9>] ? parse_args+0x299/0x510 [ 2.215317] [<c1dccbeb>] kernel_init_freeable+0x147/0x1ef [ 2.215345] [<c1273a63>] ? preempt_count_sub+0xb3/0x110 [ 2.215368] [<c127262d>] ? finish_task_switch+0x5d/0xd0 [ 2.215392] [<c19eb630>] kernel_init+0x10/0xe0 [ 2.215415] [<c19f7441>] ret_from_kernel_thread+0x21/0x30 [ 2.215436] [<c19eb620>] ? rest_init+0x80/0x80 [ 2.215476] ---[ end trace 96410e869c63de19 ]--- [ 2.215566] flis_addr mapped addr: f8498900 [ 2.215694] sdhci-pci 0000:00:01.0: rte_addr mapped addr: f849c000 [ 2.317076] mmc0: BKOPS_EN bit is not set [ 2.324368] mmc0: new HS200 MMC card at address 0001 [ 2.325192] mmcblk0: mmc0:0001 H4G1d� 3.64 GiB [ 2.332236] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 [ 2.337906] mmc0: SDHCI controller on PCI [0000:00:01.0] using ADMA
    Linux kernel的中断子系统之(二):IRQ Domain介绍  发表时间:2016-09-02 10:04

共7862条392/787上一页 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 下一页
Copyright @ 2013-2015 蜗窝科技 All rights reserved. Powered by emlog