Multi Source Translation Content

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Multi Source Translation Content

Discussions

Sort by:
[ABUSE] Post By: @JohnKlug / Board: imx-processors / Reported by: ieeioct ieeioct has reported the post Could not invoke dnf for external kernel module in Yocto kirkstone posted by @JohnKlug for the following reasons: Reason: Harassment Details: https://www.itconnecta.es/pharmacy-online-0"> http://shop.ls-s.ru/product/10109"> https://jeunescathos-bxl.org/fr/content/pharmacy-online-49"> https://wibride.com/your-couple-name-2390"> http://old.jeunescathos.org/fr/content/pharmacy-online-18"> https://www.tripmayntra.com/pharmacy-online-5"> https://www.drupalcamp.cr/es/node/4820"> https://www.cableman.ru/node/84350"> https://www.intimus.pt/pharmacy-online-21"> https://reflexologie-cerilly.fr/en/node/4250"> https://stage.cc.radiant.digital/node/3057"> http://old-bxl.jeunescathos.org/fr/content/pharmacy-online-4"> https://www.e123.hk/zh-hant/e-center/personal-wall/81576/933273"> https://www.rapidservice.com.ec/es/content/1-carga-pesada-14480"> https://www.globalrealtor.co.in/node/4222"> https://darkmetal2039.com/history/pharmacy-online-4"> https://www.vgame.ca/node/46822"> http://www.alsongs.com.hk/node/15605"> http://ysrp.bnl.bm/review/pharmacy-online-4"> https://www.thebiketube.com/owleye-yasmine"> https://www.vgame.ca/node/46822"> https://www.jobwebby.com/domainasname-erma-gmbh/pharmacy-online-1"> https://www.itconnecta.es/pharmacy-online-0"> https://www.jobwebby.com/domainasname-erma-gmbh/pharmacy-online-1"> http://dev.nikol-buket.com/content/pharmacy-online-5"> https://primfootball.com/pharmacy-online-12"> https://sitepe.iiec.unam.mx/node/6205"> https://californiaweddingday.com/your-couple-name-2365"> https://backend.dawahnigeria.com/audit/304763"> http://surfing.4fan.cz/node/136"> http://ru.ph-ed-plus.nspu.ru/article/17952"> http://xn--37-6kci4a9aahjr0a.xn--p1ai/pharmacy-online-ivanovo-10"> https://www.geofak85.ru/pharmacy-online-0"> https://www.drupalcamp.cr/es/node/4820"> https://evere.co/articles/pharmacy-online-1"> https://investor18.ru/investors/pharmacy-online-3"> http://ru.ph-ed-plus.nspu.ru/article/17952"> http://xn--80ab2anoq0a.xn--p1ai/story/pharmacy-online-3"> http://old.jeunescathos.org/fr/content/pharmacy-online-18"> http://fictioneer.org/content/pharmacy-online-14"> Post link: https://community.nxp.com/t5/i-MX-Processors/Could-not-invoke-dnf-for-external-kernel-module-in-Yocto/m-p/1627964#M203740 Post author: @JohnKlug | Email Author Reported by: ieeioct | Email Reporter The reported post has 2 replies.
View full article
S32K3_HSE on how secure boot combined with HSE prevents malicious version fallbacks Hello: There is a question about S32K3 about mass production, information security. It's about bt version fallback. Let's say I have a bt version that is higher, and someone gets a bt that has a vulnerability from a previous version that is lower, and then attempts to swipe that bt version in. Is there any way to avoid this at the secure boot level? Because secure boot also verifies the MAC information of the fixed flash address. If I write a low version of the signature checking data is also OK, how to avoid this situation? Is it possible to use the HSE internal secure area for this kind of signature verification? Or do I need to do version management with the upgraded version? Which approach is currently used by everyone? Re: S32K3_HSE关于安全启动结合HSE如何防止恶意版本回退 Hi @rujunzhou  Common approach is like this: use a signed version field in the app header and an HSE monotonic counter as the freshness gate. Before installing a new update, read the HSE counter (device’s minimum accepted version) and compare it against the authenticated fw_version in the update image. If fw_version < counter, reject the update, else proceed. After a successful update, increment the monotonic counter so the device can’t accept older, vulnerable images later. Regards, Lukas
View full article
How select "Language standard" Hello, if I create a new SDK project (from the SDK project wizard), after selecting board and other configuration (device packages, project type, components...), I get "Advanced project settings" screen where I can select the MCU C Compiler. By default, "Language standard" points to "Compiler default", but I can choose if I want "GNU C90 (-std=gnu90). However, if I create a new C project (not SDK), I can't see this screen and I can't choose "Language standard". How can I change that? Thanks. Re: How select "Language standard" Great breakdown on choosing the right language standard—your explanation really clears up a lot of confusion I’ve seen around this topic. While experimenting with different settings, I stumbled on some Elvish translation tips that made testing character sets a bit more fun. It’s interesting how adjusting standards can change the behavior of compilers in subtle ways. Looking forward to more posts like this! Re: How select "Language standard" Hi ptcaos, If you right click in your project click in properties->C/C++ Build->Settings->MCU C Compiler->Dialect you can select the language: Best Regards, Alexis Andalon
View full article
i.MX7ULPでタンパーピンを使用する i.MX7ULP のタンパー ピンを使用してタンパー イベント情報を処理するために、カーネルで SECVIO を有効にしました。 適切な改ざんピンの構成と検出のために、デバイス ツリー (DTS) または U-Boot で何かを変更する必要はありますか? さらに、ユーザー空間でタンパー ハンドラーを使用する方法を示すアクセス可能な例やアプリケーションはありますか? i.MX7ULP Security Re: Using Tamper Pin on i.MX7ULP こんにちは、 i.MX7ULP での適切な改ざんピンの設定と検出: 1. デバイスツリー構成: カーネルで SECVIO がすでに有効になっている場合は、改ざん機能のためにデバイス ツリー (DTS) を必ずしも変更する必要はありません。タンパー ピンは通常、デバイス ツリー内の標準 GPIO 構成ではなく、SNVS (セキュア不揮発性ストレージ) モジュールとそのドライバによって処理されます。 2. U-Boot 構成: U-Boot でも改ざん検出を使用する予定の場合は、U-Boot defconfig に「CONFIG_IMX_TAMPER=y」を追加して再構築する必要があります。これにより、ブートローダーの改ざん検出機能が有効になります。 3. ユーザー空間の改ざんハンドラー: ユーザー空間アプリケーションの場合、i.MX7ULP 専用の標準化されたサンプル アプリケーションはありません。ただし、改ざんのメカニズムはこれらのプラットフォーム間で基本的に同様であるため、i.MX6UL や i.MX7D などの同様のプラットフォームからの実装を適応させることができます。 実装のガイダンスについては、以下を参照してください。 - i.MX7リファレンスマニュアルのセクション3.1.4.2(改ざん検出) - アプリケーションノート「i.MX7Dsabresd の改ざん防止アプリケーション」(AN12210.pdf) カーネル内の SECVIO ドライバは改ざんイベント情報を処理し、改ざんが検出された場合に適切なセキュリティ対策をトリガーするように構成できます。これらのイベント情報は、SNVS_LP ステータス レジスタ (LPSR) を通じて監視し、SNVS_LP タンパー検出器構成レジスタ (LPTDCR) を通じて管理できます。 よろしくお願いします。
View full article
[ABUSE] Post By: @JohnKlug / Board: imx-processors / Reported by: srpglav srpglav has reported the post Could not invoke dnf for external kernel module in Yocto kirkstone posted by @JohnKlug for the following reasons: Reason: Nudity or Sexual activity Details: https://www.trustcirclenetworks.org/issues/2226"> https://jeunescathos-bxl.org/fr/content/pharmacy-online-1"> https://www.onlyhomebuyers.com/for-sale-by-owner-homes/sc/45"> https://www.vgame.ca/node/46834"> https://jeunescathos-bxl.org/fr/content/pharmacy-online-1"> http://www.hudebniburza.cz/dilo/pharmacy-online-5"> https://museusvalenciapre.grupotecopy.es/en/node/3707"> https://eventandjudge.com/node/24423"> https://ufa-help.ru/content/pharmacy-online-1"> https://wibride.com/your-couple-name-2327"> https://ruckup.org/caregivers-forum/topic/6378"> https://www.aairlab.com/IDev/?q=node/259"> https://ufa-help.ru/content/pharmacy-online-1"> https://hetnieuweteamwerken.be/forums/forum/pharmacy-online-1"> https://futbal.totalhockeymanagement.com/pharmacy-online-16"> http://lsdsng.com/node/4267"> https://www.siriuspup.com/breeders/pharmacy-online-6"> https://new.roger24.de/pharmacy-online-9"> https://www.w2wdev.spartlow.com/song/16565"> https://www.lawtech.ru/subscribe/26815-16102025"> https://www.intimus.pt/pharmacy-online-9"> https://www.07acg.com/node/43310"> https://www.tripmayntra.com/pharmacy-online-3"> https://www.vgame.ca/node/46834"> https://futbal.totalhockeymanagement.com/pharmacy-online-16"> http://old.jeunescathos.org/fr/content/pharmacy-online-5"> https://slp.millingtonpubliclibrary.org/content/pharmacy-online-11"> https://eventandjudge.com/node/24423"> https://escolesvalenciades.grupotecopy.es/val/node/1299"> https://gglabs.us/node/5698"> https://californiaweddingday.com/your-couple-name-2366"> https://www.isupportveterans.org/node/3037"> https://www.jobwebby.com/domainasname-erma-gmbh/pharmacy-online-2"> https://obzorpoker.info/forum/pharmacy-online-7"> https://carros-usados.us/pharmacy-online-5"> https://jeunescathos-bxl.org/fr/content/pharmacy-online-1"> http://onlyforsalebyowner.com/for-sale-by-owner-homes/pr/76-0"> https://gglabs.us/node/5698"> https://enki.ua/advert/16930"> https://www.chstm.org/node/79783"> Post link: https://community.nxp.com/t5/i-MX-Processors/Could-not-invoke-dnf-for-external-kernel-module-in-Yocto/m-p/1627964#M203740 Post author: @JohnKlug | Email Author Reported by: srpglav | Email Reporter The reported post has 2 replies.
View full article
[滥用] 发布者:@JohnKlug /板:imx-processors/举报人:ltwzjmqe ltwzjmqe 报告了 @JohnKlug 发表的帖子 Could not invoke dnf for external kernel module in Yocto kirkstone ,原因如下: 原因: 详情: < a href="http://03otvet.ru/voprosy/gastroenterologiya/pharmacy-online"> < a href="https://backend.dawahnigeria.com/audit/304762"> https://asafestival.com/de/node/3796"> https://cadel.ru/pharmacy-online-1"> < a href="https://masters.adminskiracing.com/node/413298"> https://www.cableman.ru/node/84347"> https://escolesvalenciades.grupotecopy.es/val/node/1300"> https://www.onlyhomebuyers.com/for-sale-by-owner-homes/gu/29"> https://masters.adminskiracing.com/node/413298"> https://www.twelvestepjournaling.com/content/pharmacy-online-0"> https://carros-usados.us/pharmacy-online-11"> https://carros-usados.us/pharmacy-online-11"> https://neweddingday.com/your-couple-name-2368"> http://surfing.4fan.cz/node/135"> https://cadel.ru/pharmacy-online-1"> < a href="https://www.tripmayntra.com/pharmacy-online-11"> https://neweddingday.com/your-couple-name-2368"> https://ufa-help.ru/content/pharmacy-online-13"> http://hr-life.ru/node/53789"> < a href="https://asafestival.com/de/node/3796"> http://www.beautynbrushes.com/services-provided/full-glam-eagerprickedagd"> https://neweddingday.com/your-couple-name-2368"> https://lotteryobzor.com/forum/pharmacy-online-9"> http://surfing.4fan.cz/node/135"> https://www.lawtech.ru/content/pharmacy-online-2"> https://masters.adminskiracing.com/node/413298"> https://www.ccunitedway.org/pharmacy-online-2"> https://hunam.mx/no-12514-digitalizacion-de-materiales"> < a href="https://golemobuchino.com/forumi/mahali/obshcho/pharmacy-online-1"> https://stage.cc.radiant.digital/node/3053"> https://theanubianwar.com/node/6398"> http://stage.isupportveterans.org/node/5261"> https://www.heilpraktikerausbildung24.de/node/124363"> https://direct.needshub.com/node/28211"> https://direct.needshub.com/node/28211"> https://www.ziveknihy.sk/pharmacy-online-0"> http://en.sp-journal.ru/article/19189"> http://xn--80ab2anoq0a.xn--p1ai/art/pharmacy-online-9"> https://www.e123.hk/zh-hant/e-center/group/topic/933249"> https://reflexologie-cerilly.fr/en/node/4239"> 发布链接: https://community.nxp.com/t5/i-MX-Processors/Could-not-invoke-dnf-for-external-kernel-module-in-Yocto/m-p/1627964#M203740 帖子作者 @JohnKlug|Email Author 报告人:ltwzjmqe |Email Reporter 报告的帖子有 2 个回复。
View full article
Access GPT capture on imx6ull from user space or module Hello,  I am trying to understand if I am able to use GPT2 for input capture (counting sensor pulses) on my custom imx6 board. From the Linux Reference Manual I can read that GPT is used by linux to enter WFI mode, but I have also found sources saying it is fine to use GPT2? Any help to clear this out would be appreciated, both if it is possible and how I would go about doing it.  Best regards  Re: Access GPT capture on imx6ull from user space or module Hi @malj  You can refer to this series of patches. Although they are based on the i.MX8MM, the approach is similar for the i.MX6ULL. https://patchew.org/linux/[email protected]/[email protected]/ Best Regards, Zhiming
View full article
Clock conflict when booting M7 from U-Boot Hello NXP Supporters, I created a simple app on M7 with feature IPCF, FlexCAN and I want to start M7 app in U-boot by startm7 command (Please check my complete project). I. I follow below commands to start M7 app: 1. dcache off 2. mw.q 0x34100000 0x0 0x40000 3. fatload mmc 0:1 0x80000000 IPCF_Example_S32G399A_M7_0.bin 4. cp.b 0x80000000 0x34300000 0x300000 5. startm7 0x34500400 6. boot II. Running with Clock_Ip_Init If I running with Clock_Ip_Init, U-boot will stop immediately after startm7 command, as i understand clock is already initialized, if i run this command clock will re-init then u-boot broken If i running without Clock_Ip_Init, everything is normal except CAN, i think CAN clock is not same as i config then CAN baudrate is wrong, i receive a error CAN frame III. Try CAN working by boot M7 only by Flash and IVT blob image: I also try run M7 app only with Clock_Ip_Init, CAN is running normal, that mean clock for CAN config is ok. => Please help/suggest how to keep CAN working when boot M7 app from U-boot ? Re: Clock conflict when booting M7 from U-Boot Hello @chenyin_h, Thank for your response, Our long-term goal is build bootloader to boot for A53, M7,... simultaneously (following AN13750) but in short-term, we need to bring everything up to proof of concept first, can you mention the name of document or link that i can refer to do the option 1 (config/rebuild TFA) ? Re: Clock conflict when booting M7 from U-Boot Hello, @Thinh  Thanks for your post. 1. From A core side, the CAN clock may set by the TFA, which may not fulfill the settings used from M core side, so that the CAN may not work correctly with your M core applications 2. For running M core and A core applications simultaneously, it is suggested following the way shown in AN13750, not directly via the u-boot. BR Chenyin Re: Clock conflict when booting M7 from U-Boot Hi @Joey_z, @alejandro_e  Do you have any suggestion ? Sorry for this inconvenient. Re: Clock conflict when booting M7 from U-Boot Hello, @Thinh  Thanks for your reply. 1. Sorry that there is not a formal document existed for running M core application from u-boot. 2. Generally, if you do want to start the M7 application from A core side(uboot), then you may check if the corresponding resources(like pin/memory/clock) would not be initialized or used simultaneously, you may try only setting the resources on one side to avoid confliction.  Usually, it does not only need to reconfigure/build TFA/uboot/linux, but also need additional code changes on M/A side according to different requirments. BR Chenyin Re: Clock conflict when booting M7 from U-Boot Hello @Thinh, As mentioned by my colleague @chenyin_h, the bootflow you are using is not a setup we encounter frequently and thus, we cannot offer much support on it. I would also recommend creating a multi-core bootloader based on the AN13750, and also please check the Bootloader-User-Manual.pdf that comes with the GoldVIP package.  To avoid mixing topics, please create a new post or a new support ticket for the bootloader topic if you need guidance from our side.
View full article
[ABUSE] Post By: @JohnKlug / Board: imx-processors / Reported by: eoybjg eoybjg has reported the post Could not invoke dnf for external kernel module in Yocto kirkstone posted by @JohnKlug for the following reasons: Reason: Nudity or Sexual activity Details: https://sitepe.iiec.unam.mx/node/6211"> http://ru.ph-ed-plus.nspu.ru/article/17947"> http://old-liege.jeunescathos.org/fr/content/pharmacy-online-63"> http://kalyterizoi.gr/foreis/pharmacy-online-4"> https://createc.mhesi.go.th/node/239136"> https://hetnieuweteamwerken.be/forums/forum/pharmacy-online-11"> https://gglabs.us/node/5707"> http://en.sp-journal.ru/article/19192"> https://www.internationalhumanistparty.org/es/content/pharmacy-online-0"> http://lsdsng.com/node/4269"> http://surfing.4fan.cz/node/145"> https://www.jobwebby.ilovemarkso.com/domainasname-anthony-gmbh/pharmacy-online-8"> https://totalhockeymanagement.com/pharmacy-online-2"> https://www.heilpraktikerausbildung24.de/node/124362"> https://neweddingday.com/your-couple-name-2350"> https://www.flohmy.ch/en/node/4362"> https://liderforum.webconfmep.gate1.campuz.org/ru/content/pharmacy-online-9"> https://new.roger24.de/pharmacy-online-6"> https://www.intimuscare.com/pharmacy-online-19"> https://www.musicinafrica.net/newsfeed/213463/373134"> https://openreviewhub.org/review/review-8414"> https://www.flohmy.ch/en/node/4362"> https://events.citeve.pt/question-userredstonesassafras-time1758996333"> https://lotteryobzor.com/forum/pharmacy-online-10"> https://ruckup.org/caregivers-forum/topic/6380"> http://ru.ph-ed-plus.nspu.ru/article/17947"> https://www.flohmy.ch/en/node/4362"> https://www.aairlab.com/IDev/?q=node/250"> https://www.globalrealtor.co.in/node/4224"> https://darkmetalmush.net/history/pharmacy-online-5"> http://03otvet.ru/voprosy/urologiya/pharmacy-online"> https://tojuzbylo.pl/node/9320"> http://hr-life.ru/node/53783"> https://events.citeve.pt/question-userredstonesassafras-time1758996333"> https://investor18.ru/investors/pharmacy-online-5"> https://rahuldolas.com/forum/general-discussion/topic/729/pharmacy-online"> http://ysrp.bnl.bm/review/pharmacy-online-9"> http://kalyterizoi.gr/foreis/pharmacy-online-4"> https://www.flohmy.ch/en/node/4362"> http://prosti-proshay.ru/lyudi/pharmacy-online-9"> Post link: https://community.nxp.com/t5/i-MX-Processors/Could-not-invoke-dnf-for-external-kernel-module-in-Yocto/m-p/1627964#M203740 Post author: @JohnKlug | Email Author Reported by: eoybjg | Email Reporter The reported post has 2 replies.
View full article
[不正使用] 投稿者: @JohnKlug / ボード: imx-プロセッサ / 報告者: vdholzjj vdholzjj は、 @JohnKlug が投稿した 「Could not invoke dnf for external kernel module in Yocto kirkstone」という 投稿について、以下の理由で報告しました: 理由:詐欺または不正行為 詳細: 投稿リンク: https://community.nxp.com/t5/i-MX-Processors/Could-not-invoke-dnf-for-external-kernel-module-in-Yocto/mp/1627964#M203740 投稿者: @JohnKlug |メール著者 報告者: vdholzjj |メールレポーター 報告された投稿には 2 件の返信があります。
View full article
[ABUSE] Post By: @JohnKlug / Board: imx-processors / Reported by: ledaeru ledaeru has reported the post Could not invoke dnf for external kernel module in Yocto kirkstone posted by @JohnKlug for the following reasons: Reason: Plagiarism Details: http://fictioneer.org/content/pharmacy-online-5"> https://www.torontopersians.com/ads/pharmacy-online"> https://direct.needshub.com/node/28222"> https://reflexologie-cerilly.fr/en/node/4241"> https://obzorpoker.info/forum/pharmacy-online-11"> http://www.gradspot.com/qa/pharmacy-online-2"> http://santorini.cz/node/6335"> https://www.torontopersians.com/ads/pharmacy-online"> http://www.gradspot.com/qa/pharmacy-online-2"> https://app.feizufenqi.com/fp/content/pharmacy-online-10"> https://wibride.com/your-couple-name-2354"> https://carros-usados.us/pharmacy-online-1"> https://facultypage.com/node/465"> https://dev.worldwar1luton.com/forum-topic/pharmacy-online-0"> https://futbal.totalhockeymanagement.com/pharmacy-online-1"> http://lsdsng.com/node/4274"> https://reflexologie-cerilly.fr/en/node/4241"> https://new.roger24.de/pharmacy-online-12"> https://hunam.mx/no-12527-publicacion-de-impresos"> https://events.citeve.pt/chat-conversation/pharmacy-online"> https://theanubianwar.com/node/6393"> https://ruckup.org/caregivers-forum/topic/6374"> http://gamblingobzor.net/forum/pharmacy-online-0"> http://www.beautynbrushes.com/services-provided/shellac-manicure-vitalitymythicls"> https://kmet.ru/reviews"> http://www.gradspot.com/qa/pharmacy-online-2"> https://ruckup.org/caregivers-forum/topic/6374"> http://dev.nikol-buket.com/content/pharmacy-online"> https://ruckup.org/caregivers-forum/topic/6374"> https://recruitment.kenet.or.ke/node/2035"> https://mnbride.com/your-couple-name-2329"> https://recruitment.kenet.or.ke/node/2035"> https://www.thebiketube.com/xt-molly"> https://oregonweddingday.com/your-couple-name-2351"> https://mnbride.com/your-couple-name-2329"> https://darkmetalmush.net/history/pharmacy-online"> https://neweddingday.com/your-couple-name-2342"> https://backend.dawahnigeria.com/audit/304769"> https://museusvalenciades.grupotecopy.es/en/node/2372"> https://www.thebiketube.com/xt-molly"> Post link: https://community.nxp.com/t5/i-MX-Processors/Could-not-invoke-dnf-for-external-kernel-module-in-Yocto/m-p/1627964#M203740 Post author: @JohnKlug | Email Author Reported by: ledaeru | Email Reporter The reported post has 2 replies.
View full article
NXP MBDT toolbox license error Yesterday i was asked to change to my official email id in nxp account handling and since theni am getting this error: Error:License Error: -9, Model-Based Design Toolbox License Invalid, please go to The Model-Based Design Development Toolbox Web Site and include error number. while trying to use my existing nxp license ...kindly help me to rectify this asap. i doesnt know where to exactly add this error as stated in.... Thanks in advance Re: NXP MBDT toolbox license error Hi, @KavithaSasikumar, Thank you for your interest in our products. Which version and type of toolbox are you attempting to use and activate? Please make sure to follow the two threads below, as they may assist you in the process of obtaining and activating the license: - Unable to active MBD Toolbox - Model based design toolbox for S32K3xx verify toolbox license failed Let us know about your progress. Best regards, Dragos
View full article
[ABUSE] Post By: @JohnKlug / Board: imx-processors / Reported by: jwfmymai jwfmymai has reported the post Could not invoke dnf for external kernel module in Yocto kirkstone posted by @JohnKlug for the following reasons: Reason: Something else Details: https://californiaweddingday.com/your-couple-name-2394"> https://www.martensfamily.co.za/node/2960"> http://sp-journal.ru/article/19171"> https://sitepe.iiec.unam.mx/node/6203"> https://www.isupportveterans.org/node/3032"> https://cadel.ru/forum/pharmacy-online-6"> https://museusvalenciapre.grupotecopy.es/en/node/3710"> https://backend.dawahnigeria.com/audit/304770"> https://totalhockeymanagement.com/pharmacy-online-14"> https://golemobuchino.com/content/2474/kristiyana-stoyneva-shche-predstavi-noviya-si-tvorcheski-proekt-cvetovete-na-lyatoto"> https://rahuldolas.com/forum/dummy-basic-course/topic/727/pharmacy-online"> http://old.jeunescathos.org/fr/content/pharmacy-online-52"> https://jeunescathos-bxl.org/fr/content/pharmacy-online-21"> http://old-namur.jeunescathos.org/fr/content/pharmacy-online-2"> https://www.vgame.ca/node/46835"> http://polden.info/story/pharmacy-online-3"> http://xn--37-6kci4a9aahjr0a.xn--p1ai/pharmacy-online-ivanovo-12"> https://liderforum.webconfmep.gate1.campuz.org/ru/content/pharmacy-online-11"> https://masters.adminskiracing.com/node/413292"> http://www.gradspot.com/qa/pharmacy-online-15"> https://golemobuchino.com/content/2474/kristiyana-stoyneva-shche-predstavi-noviya-si-tvorcheski-proekt-cvetovete-na-lyatoto"> http://www.hudebniburza.cz/dilo/pharmacy-online-13"> http://xn--37-6kci4a9aahjr0a.xn--p1ai/pharmacy-online-ivanovo-12"> https://www.isupportveterans.org/node/3032"> https://www.vgame.ca/node/46835"> https://www.itconnecta.es/pharmacy-online-1"> https://sitepe.iiec.unam.mx/node/6203"> https://hetnieuweteamwerken.be/forums/forum/pharmacy-online-3"> https://californiaweddingday.com/your-couple-name-2394"> https://investor18.ru/investors/pharmacy-online-8"> https://www.itconnecta.es/pharmacy-online-1"> http://en.sp-journal.ru/article/19196"> http://onlyforsalebyowner.com/for-sale-by-owner-homes/az/35"> https://kmet.ru/reviews"> http://old-bxl.jeunescathos.org/fr/content/pharmacy-online-50"> https://tarantulerosdecorazon.com/galer%C3%ADa/pharmacy-online"> http://xn--80ab2anoq0a.xn--p1ai/art/pharmacy-online"> https://okwiki.ru/catalog/pharmacy-online-3"> http://www.beautynbrushes.com/services-provided/tapered-cut-eagerprickedagd"> https://mnbride.com/your-couple-name-2374"> Post link: https://community.nxp.com/t5/i-MX-Processors/Could-not-invoke-dnf-for-external-kernel-module-in-Yocto/m-p/1627964#M203740 Post author: @JohnKlug | Email Author Reported by: jwfmymai | Email Reporter The reported post has 2 replies.
View full article
RT1180 FlexIO and dual SPI (Master-Slave) Hello, i've some issues to implement double SPI on the same FlexIO with no blocking function, it uses the same IRQ then it looks like somthing that set the busy flag for both SPI.  if i open the connection between master and slave the master complete the transmission and jump in the call back correctly, but if i connect master and slave not works. the same config with DMA works, i can attach the code, cabling is: J41_12 - J41_8 J41_10 - J41_4 J69_15 -J41_2 switch to dma version is easy, set to 1 #define USING_DMA 1 FIFO version seti to 0 #define USING_DMA 0 if someone can help me to find the problem is very apprecieated i.MXRT Re: RT1180 FlexIO and dual SPI (Master-Slave) Thanks Edwin, you confirm my supposition. Than i'll works to optimize eDma function because is not usable if for example FLEXIO_SPI_SlaveTransferEDMA needs 37us and trasmission 10us.  i was hopping to exist something that i didn't find in a reference manual or something hide form our "public eyes". thanks again Edwin! Simone Re: RT1180 FlexIO and dual SPI (Master-Slave) Hi @SimoneColomboWEG, Although possible to construct two SPI instances on a single FlexIO module, these cannot be handled truly simultaneously (or in a non-blocking scheme) since both instances will report using the same IRQ vector and therefore share the same module status flags. This is why you see that both of the busy status flags get set, even if only one SPI is actually busy. On the other hand, the implementation of DMA uses the DMA's own completion IRQs, which is why this implementation works. My recommendation is to use the DMA, if you require having two SPI instances on a single FlexIO, as described on the AppNote of this exact implementation: Emulating Dual SPI Using FlexIO. BR, Edwin.
View full article
[滥用] 发布者:@JohnKlug / 板:imx-processors / 举报人:cfgtjigs cfgtjigs 报告了 @JohnKlug 发布的帖子 Could not invoke dnf for external kernel module in Yocto kirkstone ,原因如下: 原因:垃圾邮件 垃圾邮件 详情: < a href="https://eventandjudge.com/node/24447"> http://shop.ls-s.ru/product/10106"> https://ng.nycc.org/content/pharmacy-online-6"> http://xn--80aah2bgapnqg.xn--p1ai/job/pharmacy-online-0"> https://www.spinsheet.com/racing-team-log/pharmacy-online-0"> http://sp-journal.ru/article/19172"> http://fictioneer.org/content/pharmacy-online-7"> http://www.beautynbrushes.com/services-provided/hybrid-fullset-removal-eagerprickedagd"> <"a href="http://03otvet.ru/voprosy/dietologiya/pharmacy-online"> < a href="http://lsdsng.com/node/4265> < a href="https://greenexport.vn/en/binh-luan-354"> https://spdm.dambo.me/forums/miscellaneous/news-and-announcements/pharmacy-online-3"> https://www.tripmayntra.com/pharmacy-online-6"> https://dev.worldwar1luton.com/forum-topic/pharmacy-online-10"> http://www.gradspot.com/qa/pharmacy-online-6"> https://www.jobwebby.ilovemarkso.com/domainasname-anthony-gmbh/pharmacy-online-0"> https://www.lawtech.ru/subscribe/26803-27092025"> http://gamblingobzor.net/forum/pharmacy-online-5"> https://www.tundus.hu/gyik/pharmacy-online-0"> http://www.beautynbrushes.com/services-provided/hybrid-fullset-removal-eagerprickedagd"> https://www.jobwebby.com/domainasname-stockwell-services/pharmacy-online-0"> <"a href="https://enki.ua/advert/16923"> < a href="http://hubram.cz/clanek/pharmacy-online-1> < a href="https://www.old.ts3bots.de/node/1022"> https://www.tundus.hu/gyik/pharmacy-online-0"> https://www.tripmayntra.com/pharmacy-online-6"> https://spdm.dambo.me/forums/miscellaneous/news-and-announcements/pharmacy-online-3"> https://ruckup.org/caregivers-forum/topic/6377"> < a href="https://golemobuchino.com/content/2470/pharmacy-online"> https://museusvalenciapre.grupotecopy.es/en/node/3713"> http://lsdsng.com/node/4265"> < a href="http://xn--80ab2anoq0a.xn--p1ai/story/pharmacy-online-2"> https://www.drupalcamp.cr/en/sessions/pharmacy-online-9"> https://reflexologie-cerilly.fr/en/node/4248"> https://www.w2wdev.spartlow.com/song/16585"> https://dev.worldwar1luton.com/forum-topic/pharmacy-online-10"> https://spdm.dambo.me/forums/miscellaneous/news-and-announcements/pharmacy-online-3"> https://enki.ua/advert/16923"> < a href="https://primfootball.com/pharmacy-online-9"> https://mnbride.com/your-couple-name-2393"> 发布链接: https://community.nxp.com/t5/i-MX-Processors/Could-not-invoke-dnf-for-external-kernel-module-in-Yocto/m-p/1627964#M203740 帖子作者 @JohnKlug|Email Author 报告人:cfgtjigs |Email Reporter 报告的帖子有 2 个回复。
View full article
[滥用] 发布者:@JohnKlug / 板:imx-processors / 举报人:fuzxuv fuzxuv 报告了 @JohnKlug 发表的帖子 Could not invoke dnf for external kernel module in Yocto kirkstone ,原因如下: 原因:骚扰 详情: < a href="https://enki.ua/applications/16928"> < a href="https://www.availcalendar.com/calendar/25581"> https://hetnieuweteamwerken.be/forums/forum/pharmacy-online-11"> http://xn--80aah2bgapnqg.xn--p1ai/art/pharmacy-online-1"> https://californiaweddingday.com/your-couple-name-2386"> http://pi5ny.com/node/4953"> < a href="https://reflexologie-cerilly.fr/en/node/4243"> http://ysrp.bnl.bm/review/pharmacy-online-9"> http://pi5ny.com/node/4953"> < a href="http://shop.ls-s.ru/product/10110"> https://www.jobwebby.com/domainasname-stockwell-services/pharmacy-online-3"> https://primfootball.com/pharmacy-online-11"> https://www.itconnecta.es/pharmacy-online-8"> http://xn--37-6kci4a9aahjr0a.xn--p1ai/pharmacy-online-ivanovo-5"> http://www.sccu.chula.ac.th/node/926"> < a href="https://dev.worldwar1luton.com/forum-topic/pharmacy-online-2"> http://www.sccu.chula.ac.th/node/926"> < a href="https://www.lawtech.ru/content/pharmacy-online-4"> https://satto.vtranet.com/binh-luan-381"> http://www.sccu.chula.ac.th/node/926"> < a href="https://www.intimus.pt/pharmacy-online-18"> https://tarantulerosdecorazon.com/fichas-de-especie/pharmacy-online"> http://fictioneer.org/content/pharmacy-online-3"> https://primfootball.com/pharmacy-online-11"> https://www.tripmayntra.com/pharmacy-online-2"> https://www.tripmayntra.com/pharmacy-online-2"> https://www.player1.app/team/post/501948428/1235"> https://www.lawtech.ru/content/pharmacy-online-4"> http://www.batshaw.qc.ca/fr/node/164"> < a href="https://www.itconnecta.es/pharmacy-online-8"> <"a href="http://www.batshaw.qc.ca/fr/node/164"> < a href="https://cadel.ru/pharmacy-online-3> < a href="https://www.isupportveterans.org/node/3040"> http://xn--80aah2bgapnqg.xn--p1ai/art/pharmacy-online-1"> https://slp.millingtonpubliclibrary.org/content/pharmacy-online-8"> < a href="https://californiaweddingday.com/your-couple-name-2386"> https://ng.nycc.org/content/pharmacy-online-2"> https://tojuzbylo.pl/node/9320"> https://theanubianwar.com/node/6402"> https://www.isupportveterans.org/node/3040"> 发布链接: https://community.nxp.com/t5/i-MX-Processors/Could-not-invoke-dnf-for-external-kernel-module-in-Yocto/m-p/1627964#M203740 帖子作者 @JohnKlug|Email Author 报告人:fuzxuv |Email Reporter 报告的帖子有 2 个回复。
View full article
Background Debugging Mode Driver Package Hello CPU16/32 trainers/developers, I started a project with my student to design a BDM interface (USB->BDM) with the Arduino IDE to (simply) monitor the SBC EC376 from Wurz. We found the document AN1230/D but we can't find the "BDM Driver Package" (BDMVx-y.ZIP) called on page 5. Can you help us? Thanks and regards... Wijnand Nijs Re: Background Debugging Mode Driver Package Hello @Wijnand , Thanks for your post. The AN1230 is too old, I could not find related BDM Driver Package. While I find below link for your reference, which provide BDM driver and related info. It is not NXP(Motorola) official released, which is a private blog. BDM Interface for Motorola 683xx MCU\\ Usage with GDB Debugger Wish it helps. BR Celeste ----------------------------------------------------------------------------------------------------------------- Note: If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you! ----------------------------------------------------------------------------------------------------------------- Re: Background Debugging Mode Driver Package Hello Celeste, Thanks for your effort. We'll explore whether parts of the resources (the BDM component) are useful for our project. The goal is to design a simple monitoring program that can be used, for example, to upload s-records to the target. Regards, Wijnand... Re: Background Debugging Mode Driver Package Hello Celeste, Thanks for your effort. We'll explore whether parts of the resources (the BDM component) are useful for our project. The goal is to design a simple monitoring program that can be used, for example, to upload s-records to the target. Regards, Wijnand... Re: Background Debugging Mode Driver Package Hello Wijnand, AN1230 files can be found here: http://archive.retro.co.za/archive/computers/Motorola/freeware.aus.sps.mot.com/mcu332/BDM-V090.ZIP I am looking for the files on the diskette that came with the board ("ec376 Software Package" / “ec376 SWP”) and other accompanying documentation. Please let me know if you have anything.  Thank you.
View full article
MPC5777C DSPI SCK vs. MPC5674F Hello, I am replacing an MPC5674F (264MHz) with an MPC5777C (300MHz) in a project and I am a bit confused when trying to compute DSPI SCK for the new MCU. - It seems DSPI SCK for the MPC5777C must be at most 30MHz and DSPI_CLK must be at most 100MHz. I did not quite understand what are these upper bounds for MPC5674F... does "t_SYS" means the same in both datasheets? The MPC5777C datasheet describes t_SYS as the period of DSPI_CLK, being at least 10ns/100MHz, but I could not understand the meaning of t_SYS in the MPC5674F datasheet. Is t_SYS the inverse of f_SYS (i.e. 1/264MHz) or the inverse of the peripheral clock (1/132MHz)? - Why did the DSPI had such a significant maximum SCK decrease from the 5674F to the 5777C? - Shall I use PER_CLK at 100MHz or lower if I intend to use DSPI? - Is there any combination of clocks and multipliers for me to have DSPI SCK at 30MHz with core clock at 300MHz? Thanks, Ricardo Re: MPC5777C DSPI SCK vs. MPC5674F Hello David, I did not understand the references to eTPU - for the moment, I am staying away from it and I could not see any relationship between it and the DSPI clocks. From the MPC5777C datasheet table 44 It seems that maximum frequency of DSPI would be 30MHz. Also in this table, note 6 states that "tSYS is the period of DSPI_CLKn clock, the input clock to the DSPI module. Maximum frequency is 100 MHz (min tSYS = 10 ns). " Thus, even if PER_CLK can reach 150MHz, it seems to me that I am bound to 100MHz if I use DSPI. Is that right? Re: MPC5777C DSPI SCK vs. MPC5674F On MPC5777C fetpu only relates that in the fastest option is fperiph*2 Maximum DSPI frequencies are explicitly mentioned below: 100MHz is a limit, if you use clock calculator (AN12176), it is checking this parameter:
View full article
[ABUSE] Post By: @JohnKlug / Board: imx-processors / Reported by: ewcedlc ewcedlc has reported the post Could not invoke dnf for external kernel module in Yocto kirkstone posted by @JohnKlug for the following reasons: Reason: Misleading or False information Details: https://www.spinsheet.com/racing-team-log/pharmacy-online-2"> https://lotteryobzor.com/forum/pharmacy-online-11"> https://new.roger24.de/pharmacy-online-12"> https://createc.mhesi.go.th/node/237564"> http://ru.ph-ed-plus.nspu.ru/article/17951"> https://www.itconnecta.es/pharmacy-online-2"> http://hubram.cz/content/pharmacy-online-1"> https://www.castnblastadvisor.com/outfitters/pharmacy-online-3"> https://tarantulerosdecorazon.com/galer%C3%ADa/pharmacy-online-2"> http://lsdsng.com/node/4274"> https://www.ziveknihy.sk/autor/pharmacy-online-0"> http://xn--80aah2bgapnqg.xn--p1ai/blog/8095/pharmacy-online"> http://gamblingobzor.net/forum/pharmacy-online-0"> http://old.jeunescathos.org/fr/content/pharmacy-online-56"> https://www.siriuspup.com/breeders/pharmacy-online-4"> https://www.itconnecta.es/pharmacy-online-2"> https://www.rapidservice.com.ec/es/content/pharmacy-online-0"> https://totalhockeymanagement.com/pharmacy-online-1"> http://hr-life.ru/node/53775"> https://darkmetal2039.com/history/pharmacy-online-14"> https://satto.vtranet.com/binh-luan-394"> https://www.thebiketube.com/xt-molly"> https://www.jobwebby.com/domainasname-stockwell-services/pharmacy-online-4"> https://ruckup.org/caregivers-forum/topic/6374"> https://www.ziveknihy.sk/autor/pharmacy-online-0"> https://www.drupalcamp.cr/en/sessions/pharmacy-online-10"> http://kalyterizoi.gr/foreis/pharmacy-online-3"> https://www.globalrealtor.co.in/node/4215"> https://www.rapidservice.com.ec/es/content/pharmacy-online-0"> https://www.isupportveterans.org/node/3038"> http://hr-life.ru/node/53775"> https://www.nadietah.ru/grouppage/136674-howtostandup/468795-pharmacy-online"> https://carros-usados.us/pharmacy-online-1"> https://whs6570.com/node/2086"> https://totalhockeymanagement.com/pharmacy-online-1"> https://whs6570.com/node/2086"> https://www.isupportveterans.org/node/3038"> https://carros-usados.us/pharmacy-online-1"> https://darkmetal2039.com/history/pharmacy-online-14"> https://www.w2wdev.spartlow.com/song/16584"> Post link: https://community.nxp.com/t5/i-MX-Processors/Could-not-invoke-dnf-for-external-kernel-module-in-Yocto/m-p/1627964#M203740 Post author: @JohnKlug | Email Author Reported by: ewcedlc | Email Reporter The reported post has 2 replies.
View full article
[乱用] 投稿者: @JohnKlug / ボード: imx-プロセッサ / 報告者: nyqlsn nyqlsn は、 @JohnKlug が投稿した 「Could not invoke dnf for external kernel module in Yocto kirkstone」という 投稿について、以下の理由で報告しました: 理由:スパム 詳細: 投稿リンク: https://community.nxp.com/t5/i-MX-Processors/Could-not-invoke-dnf-for-external-kernel-module-in-Yocto/mp/1627964#M203740 投稿者: @JohnKlug |メール著者 報告者: nyqlsn |メールレポーター 報告された投稿には 2 件の返信があります。
View full article