Multi Source Translation Content

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Multi Source Translation Content

讨论

排序依据:
S32G274はAコアにPFEファームウェアをロードし、MコアのCAN通信に影響を与えます。 A の BSP35.0 の can0 と llcecan0 の両方の初期化コードを削除した後、M コアが PFE をロードしていないときに、M コアの can0 は正常に通信できるようになりました。しかし、/fsl-auto-yocto-bsp35.0/build_s32g274ardb2/conf/local.confに「DISTRO_FEATURES_append += 'pfe'」と「NXP_FIRMWARE_LOCAL_DIR = '/home/hhkj/linux3/fsl-auto-yocto-bsp35.0/firmware_bin/'」を追加した場合、つまり、PFE が A コアにロードされた後、M コアがクラッシュしたようです。CAN0 と SGMII モードを使用する M コアでは PFEMAC0 と pfemca1 を適用し、PFEMAC2 の RGMII モードを使用する A コアでは PFEMAC2 を適用する必要があるため、M コアで CAN0 通信のみが実行されている場合、M コアに PFE のファームウェアをロードすると A コアの CAN0 通信に影響する理由を知りたいです。     Re: S32G274 loads the PFE firmware in the A core affects the CAN communication of the M core こんにちは、 sdx111 LLCE/PFEをマルチコア環境でご使用いただいているとのことですが、以下の点についてもう少し詳しく教えていただけますか? 1. FlexCANとLLCE_CANの両方を使用しますか?MコアにFlexCAN0を適用しますか、それともAコアにLLCE_CAN0を適用しますか? 2. いただいた情報に基づき、MコアでPFEMAC0、AコアでPFEMAC2を使用する予定です。PFEマスターとして、AコアとMコアのどちらのコアを選択しますか?通常、マスターはPFEの初期化とファームウェアのロードを処理します。 3. もしよろしければ、アプリケーションまたはテストの要件を示す簡単な図を描いていただけますか?これにより、不適切な点がないか確認することができます。 BR ジョーイ Re: S32G274 loads the PFE firmware in the A core affects the CAN communication of the M core こんにちは、 sdx111 お問い合わせいただきありがとうございます。 ご質問を受け取りましたので、確認のお手伝いをさせていただきます。 BR ジョーイ Re: S32G274 loads the PFE firmware in the A core affects the CAN communication of the M core すみません、質問の仕方が間違っていたことに気づきました。言い直させてください。 カーネル A 上の BSP35.0 can0 および llcecan0 の初期化コードを削除した後、カーネル A が PFE をロードしない場合、カーネル M 上の flexcan0 は正常に通信できます。ただし、/fsl-auto-yocto-bsp35.0/build_s32g274ardb2/conf/local.conf に "DISTRO_FEATURES_append += 'pfe'" および "NXP_FIRMWARE_LOCAL_DIR = '/home/hhkj/linux3/fsl-auto-yocto-bsp35.0/firmware_bin/'" を追加すると、つまり、コアAにPFEをロードした後、コアMのflexcan0通信が停止し、コアMがクラッシュしたようです。コアMではSGMIIモードでFlexCAN0、PFEMAC0、pfemca1を使用し、コアAではRGMIIモードでPFEMAC2を使用する必要があるため、コアMでのみCAN0通信が実行されているのに、MカーネルにPFEファームウェアをロードするとコアAのCAN0通信に影響が出るのはなぜでしょうか? 1. MコアにFlexCAN0を適用したい。 2. PFEMACは外部世界と直接通信するため、マスターを区別する必要はまだあるのでしょうか? Re: S32G274 loads the PFE firmware in the A core affects the CAN communication of the M core こんにちは、 sdx111 お返事ありがとうございます! 1. テスト中に問題が発生したシナリオでは、MコアはFlexCANのみを使用していましたか?LLCEやその他の周辺機器も使用していましたか? 2. まず、AコアがPFEをロードした後、MコアのFlexCAN通信に問題があるのか、それとも競合によってMコアがクラッシュしたのかを確認できます。 BR ジョーイ Re: S32G274 loads the PFE firmware in the A core affects the CAN communication of the M core 1. MコアはFlexCANのみを使用します。 2. コアAにPFEをロードした後、コアMのFlexCAN通信が動作しなくなりました。このことから、コアMがクラッシュしたと推測しました。しかし、実際にクラッシュしたかどうかを判断する方法がわかりません。 Re: S32G274 loads the PFE firmware in the A core affects the CAN communication of the M core こんにちは、 sdx111 1. 比較的簡単な方法としては、MコアのI/Oピンを定期的にトグルさせ、競合が発生したときにI/Oピンがトグルし続けるかどうかを確認する方法があります。あるいは、MコアにFlexCANドライバをロードし、次にAコアにPFEをロードして、I/Oピンが引き続きトグルするかどうかを確認することもできます。 2. デバッガを使用して、関連するレジスタの状態ビットの一部を表示してみてください。 BR ジョーイ Re: S32G274 loads the PFE firmware in the A core affects the CAN communication of the M core MコアにはIOフリップを1つだけ実装しました。AコアのPFEファームウェアがロードされている場合、MコアのIOフリップは停止します。AコアのPFEファームウェアがロードされていない場合、MコアのIOフリップは正常に動作します。 Re: S32G274 loads the PFE firmware in the A core affects the CAN communication of the M core こんにちは、 sdx111   1. 前述のとおり、MコアとAコアの両方でPFEを使用する場合は、マスターとスレーブを確認する必要があります。一般的には、MコアをマスターとしてPFEファームウェアをロードし、PFEを初期化することをお勧めします。これにより、リソース管理が容易になり、起動も高速化されます。 アプリケーションに基づいてPFEをマスタークラスとスレーブクラスに分割する方法、およびHIFクラスを分割する方法を教えてください。   2. AコアにPFEファームウェアをロードする必要があり、その結果Mコアがクラッシュする場合は、リソースの競合が原因である可能性が非常に高いです。PFEリソースを確認し、競合のトラブルシューティングを行う必要があります。   より良いサポートを提供するためには、PFEの起動方法と、PFEをロードする際にMコアをマスターとして使用する必要があるかどうかを確認していただく必要があると思います。   お返事をお待ちしております! BR ジョーイ Re: S32G274 loads the PFE firmware in the A core affects the CAN communication of the M core こんにちは、 sdx111 お返事ありがとうございます! マルチコアPFEの使用に関しては、推奨される方法およびアプリケーションの要件に従ってPFEファームウェアをロードすることをお勧めします。 BR ジョーイ
查看全文
S32k396 DREQ setup problem when using bctu_fifo and dma software environment s32ds3.62, RTD6.0.0 Reference Routines S32K39-37-36 - eFlexPWM/TRGMUX/BCTU/SAR-ADC/DMA - [RTD600] Demand: eFlexPWM trigger- >bctu- >adc- >bctufifo- >dma I don't want to use interrupts for the whole process, I'll periodically go read the dma results Question: The test can only trigger the DMA once, troubleshooting code found that RTD Bctu_FifoSetupDma set DREQ, dma will automatically turn off the hardware trigger dma after completion of the dma! Is there any way not to set DREQ, or is there any other way to realize my needs, please NXP experts look at it! Re: S32k396 使用bctu_fifo和dma时,DREQ置位问题 Hi, if you keep Result FIFOs config then Bctu_FifoSetupDma is called and driver sets a DMA channel with DREQ=1. For this case DMA config contains just a Global config and callback must be one of below function   in this function BCTU watermark notification is called and DMA request reenabled again.     If you want to have custom DMA setting for reading result FIFO, you will need to remove Result FIFOs config from BCTU module and do necessary setting on BCTU and DMA by own.  The DMA channel setting should have Transfer config as well and DMA callback can be any one or not ISR not used at all. Transfer config contains option to disable HW request (DREQ) BR, Petr   Re: S32k396 使用bctu_fifo和dma时,DREQ置位问题 Hi Petr, Knew it.Thank you.
查看全文
i.MX 多言語 ASR こんにちは、 音声認識アプリケーションにi.MX(8MPまたは95)の使用を検討しています。NXP の ASR モデルには Mooneshine が含まれます。Mooneshine の英語版は MIT ライセンスで提供されていますが、他の言語 (日本語など) は別途ライセンスが提供されていると理解しています。英語以外の言語で音声認識を行うi.MXを利用したい場合、Mooneshine-AIと別途契約が必要ですか?また、将来的にWhisperの多言語版がサポートされる可能性はありますか? よろしくお願いいたします。
查看全文
[ABUSE] Post By: @RishavKaaraTech / Board: TapLinx-SDK / Reported by: ifwenkgc ifwenkgc has reported the post RFIDDiscover tool acquired but how to use it posted by @RishavKaaraTech for the following reasons: Reason: Something else Details: http://www.familygalactictravel.com/node/3131">discount albendazole the usa https://darkmetal2039.com/history/albendazole-buy-canadian">buy albendazole canadian https://www.geofak85.ru/albendazole-generic-sale-onlie">how to get albendazole prescription http://www.familygalactictravel.com/node/3131">buy cod day next albendazole https://rus.langnotes.ru/exercises/albendazole-buy-online-cod">can i order albendazole https://dev.beautynbrushes.com/services-provided/upper-lip-wax-maroonimmortalep-1">can i order albendazole https://ufa-help.ru/content/albendazole-cheap-purchase">cheap purchase albendazole https://www.jobwebby.ilovemarkso.com/33/albendazole-cheapest-price">discount albendazole pharmacy https://cadel.ru/forum/albendazole-how-soon-generic">buy albendazole in australia http://wsb2.pl/content/albendazole-buy-cheap-now">how to order albendazole https://mnbride.com/your-couple-name-3640">buy albendazole canadian https://nsssp-prod-backend.parallelpublicworks.com/node/6471">discount albendazole pharmacy https://masters.adminskiracing.com/node/420976">buying generic albendazole without prescription https://www.rapidservice.com.ec/es/content/albendazole-lowest-prescription-price">buy cheap online albendazole https://whs6570.com/node/2314">generic albendazole on sale onlie https://www.tripmayntra.com/albendazole-buy-cheapest">how soon generic albendazole https://gglabs.us/node/5740">purchase cheapest albendazole online http://pi5ny.com/node/5172">albendazole and prescription http://pi5ny.com/node/5172">buying generic albendazole without prescription https://ruckup.org/caregivers-forum/topic/6798">cheap albendazole lowest prices index https://whs6570.com/node/2314">how to order albendazole https://eventandjudge.com/node/27386">cheap albendazole lowest prices index https://rus.langnotes.ru/exercises/albendazole-buy-online-cod">buy albendazole in australia https://www.jobwebby.com/domainasname-erma-gmbh/albendazole-generic-usa">has anyone generic albendazole https://www.intellectualpedia.org/countyelectron-albendazole-cheap-purchase">how to purchase albendazole https://golemobuchino.com/content/2859/kristiyana-stoyneva-shche-predstavi-noviya-si-tvorcheski-proekt-cvetovete-na-lyatoto">discount albendazole the usa http://lsdsng.com/node/4379">purchase cheapest albendazole online https://enki.ua/advert/17206">cheapest albendazole generic https://masters.adminskiracing.com/node/420976">cheap albendazole lowest prices index http://pi5ny.com/node/5172">order fast albendazole 400 mg https://hunam.mx/no-12583-gestion-y-elaboracion-de-contenido-en-redes">how soon generic albendazole http://03otvet.ru/voprosy/stomatologiya/albendazole-lowest-prescription-price">buy cheap albendazole now https://slp.millingtonpubliclibrary.org/content/albendazole-cheapest-generic">online pharmacy for albendazole https://www.ziveknihy.sk/audiokniha/albendazole-lowest-prescription-price">discount albendazole pharmacy https://mnbride.com/your-couple-name-3640">where can i buy albendazole https://eventandjudge.com/node/27386">cheapest albendazole generic https://gglabs.us/node/5740">buy albendazole online in canada https://wibride.com/your-couple-name-3700">can i order albendazole https://www.intellectualpedia.org/countyelectron-albendazole-cheap-purchase">order fast albendazole 400 mg https://hunam.mx/no-12583-gestion-y-elaboracion-de-contenido-en-redes">can i order albendazole Post link: https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/RFIDDiscover-tool-acquired-but-how-to-use-it/m-p/2164324#M205 Post author: @RishavKaaraTech | Email Author Reported by: ifwenkgc | Email Reporter The reported post has 3 replies.
查看全文
[滥用] 发布者:@RishavKaaraTech /板:Taplinx-SDK /举报人:qhmtyxp qhmtyxp 报告了 @RishavKaaraTech 发布的帖子 RFIDDiscover 工具已被收购,但如何使用它 ,原因如下: 原因:垃圾邮件 垃圾邮件 详情: < a href="https://darkmetal2039.com/history/micronase-buy-brand-2"> micronase保证最便宜的在线 < a href="https://www.danduo168.com/en/artworks/693/micronase-how-order"> 是非专利 microronase 可用 < a href="https://direct.needshub.com/node/28580"> bontril购买 micronase i < a href="http://www.gradspot.com/qa/micronase-effect-generic"> themicronase 的仿制药 < a href="https://www.player1.app/post/micronase-want-buy"> buycheap generic micronase 1 < a href="https://videocorsi.sinervis.com/?q=forum/python-explorer/topic/167324/micronase-where-can-i-buy"> acheter micronase clamide free delivery < a href="https://openreviewhub.org/applicant-reviewers/goodwinbustard/become-reviewer-35"> bestprice micronase wolverhampton < a href="https://www.martensfamily.co.za/node/3200"> generic micronase over counter < a href="http://fictioneer.org/content/micronase-where-purchase-next"> buy微量酶功能安全 aotearoa < a href= " https://diaslovakia.sk/content/micronase-buying-genuine-feilding " > 第九名street pharmacy online micronase < a href="http://ph-ed-plus.nspu.ru/article/18629"> isgeneric micronase available < a href="https://www.intellectualpedia.org/countyelectron-micronase-how-buy"> achetermicronase clamide free delivery < a href="http://ph-ed-plus.nspu.ru/article/18629"> buyonline micronase glyburide < a href="https://enki.ua/advert/17224"> without prescription micronase tablet wisconsin < a href="https://theanubianwar.com/node/6643"> ninthstreet pharmacy online micronase < a href="https://www.aairlab.com/IDev/?q=node/634"> cod micronase saturday delivery bradford < a href="https://whs6570.com/node/2105"> is非专利 microronase 可用 < a href="http://xn--80aah2bgapnqg.xn--p1ai/art/micronase-cheap-rx-check-tabs"> buy微量酶功能安全 aotearoa < a href= " https://neweddingday.com/your-couple-name-4171 " > 如何购买微量酶 < a href= " https://www.tripmayntra.com/micronase-where-order-next " > 购买micronase in UK 6axgx < a href="https://theanubianwar.com/node/6643"> mexicanmicronase e4nop 的通用名 < a href="https://golemobuchino.com/forumi/mahali/obshcho/micronase-ninth-street-pharmacy-online"> 如何订购 micronase < a href="http://www.gradspot.com/qa/micronase-effect-generic"> 是非专利 microronase 可用 < a href="https://enki.ua/advert/17224"> 在哪里可以买到 microronase < a href="https://www.e123.hk/zh-hant/e-center/personal-wall/81576/946436"> micronase廉价网上药店 < a href="http://www.go4go.net/go/node/157857"> bontril购买 micronase i < a href="https://golemobuchino.com/forumi/mahali/obshcho/micronase-ninth-street-pharmacy-online"> buymicronase places to 2 < a href="https://www.ziveknihy.sk/audiokniha/micronase-can-i-buy"> genericmicronase over counter < a href="https://ecuro.ru/en/node/6664"> without prescription micronase tablet wisconsin < a href="https://mnbride.com/your-couple-name-4118"> cheapmicronase rx 检查标签 < a href= " http://wsb2.pl/content/micronase-buy-ansomone-newport " > 我能买微酶吗 < a href= " http://shop.ls-s.ru/product/10187 " > 效果micronase generic < a href="http://www.beautynbrushes.com/services-provided/french-vitalitymythicls"> micronase邮购 U S < a href="http://www.xe-none.com/topic/10411"> micronase保证最便宜的在线 < a href="https://museusvalenciapre.grupotecopy.es/en/node/3860"> 购买贝尔法斯特的 Micronase < a href="http://old-bxl.jeunescathos.org/fr/content/micronase-can-i-buy"> is非专利 microronase 可用 < a href="https://californiaweddingday.com/your-couple-name-3633"> genericmicroronase 的名称品牌 < a href="https://www.player1.app/post/micronase-want-buy"> buymicronase visa without script < a href="http://pi5ny.com/node/5163"> micronase pharmacy order < a href="https://www.trustcirclenetworks.org/issues/2481"> cheap micronase no prescription overseas Post link: https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/RFIDDiscover-tool-acquired-but-how-to-use-it/m-p/2164324#M205 帖子作者 @RishavKaaraTech|Email Author 报告人:qhmtyxp |Email Reporter 报告的帖子有 3 个回复。
查看全文
[ABUSE] Post By: @RishavKaaraTech / Board: TapLinx-SDK / Reported by: totodm totodm has reported the post RFIDDiscover tool acquired but how to use it posted by @RishavKaaraTech for the following reasons: Reason: Harassment Details: https://wibride.com/your-couple-name-2549">anafranil is generic https://events.citeve.pt/chat-conversation/anafranil-online-without-prescription-cheap">can i order anafranil https://dev.beautynbrushes.com/services-provided/kids-mani-pedi-maroonimmortalep-1">anafranil in generic drug form https://cdrc.nasc.org.np/application/bess-brennan-has-applied-nodefield-training-training-393">apotheke order anafranil without prescription http://wsb2.pl/content/anafranil-how-order">generic makers of anafranil https://www.cafiac.com/?q=en/node/6323">cheap anafranil pharmacy online https://videocorsi.sinervis.com/?q=forum/test-course/topic/167107/anafranil-delivery-overnight-no-script">no prescription anafranil us pharmacy https://www.geofak85.ru/anafranil-order-cheap-quebec">discount drugs anafranil india http://wsb2.pl/content/anafranil-how-order">online shop anafranil without prescription https://www.w2wdev.spartlow.com/song/16876">prescription for anafranil purchase https://www.thebiketube.com/horse-rene">where can i buy anafranil http://surfing.4fan.cz/node/318">want to order anafranil https://www.cafiac.com/?q=en/node/6323">anafranil next day delivery https://mnbride.com/your-couple-name-3913">where can i buy anafranil http://www.gradspot.com/qa/anafranil-where-order-next">generic anafranil order http://dev.nikol-buket.com/content/anafranil-canada-purchase">how to buy anafranil http://callcards.ie/content/anafranil-prescription-purchase">find buy anafranil generic https://enki.ua/advert/17075">cheap anafranil free delivery http://www.familygalactictravel.com/node/3160">anafranil in generic drug form https://dev.beautynbrushes.com/services-provided/kids-mani-pedi-maroonimmortalep-1">generic anafranil reviews https://stage.cc.radiant.digital/node/3193">anafranil next day delivery https://www.player1.app/team/post/39072762/1283">buy anafranil without prescription cheap https://dev.beautynbrushes.com/services-provided/kids-mani-pedi-maroonimmortalep-1">canada anafranil purchase http://www.familygalactictravel.com/node/3160">shopping for prescription anafranil https://californiaweddingday.com/your-couple-name-2962">anafranil generic order http://fictioneer.org/content/anafranil-generic-online-uk">generic anafranil sale http://ru.ph-ed-plus.nspu.ru/article/18598">apotheke order anafranil without prescription http://www.le-cercle-des-sourires.fr/session/3469">meds generic anafranil http://fictioneer.org/content/anafranil-generic-online-uk">canadian pharmacy anafranil generic http://fictioneer.org/content/anafranil-generic-online-uk">how to order anafranil https://ruckup.org/caregivers-forum/topic/6649">cheapest prices for anafranil https://carros-usados.us/anafranil-discount-london">generic name of anafranil https://jeunescathos-bxl.org/fr/content/anafranil-discount-drugs-india">anafranil online without prescription cheap https://oregonweddingday.com/your-couple-name-3481">discount drugs anafranil india https://masters.adminskiracing.com/node/421495">buying anafranil in uk http://surfing.4fan.cz/node/318">anafranil medication online order https://ruckup.org/caregivers-forum/topic/6649">generic anafranil and canadian pharmacy https://www.itconnecta.es/anafranil-ordering-overnight-cheap">anafranil in generic drug form http://surfing.4fan.cz/node/318">mexican anafranil order online https://neweddingday.com/your-couple-name-2551">shopping for prescription anafranil Post link: https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/RFIDDiscover-tool-acquired-but-how-to-use-it/m-p/2164324#M205 Post author: @RishavKaaraTech | Email Author Reported by: totodm | Email Reporter The reported post has 3 replies.
查看全文
[滥用] 发布者:@RishavKaaraTech /板:TapLinx-SDK /举报人:wndhbc wndhbc 报告了 @RishavKaaraTech 发布的 " RFIDDiscover 工具已被收购,但如何使用它"一文,原因如下: 原因:诈骗或欺诈 详情: < a href= " http://www.batshaw.qc.ca/fr/node/409 " > price nexium 隔夜打卡 < a href= " https://arendville.ru/nexium-price-internet " > 购买nexium shop no script < a href="http://ph-ed-plus.nspu.ru/article/18478"> how to order nexium < a href="https://new.roger24.de/nexium-mexico-pharmacy-generic"> buynexium online sale < a href="http://www.xe-none.com/topic/10591"> buygeneric nexium safely achfarrie < a href="http://xn--37-6kci4a9aahjr0a.xn--p1ai/nexium-where-buy-next-ivanovo"> nexium40 毫克,价格便宜 < a href="http://pi5ny.com/node/5273"> 购买折扣耐信 20 毫克 < a href="https://neweddingday.com/your-couple-name-3030"> 购买nexium upjohn < a href="https://oregonweddingday.com/your-couple-name-2847"> nexium40 mg 便宜价格 < a href="https://nagrushe.ru/content/amaia"> nexium无需处方 < a href="https://www.spinsheet.com/racing-team-log/nexium-no-prescription-free-shipping"> cheapnexium tabletten < a href="https://www.itconnecta.es/nexium-generic-equivalent"> buynexium alternatives uk < a href="http://en.sp-journal.ru/article/19769"> nexiumgeneric teva < a href="https://neweddingday.com/your-couple-name-3030"> nexium用万事达卡购买 < a href="https://www.martensfamily.co.za/node/2972"> get nexium pills cod accepted < a href="https://videocorsi.sinervis.com/?q=forum/videocorso-introduzione-alla-programmazione/topic/167449/nexium-prescription-strength"> cheap nexium tabletten < a href="https://dev.beautynbrushes.com/services-provided/bantu-knots-maroonimmortalep"> onlinenexium order nexium prescription < a href="http://surfing.4fan.cz/node/453"> canI order nexium < a href="https://nagrushe.ru/content/amaia"> noprescription nexium fast trafford < a href="https://nagrushe.ru/content/amaia"> prescriptiondrugs online cheap nexium < a href="https://www.flohmy.ch/en/node/4485"> noprescription nexium doncaster < a href="https://slp.millingtonpubliclibrary.org/content/nexium-discount-western-union-paypal"> uk pharmacies cheap nexium < a href="https://wibride.com/your-couple-name-3445"> where can i buy nexium < a href="https://mnbride.com/your-couple-name-4308"> purchaseonline nexium < a href="http://www.xe-none.com/topic/10591"> successwith nexium generic < a href="http://www.familygalactictravel.com/node/3255"> want to purchase nexium < a href="http://alabasirah.com/node/8335"> discountnexium axagon check < a href="https://mnbride.com/your-couple-name-4308"> prescriptiondrugs online cheap nexium < a href="https://neweddingday.com/your-couple-name-3030"> want to purchase nexium < a href="https://www.rapidservice.com.ec/es/content/1-carga-liviana-990"> noprescription nexium doncaster < a href="https://totalhockeymanagement.com/nexium-buy-upjohn"> where to order next nexium < a href="https://ruckup.org/caregivers-forum/topic/6918"> buy nexium overnight delivery without < a href="https://museusvalenciapre.grupotecopy.es/en/node/3821"> ordernexium online now zlym1 < a href="https://rus.langnotes.ru/exercises/nexium-how-buy"> ordercheap rx nexium < a href="https://www.ziveknihy.sk/audiokniha/nexium-success-generic"> low耐信折扣价格 < a href="https://masters.adminskiracing.com/node/420610"> mexicopharmacy generic nexium < a href="https://www.cableman.ru/node/85881"> nexiumgeneric online cheapest < a href="https://new.roger24.de/nexium-mexico-pharmacy-generic"> can我购买耐信 < a href="https://golemobuchino.com/content/2579/nexium-low-price-40mg-aurora"> prescriptionstrength nexium < a href="https://diaslovakia.sk/content/nexium-where-buy-next"> uk药店 cheap nexium Post link: https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/RFIDDiscover-tool-acquired-but-how-to-use-it/m-p/2164324#M205 帖子作者 @RishavKaaraTech|Email Author 报告人:wndhbc |Email Reporter 报告的帖子有 3 个回复。
查看全文
PMIC PF5301およびPF5302 NXPチームの皆様、こんにちは。 弊社では PF5301 と PF5302 というICを使用しています が、どちらも 上部のマーキングが同じよう に見えます 。そのため、現時点では2つのデバイスを区別することができません。 PF5301 と PF5302 を 正しく識別または区別する方法を教えてください 。 このマターに関して皆様のサポートをいただければ幸いです。 Re: PMIC PF5301 and PF5302 量産品では、PF5301とPF5302のマーキングは異なります。 Re: PMIC PF5301 and PF5302 しかし、試作品のサンプルを持っている場合、IC間の違いをどのように識別すればよいのでしょうか。
查看全文
[iMX8MP]V4L2 缓冲区复制时间 大家好, 我需要迭代从 i.MX8M Plus 的摄像头子系统捕获的图像。图像为灰度 1920×1200,目前复制缓冲区大约需要 15 毫秒。这表明缓冲存储器被映射为不可缓存。 在@@ 我以前使用过的 ARM 系统上,可以将 DMA 缓冲区映射为缓存一致性(例如使用 d ma 相干设备树属性或类似机制),这样可以将类似的复制操作减少到大约 2 毫秒。 当前,V4L2 捕获缓冲区似乎未缓存,因此复制缓冲区和直接对其进行迭代(零拷贝处理)都非常慢。 i.MX8M Plus 上是否有机制可以为这些缓冲区启用缓存一致性映射(例如通过设备树配置),或者有其他改善CPU访问性能的推荐方法? 谢谢! Re: [iMX8MP] V4L2 Buffer Copy Time 你可以试试 dmabuf,dmabuf 使用硬件 DMA 的缓冲区来执行零拷贝管道,如下所示:$ gst-用上市,不用发布-1.0 v4l2src device=/dev/video0 num-buffers=300 io-mode=dmabuf!\ 'video/x-raw,format=(string)NV12,width=1920,height=1080,framerate=(fraction)30/1' !\ queue !v4l2h264enc output-io-mode=dmabuf-import !avimux !filesink location=test.avi
查看全文
FRDM-MCXN947 LED works only on unexpected pin Hello, I am a student first time using the FRDM-MCXN947 board with MCUXpresso IDE. During our practical lab session we tried to implement the basic external LED blinking , but we encountered some strange behavior. We configured the pin using the Pins Tool in MCUXpresso. We used the port and pin mapping provided by our teacher and verified it with the official documentation. The code compiled and flashed correctly. However, the LED did not blink on the expected GPIO pin. After testing different connections, the LED only worked when we connected it to a nearby pin rather than the one defined in the code. We confirmed this by modifying the delay in the code, and the blinking speed changed accordingly, so the program was definitely running. Another unusual observation is that the LED only worked  when the polarity was reversed (LED positive connected to GND and negative connected to the GPIO pin). Most student groups in our class had similar problems, and we are not sure whether the issue is related to: incorrect pin mapping between the MCU and the board headers internal pull-ups or active-low configurations or a hardware wiring misunderstanding Could someone clarify the correct way to wire an external LED and push button on the FRDM-MCXN947 board and confirm the correct pin mapping for simple GPIO examples? Thank you. MCXN Re: FRDM-MCXN947 LED works only on unexpected pin Hello @lahSSen21  The LED may not be connected to the GPIO pin configured in your code. Please refer to the FRDM‑MCXN947 schematic to verify the correct mapping between the MCU pin and the board header. Regarding the LED only lighting when connected in reverse polarity: Please also check the schematic to confirm which side of the circuit is driven high or low on that specific pin. There is a “blinky” demo available in the MCXN947 SDK. Please refer to that example to confirm the correct GPIO configuration for controlling an LED. Thank you. BR Alice
查看全文
mcuboot_opensource on the i.MX RT1052 EVKB I am using the MCUboot SDK example project mcuboot_opensource on the i.MX RT1052 EVKB board. To verify that the bootloader correctly jumps to the application image, I performed the following steps: I built the mcuboot_opensource bootloader example and flashed it at 0x60000000 (QSPI flash base address). I then built the Hello World application with the linker start address 0x60040000, which is the primary slot address used when MCUboot is present. I signed the application image using the imgtool command as mentioned in the MCUboot README. I flashed the signed image at 0x60040000 using SEGGER J-Link. When running the bootloader, I get the following logs: /------------------------------------------/ hello sbl. Bootloader Version 2.1.0 Non-optimal sector distribution, slot0 has 6 usable sectors (8 assigned) but slot1 has 8 assigned Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3 Secondary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3 Boot source: none Image index: 0, Swap type: none Bootloader chainload address offset: 0x40000 Reset_Handler address offset: 0x40200 Jumping to the image /------------------------------------------------------/ According to the log, the bootloader attempts to jump to the application image. However, the application does not start, and the expected output ("Hello World!") is not printed. I also tried the LED blinky application, but the behavior is the same. What could be the possible reasons why the bootloader jumps to the image but the application does not run? i.MXRT 105x Re: mcuboot_opensource on the i.MX RT1052 EVKB Hi @Bhumika18 , Thank you so much for your interest in our products and for using our community. Please open the keys.c file in your mcuboot_opensource project and check which signing algorithm is defined there. If the issue is caused by an incorrect signing method,  update the signing command accordingly as described in the README file of the project.   Wish it helps you Best Regards MayLiu
查看全文
[不正使用] 投稿者: @RishavKaaraTech / ボード: TapLinx-SDK / 報告者: rkjcsret rkjcsret は、 @RishavKaaraTech が投稿した 「RFIDDiscover ツールは取得されましたが、その使用方法がわかりません」という 投稿について、次の理由で報告しました。 理由:スパム 詳細: robaxin robaxin-750 を安く入手 英国で最も安いロバキシン 方法ロバキシンを購入する ロバキシンを購入したい 次のロバキシンの購入場所 安いロバキシン販売 ロバキシンを購入できますか? 購入ロバキシン処方箋なしzlcz8 cod fedex robaxin ロバキシン500mg マスターカード 格安 購入ロバキシン筋弛緩剤 ロバキシンの安い処方箋 購入ロバキシン筋弛緩剤 薬局ロバキシンによる筋肉の捻挫(グロスターシャー) ジェネリックロバキシン オンライン販売 安いロバキシンの処方箋 低いオルトトン ロバキシン JCB の価格 いいえロバキシンオンライン処方箋 cod fedex robaxin 購入ロバキシン750 ニュージャージー州の割引 cod合法的なロバキシンの用途 CANロバキシンを注文します OTCロバキシン 土曜日配達 ロバキシンを購入したい 購入ロバキシン750 ニュージャージー州の割引 注文ロバキシン750 処方箋なし ロバキシン医者も処方箋もなし 注文ロバキシン750 500mgオンラインクーポン ロバキシン500mg マスターカード 格安 いいえロバキシンオンライン処方箋 最安値英国ロバキシン 次にrobaxinを購入する場所 一般ロバキシンテストステロン療法は 入手ロバキシン ロバキシン-750 格安 最安値英国ロバキシン 購入ブランドロバキシンの購入 ロバキシン医者も処方箋もなし ロバキシンオンラインで販売中 へロバキシン750を米国で購入 ロバキシンを購入したい 投稿リンク: https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/RFIDDiscover-tool-acquired-but-how-to-use-it/mp/2164324#M205 投稿者: @RishavKaaraTech |作成者に電子メールを送信する 報告者: rkjcsret |メールレポーター 報告された投稿には 3 件の返信があります。
查看全文
how to set delay I use S9KEAZN8AMTGR , To design this chip I use Kinetis Design Studio . How I add delay and I generate PWM. Re: how to set delay HI @VaneB , Can you guide me how to configure the pins. Re: how to set delay Hi @manibharathi  First, it is important to clarify that this device family is currently supported only by CodeWarrior and S32 Design Studio for Arm (S32DS), not by Kinetis Design Studio (KDS). For PWM and timers usage, you can refer to the following application notes: AN5213 – Kinetis EA Series Cookbook AN4976 – Controlling a DC Motor Using the PWT Module on Kinetis E/EA These documents provide guidance that may help with your implementation. BR, VaneB Re: how to set delay Hi @manibharathi  I recommend referring to the examples provided in Sample Software Drivers for KEAZ64/128 using S32DS.
查看全文
display validation on imx93 for zephyr version 4.3.0 I am validating winstar mipi display on imx93 based custom board  the below output was observed  i want to know the rootcause  and the solution Re: display validation on imx93 for zephyr version 4.3.0 Hi @Neha_V  Please continue in SFDC. Best Regards, Zhiming
查看全文
BMA6002 can't wake up or communicate MC33772C after configured to TPL2 mode Hello NXP engineers. I am currently developing a BMS project and trying to establish communication with the MC33772C using the BMA6002, but at the moment the MC33772C has not been responding, and I would like to ask if there is any relevant experience or advice. Current system architecture S32K312 MCU │SPI ▼ BMA6002 │TPL ▼ MC33772C The MCU communicates with the BMA6002 via SPI. The BMA6002 acts as a TPL gateway to communicate with the MC33772C. So far the following is confirmed to be normal: 1. SPI communication between S32K312 and BMA6002 is normal 2. Can read/write BMA6002 registers normally 3. Have configured port0 and port1 of BMA6002 to TPL2 mode 4. Using initialization flow of MC33772C in Gen1 SDK However: MC33772C does not have any response. SDK situation According to the description of the BMS SDK on the NXP website: - MC33772C belongs to Gen1 SDK - BMA6002 belongs to Gen2 SDK Currently my implementation is: - Using the driver and initialization of MC33772C from Gen1 SDK Process -Use BMA6002 as communication gateway Not sure if this combination of Gen2 gateway + Gen1 BCC is officially supported. Initialization Flow The initialization flow basically refers to the sample code of MC33772C in Gen1 SDK: Status = Phy_665a_Init( PHY_665A_SPI ); Status=Bcc_772c_Init(NULL_PTR); Status=Bcc_772c_WakeupChain(BCC_CHAIN_ADDR, &BmsTDCfg_1); Status=Bms_TD_Send( &BmsTDCfg_1, &ErrorStatus); BCC_TD_Wait( &BmsTDCfg_1); Status=Bms_TD_Clear( &BmsTDCfg_1); Status=Bcc_772c_Enumerate(BCC_CHAIN_ADDR,BCC_DEVICE_ADDR, &BmsTDCfg_1); Status=Bcc_772c_COM_ReadRegisters(BCC_CHAIN_ADDR,BCC_DEVICE_ADDR,MC33772C_INIT_OFFSET,1, &BmsTDCfg_1); Status=Bms_TD_Send( &BmsTDCfg_1, &ErrorStatus); BCC_TD_Wait( &BmsTDCfg_1); if((BmsTDCfg_1.PhyTD- >Response.Data[3] &MC33772C_INIT_CID_MASK)! =BCC_DEVICE_ADDR) BmsTDCfg_1.PhyTD- >Status=PHY_TS_TIMEOUT, timeout while executing Read INIT register flow. The SPI data read when waking up the 772c is: 00 00 02 00 06 9E 00 04 40 01 02 AC 6 bytes (48 bit) per frame, which appears to match the TPL2 frame length. These data are TPL2 data frames sent during the initialization/wakeup phase of the MC33772C. Current Phenomenon Currently observed: - BMA6002 port0/port1 has been configured for TPL2 mode - The above TPL2 data frame was sent during the initialization phase - But no response was returned by the MC33772C Questions 1. Is the combination of BMA6002+MC33772C officially supported? (i.e. Gen2 gateway+Gen1 BCC combination) 2. When BMA6002 is configured in TPL2 compatibility mode, can use the MC33772C initialization flow of Gen1 SDK directly? 3. Are the following two frames the legal initialization/wakeup TPL2 frame for MC33772C? 00 00 02 00 06 9E 00 04 40 01 02 AC 4. When using BMA6002 to communicate with MC33772C, is there any additional wake pulse or special configuration needed to wake up MC33772C? Any relevant debugging suggestions or reference configurations would be greatly appreciated for pointers. Thank you! Re: BMA6002配置为TPL2模式后无法唤醒或通信MC33772C 1. Is the combination of BMA6002+MC33772C officially supported? (i.e. Gen2 gateway+Gen1 BCC combination) gw] can be used in this way but there is no existing example. 2. When BMA6002 is configured to TPL2 compatibility mode. Is it possible to use the MC33772C initialization flow of Gen1 SDK directly? [gw] Theoretically it's possible. 3. Are the following two frames legitimate initialization/wakeup TPL2 frames for MC33772C? 00 00 02 00 06 9E 00 04 40 01 02 AC [gw] You can try it yourself: Cut the port to TPL2 and use it directly for inline verification: if the frame is illegal, BMA6002S will mark the error in the corresponding EVH_TPLx_ERR_STAT; If the frame is legal and meets the wake-up timing, MC33772C will exit hibernation.     4. When using BMA6002 to communicate with MC33772C, is there any additional wake pulse or special configuration required to wake up MC33772C? gw]Cut the port of BMA6002S to TPL2 and enable it, then send the TPL bus wake-up sequence specified by MC33772C (two valid TPL messages, 500-700 µs between them ), MC33772C will be woken up by the bus from Sleep/Idle; if the wake-up sequence is incomplete, the device will return to low power after tNOWUP ≤ 1.3 ms. If the wake-up sequence is incomplete, the device will return to low power consumption after tNOWUP ≤ 1.3 ms.
查看全文
imx8mm 上の ArduCam のデバイスツリー設定 私はKontronボード、OSM-S i.MX8M Miniを持っており、IMX296チップを搭載したArduCamを接続しようとしています。動作させるのにいくつか問題があります。 デバイスは次の場所にコネクテッド: CSI/MIPI CSI_A_DATA{0,1}{{N,P} CSI_A_CLOCK_{N,P} I2C CAM_A_SCL/CSI_A_TX_N CAM_A_SDA/CSI_A_TX_P 電源/リセット CAM_A_PWR/GPIO_C_6 CAM_A_RST#/GPIO_C7 CAM_MCKはNCです GPIO が正しいこと、i2c がラインをプローブできることをテストしました。カムは正しく接続されている必要があります。しかし、Linux ドライバはプローブされません。 次に、このデバイス ツリー設定を追加しました。 // SPDX-License-Identifier: GPL-2.0+ OR MIT /* * Copyright (C) 2022 Kontron Electronics GmbH */ /dts-v1/; #include "imx8mm-kontron-osm-s.dtsi" / { model = "Kontron i.MX8MM OSM-S (N802X S)"; compatible = "kontron,imx8mm-bl-osm-s", "kontron,imx8mm-osm-s", "fsl,imx8mm"; cam_dummy_reg: cam_dummy_reg { compatible = "regulator-fixed"; regulator-name = "cam-dummy-reg"; status = "okay"; }; }; &i2c4 { status = "okay"; imx296: camera-sensor@1a { compatible = "sony,imx296"; reg = <0x1a>; clocks = <&clk IMX8MM_CLK_CSI1_CORE>; clock-frequency = <37125000>; assigned-clocks = <&clk IMX8MM_CLK_CSI1_CORE>; assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_266M>; assigned-clock-rates = <37125000>; reset-gpios = <&gpio4 0 GPIO_ACTIVE_LOW>; avdd-supply = <&gpio4 19 GPIO_ACTIVE_HIGH>; /* 3.3v */ dvdd-supply = <&cam_dummy_reg>; /* 1.8v, dummy, NC */ ovdd-supply = <&cam_dummy_reg>; /* 1.2v, dummy, NC */ port { imx296_ep: endpoint { remote-endpoint = <&csi_in>; clock-lanes = <0>; data-lanes = <1>; clock-noncontinuous; }; }; }; }; &pwm2 { status = "disabled"; }; &reg_usb2_vbus { status = "disabled"; }; &reg_usdhc2_vcc { status = "disabled"; }; &reg_usdhc3_vcc { status = "disabled"; }; &uart1 { uart-has-rtscts; status = "okay"; }; &uart2 { status = "disabled"; }; &uart3 { status = "disabled"; }; &usbotg1 { dr_mode = "otg"; status = "okay"; }; しかし、デバイスが検出されません。 行き詰まり始めているので、どんなヒントでもいただければ幸いです。 Re: Device tree setup for ArduCam on imx8mm ご返信ありがとうございます。しかし、何も変わりませんでした。 imx296 が有効になっている場合でも、i2C バスをプローブすることはできません。 お知らせが1つあります。Raspberry Piにはbrcm、bcm2835が搭載されています。imx8mm を使用する場合、これは存在しないため、raspbarry pi の dts オーバーレイはインスピレーションとしてのみ使用できます。 imx8mm-kontron-bl-extension.dtsoにimx219デバイス用のdtsオーバーレイが見つかりました。 https://git.kontron-electronics.de/sw/misc/linux.git RaspberryとKontronを統合してみます。 Re: Device tree setup for ArduCam on imx8mm dtsファイルを参照してください。 https://github.com/raspberrypi/linux/blob/stable_20241008/arch/arm/boot/dts/overlays/imx296-overlay.dts IMX296 には inck が必要です。これは clock-names = "inck" として設定されます。 Re: Device tree setup for ArduCam on imx8mm それは必要ないはずです。私はResbarry Pi 5を参考にしました。 https://github.com/raspberrypi/linux/blob/stable_20241008/arch/arm/boot/dts/overlays/imx296-overlay.... arducam デバイスには、ボード自体にいくつかのペリフェラルが含まれています。これは cam_dommy_reg の理由でもあります。電源レギュレータはボード上にあり、有効にするだけで済みます。 私がこのボードを使用しようとしている Kontron ボードは次のとおりです。 https://www.kontron.com/en/products/som-osm-si.mx8m-mini/p171657 カメラはこれです: https://docs.arducam.com/Raspberry-Pi-Camera/ネイティブカメラ/グローバルシャッター/1.58MP-IMX296/ カーネルガイドがあります: https://www.kernel.org/doc/Documentation/devicetree/bindings/media/i2c/sony%2Cimx296.yaml Re: Device tree setup for ArduCam on imx8mm CAM_MCK が NC ですが、mclk を接続していないということでしょうか?これは NXP ボードではないので、このボードでデフォルトでサポートされているカメラがどれか知っていますか?参考になるDTSはありますか?なぜmclkを使わないのか確認する必要がある Re: Device tree setup for ArduCam on imx8mm もう少し進んだ。カーネルの設定に成功しました。Linuxカーネルに以下の設定を追加しました。 CONFIG_VIDEO_IMX296=m CONFIG_V4L2_MEM2MEM_DEV=m CONFIG_V4L_PLATFORM_DRIVERS=y # CONFIG_VIDEO_MUX is not set # CONFIG_VIDEO_CAFE_CCIC is not set CONFIG_VIDEO_IMX7_CSI=m CONFIG_VIDEO_IMX8_ISI=m CONFIG_VIDEO_IMX8_ISI_M2M=y # CONFIG_VIDEO_ROCKCHIP_ISP1 is not set # CONFIG_VIDEO_XILINX is not set CONFIG_VIDEOBUF2_DMA_CONTIG=m そして、このデバイスツリーは次のようになります。 // SPDX-License-Identifier: GPL-2.0+ OR MIT /* * Copyright (C) 2022 Kontron Electronics GmbH */ /dts-v1/; #include "imx8mm-kontron-osm-s.dtsi" / { model = "Wegsol i.MX8MM OSM-S (N802X S)"; compatible = "kontron,imx8mm-bl-osm-s", "kontron,imx8mm-osm-s", "fsl,imx8mm"; cam_dummy_reg: cam_dummy_reg { compatible = "regulator-fixed"; regulator-name = "cam-dummy-reg"; status = "okay"; }; cam_reg: regulator-cam { compatible = "regulator-fixed"; regulator-name = "cam_reg"; gpio = <&gpio4 0 GPIO_ACTIVE_HIGH>; enable-active-high; startup-delay-us = <500000>; }; cam_clk: cam_clk { compatible = "fixed-clock"; #clock-cells = <0>; clock-frequency = <54000000>; clock-output-names = "cam_clk"; }; reserved-memory { #address-cells = <2>; #size-cells = <2>; ranges; /* global autoconfigured region for contiguous allocations */ linux,cma { compatible = "shared-dma-pool"; reusable; /* 640 MiB */ size = <0 0x28000000>; /* 1024 - 128 MiB, our minimum RAM config will be 1024 MiB */ alloc-ranges = <0 0x40000000 0 0x78000000>; linux,cma-default; }; }; }; &i2c4 { status = "okay"; imx296: camera-sensor@1a { compatible = "sony,imx296"; reg = <0x1a>; clocks = <&cam_clk>; clock-names = "inck"; avdd-supply = <&cam_reg>; /* 3.3v */ dvdd-supply = <&cam_dummy_reg>; /* 1.8v, dummy, NC */ ovdd-supply = <&cam_dummy_reg>; /* 1.2v, dummy, NC */ port { imx296_ep: endpoint { remote-endpoint = <&csi_imx296_in>; clock-lanes = <0>; data-lanes = <1 2>; clock-noncontinuous; }; }; }; }; &mipi_csi { fsl,mipi-mode; status = "okay"; ports { port@0 { csi_imx296_in: endpoint { remote-endpoint = <&imx296_ep>; clock-lanes = <0>; data-lanes = <1 2>; }; }; }; }; &csi { status = "okay"; }; &pwm2 { status = "disabled"; }; &reg_usb2_vbus { status = "disabled"; }; &reg_usdhc2_vcc { status = "disabled"; }; &reg_usdhc3_vcc { status = "disabled"; }; &uart1 { uart-has-rtscts; status = "okay"; }; &uart2 { status = "disabled"; }; &uart3 { status = "disabled"; }; &usbotg1 { dr_mode = "otg"; status = "okay"; }; そしてコンソールに次のようなメッセージが表示されました。 v4l2-ctl -D -d /dev/video0 Driver Info: Driver name : imx-capture Card type : imx-capture Bus info : platform:32e20000.csi Driver version : 6.12.41 Capabilities : 0xa4200001 Video Capture I/O MC Streaming Extended Pix Format Device Capabilities Device Caps : 0x24200001 Video Capture I/O MC Streaming Extended Pix Format Media Driver Info: Driver name : imx7-csi Model : imx-media Serial : Bus info : platform:32e20000.csi Media version : 6.12.41 Hardware revision: 0x00000000 (0) Driver version : 6.12.41 Interface Info: ID : 0x03000006 Type : V4L Video Entity Info: ID : 0x00000004 (4) Name : csi capture Function : V4L2 I/O Pad 0x01000005 : 0: Sink Link 0x02000008: from remote pad 0x1000003 of entity 'csi' (Video Interface Bridge): Data, Enabled, Immutable どうやらLinuxカーネルとIMX296ドライバは正常に動作しているようです。 デバイスの設定が可能です。 root@v12:~# media-ctl -d /dev/media0 -l "'imx296 3-001a':0 -> 'csis-32e30000.mipi-csi':0 [1]" root@v12:~# media-ctl -d /dev/media0 -v -V "'imx296 3-001a':0 [fmt:SRGGB8/640x480 field:none]" Opening media device /dev/media0 Enumerating entities looking up device: 81:1 looking up device: 81:0 looking up device: 81:2 looking up device: 81:3 Found 4 entities Enumerating pads and links Setting up format SRGGB8_1X8 640x480 on pad imx296 3-001a/0/0 Format set: SBGGR10_1X10 728x544 Setting up format SBGGR10_1X10 728x544 on pad csis-32e30000.mipi-csi/0/0 Format set: SBGGR10_1X10 728x544 root@v12:~# media-ctl -d /dev/media0 -v -V "'csis-32e30000.mipi-csi':0 [fmt:SRGGB8/640x480 field:none]" Opening media device /dev/media0 Enumerating entities looking up device: 81:1 looking up device: 81:0 looking up device: 81:2 looking up device: 81:3 Found 4 entities Enumerating pads and links Setting up format SRGGB8_1X8 640x480 on pad csis-32e30000.mipi-csi/0/0 Format set: SRGGB8_1X8 640x480 root@v12:~# media-ctl -d /dev/media0 -v -V "'csi':0 [fmt:SRGGB8/640x480 field:none]" Opening media device /dev/media0 Enumerating entities looking up device: 81:1 looking up device: 81:0 looking up device: 81:2 looking up device: 81:3 Found 4 entities Enumerating pads and links Setting up format SRGGB8_1X8 640x480 on pad csi/0/0 Format set: SRGGB8_1X8 640x480 今のところは順調ですが、何かを録画しようとするとバッファエラーが発生します。 root@v12:~# gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-bayer,format=rggb,width=640,height=480' ! fakesink Setting pipeline to PAUSED ... Pipeline is live and does not need PREROLL ... Pipeline is PREROLLED ... Setting pipeline to PLAYING ... New clock: GstSystemClock ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Failed to allocate required memory. Additional debug info: /usr/src/debug/gstreamer1.0-plugins-good/1.22.12/sys/v4l2/gstv4l2src.c(950): gst_v4l2src_decide_allocation (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Buffer pool activation failed ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error. Additional debug info: /usr/src/debug/gstreamer1.0/1.22.12/libs/gst/base/gstbasesrc.c(3134): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: streaming stopped, reason not-negotiated (-4) Execution ended after 0:00:00.002320250 Setting pipeline to NULL ... Freeing pipeline .. このバッファエラーを解消するにはどうすればよいですか? dtsファイル内にDMA CMAバッファを作成しようと試みましたが、問題は解決しませんでした。 パイプラインにメモリバッファを割り当てる必要があるのですが、どうすればいいでしょうか? どんなヒントでも大歓迎です。
查看全文
S32 Design Studio と Jlink Segger プローブ こんにちは、 S32 Design Studio プラットフォーム 3.6.4をインストールしましたそしてセガー探査機。 プロジェクトをデバッグ モードでデバッグしたいのですが、デバッグ ボタンをクリックすると次のメッセージが表示されます。 「Project_Debug_FLASHの起動」で問題が発生しました コマンドの起動中にエラーが発生しました: arm-non-eabi-gdb--version Segger の構成は以下を参照してください。 問題がどこから来ているかご存知ですか? よろしくお願いします Re: S32 Design Studio and Jlink Segger probe こんにちは@Seb95 S32 Design Studio for S32 Platform V3.4/V3.5 + SEGGER J-LINK Plus のThreadに記載されている手順を試しましたか? BR、ヴェインB
查看全文
[ABUSE] Post By: @RishavKaaraTech / Board: TapLinx-SDK / Reported by: fnsbop fnsbop has reported the post RFIDDiscover tool acquired but how to use it posted by @RishavKaaraTech for the following reasons: Reason: Scam or Fraud Details: https://futbal.totalhockeymanagement.com/levothroid-1000-tabs-buy">buying levothroid over the internet http://sp-journal.ru/article/19787">levothroid without prescription cod https://www.danduo168.com/en/artworks/693/levothroid-200-mcg-no-rx">levothroid 75 mg generic levothyroxine https://futbal.totalhockeymanagement.com/levothroid-1000-tabs-buy">order prescription levothroid https://www.geofak85.ru/levothroid-paypal-no-rx">how to buy levothroid https://www.jobwebby.com/domainasname-erma-gmbh/levothroid-buy-cheap-100-mcg">cheapest online levothroid 200 mcg https://www.internationalhumanistparty.org/es/content/levothroid-cheap-prescriptions">buy cheap levothroid overnight https://californiaweddingday.com/your-couple-name-3070">low price levothroid without prescription https://museusvalenciades.grupotecopy.es/en/node/2512">buying levothroid in finland https://arendville.ru/levothroid-1000-tabs-buy">generic levothroid where to buy https://arendville.ru/levothroid-1000-tabs-buy">generic levothroid where to buy https://www.vgame.ca/node/47338">best price levothroid https://enki.ua/advert/17217">levothroid to buy http://www.2008.zbaszyn1938.pl/zbaszyn/archive/levothroid-discount-fast-shipping">otc price levothroid 50 mcg https://arendville.ru/levothroid-1000-tabs-buy">how to order levothroid https://nagrushe.ru/content/cecilia">levothroid 1000 tabs buy http://xn--37-6kci4a9aahjr0a.xn--p1ai/levothroid-paypal-no-rx-ivanovo">buy cheap levothroid 100 mcg https://enki.ua/advert/17217">low price levothroid without prescription https://www.vgame.ca/node/47338">buying generic levothroid without prescription https://oregonweddingday.com/your-couple-name-2966">levothroid 200 mcg without prescription https://events.citeve.pt/question-usersquashtalk-time1771724083">where can i buy levothroid https://arendville.ru/levothroid-1000-tabs-buy">buying generic levothroid without prescription https://nagrushe.ru/content/cecilia">generic levothroid where to buy https://evere.co/articles/levothroid-online-no-prescription">want to order levothroid http://surfing.4fan.cz/node/249">levothroid 200 mcg cod https://www.siriuspup.com/breeders/levothroid-buy-cheap-overnight-1">cheap levothroid sales https://dev.beautynbrushes.com/services-provided/finger-curling-maroonimmortalep-0">levothroid with saturday delivery https://gglabs.us/node/5935">farmacia levothroid cheap https://wibride.com/your-couple-name-4079">where can i buy levothroid https://www.e123.hk/zh-hant/e-center/personal-wall/81576/946221">how to purchase levothroid https://masters.adminskiracing.com/node/421238">cheap order levothroid brand https://museusvalenciapre.grupotecopy.es/en/node/3920">want to buy levothroid https://golemobuchino.com/forumi/mahali/obshcho/levothroid-want-order">where can i buy levothroid https://museusvalenciapre.grupotecopy.es/en/node/3920">cheap levothroid prescriptions https://mnbride.com/your-couple-name-3793">where to purchase next levothroid https://new.roger24.de/levothroid-where-buy-next">cheapest online levothroid 200 mcg https://www.thebiketube.com/vredestein-liza">can i purchase levothroid https://www.danduo168.com/en/artworks/693/levothroid-200-mcg-no-rx">buy levothroid online en argentina https://futbal.totalhockeymanagement.com/levothroid-1000-tabs-buy">levothroid to buy no prescription https://neweddingday.com/your-couple-name-2593">can i purchase levothroid Post link: https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/RFIDDiscover-tool-acquired-but-how-to-use-it/m-p/2164324#M205 Post author: @RishavKaaraTech | Email Author Reported by: fnsbop | Email Reporter The reported post has 3 replies.
查看全文
[ABUSE] Post By: @dsfmsifiweiehfhweufhu / Reported by @ignacioS @ignacioS has reported the below mentioned private message sent by @dsfmsifiweiehfhweufhu for the following reasons: Reason: Spam Details: Private Message: Dear Sir, Have a nice day. PN5190B1 and PN5190B2 in stock + Certificate of Conformity. I would be very grateful if you could help me connect me with your company's purchasing team. LinkedIn: Chen Fudong (Jack) - Verified Why choose NexChip Limited? We solve the following key sourcing challenges: 1. Obsolete components (1980s to present) 2. Discontinued ICs (Xilinx/Altera/TI/many brands) 3. Military-grade chips (compliant with MIL-STD-883 standards) 4. Emergency restocking (72-hour global delivery) Email: jack(@)ace(i)cc.com WH-ATS+APP: +8526583-7594 Suggested action: Request a Certificate of Conformity. Sincerely, Jack Private Message Author: @dsfmsifiweiehfhweufhu | Email Author Reported by: @ignacioS | Email Reporter
查看全文
[不正使用] 投稿者: @RishavKaaraTech / ボード: TapLinx-SDK / 報告者: fnsbop fnsbop は、 @RishavKaaraTech が投稿した 「RFIDDiscover ツールは取得されましたが、その使用方法は不明です」という 投稿について、次の理由で報告しました。 理由:詐欺または不正行為 詳細: インターネットでレボトロイドを購入する レボトロイド処方箋なしのタラ レボトロイドジェネリックレボチロキシン75mg 処方箋レボトロイドを注文する 方法レボトロイドを購入する 最安値オンラインレボトロイド200mcg 購入安いレボトロイドを翌日配送で入手 低い処方箋なしのレボトロイドの価格 購入フィンランドにおけるレボトロイド ジェネリックレボトロイドはどこで買える? ジェネリックレボトロイドはどこで買える? ベストレボトロイドの価格 レボトロイドを購入する OTCレボトロイド50mcgの価格 レボトロイドの注文方法 レボトロイド1000タブ購入 購入安価なレボトロイド100mcg 処方箋なしの低価格レボトロイド 購入処方箋なしのジェネリックレボトロイド レボトロイド処方箋なしで200mcgを入手 どこでレボトロイドを購入できますか? 購入処方箋なしのジェネリックレボトロイド 一般レボトロイドはどこで買える? レボトロイドを注文したい レボトロイド200 mcg タラ 安いレボトロイドの販売 レボトロイド土曜日配達 ファルマシア レボトロイド 格安 レボトロイドはどこで買えますか? レボトロイドの購入方法 安いレボトロイドブランドを注文する 欲しいレボトロイドを購入する レボトロイドはどこで買えますか? 安いレボトロイド処方箋 次のレボトロイドはどこで購入できる? 最安値オンラインレボトロイド200mcg CANレボトロイドを購入しました 購入アルゼンチンでレボスロイド オンライン 処方箋なしで購入できるレボトロイド できるレボトロイドを購入しました 投稿リンク: https://community.nxp.com/t5/TapLinx-SDK-TagWriter-and/RFIDDiscover-tool-acquired-but-how-to-use-it/mp/2164324#M205 投稿者: @RishavKaaraTech |作成者に電子メールを送信する 報告者: fnsbop |メールレポーター 報告された投稿には 3 件の返信があります。
查看全文