Multi Source Translation Content

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

Multi Source Translation Content

Discussions

Sort by:
SJA1110 上未移除主机到交换机的尾部 我正在通过 SJA1110 上的主机处理器 (Cortex-M7) 发送以太网帧。为了将它们路由到交换机上的特定端口,我使用了 UM11107 中 5.8.2 节描述的主机到交换机标头/尾部。 车架已运抵正确的港口,但拖车尚未拆解或仅部分拆解。为了便于参考,这里展示了同一帧在发送前存储在 txBuffer 中,以及在另一个设备接收后存储在 rxBuffer 中的数据: 01 80 c2 00 00 10 68 58 c5 00 11 02 8b 8c 88 39 88 b7 5a 46 00 01 02 06 68 58 c5 00 11 02 04 01 00 06 01 02 12 01 01 14 0e 01 02 11 00 c5 58 68 08 d8 26 c0 cb fd 18 00 00 00 00 ---- 00 04 00 00 00 ====== 01 80 C2 00 00 10 68 58 C5 00 11 02 88 B7 5A 46 00 01 02 06 68 58 C5 00 11 02 04 01 00 06 01 02 12 01 01 14 0E 01 02 11 00 C5 58 68 08 D8 26 C0 CB FD 18 00 00 00 00 ---- 00 04 00 00 00 如您所见,头部已被完全移除,但尾部(4 条虚线之后的所有内容)并未被移除(或设置为全 0,因为以太网帧至少需要 64 个字节才能有效)。 Re: host-to-switch trailer not removed on SJA1110 你好@flxwly , 从提供的数据来看,交换机似乎能够识别主机到交换机的报头,因为从传出的帧中移除了 4 字节的报头。但是,尾部字节仍然会出现在接收到的帧的末尾。 需要检查的一个重要点是主机到交换机报头中的 TRAILER_POS 字段。在您的示例中,报头字节为8b 8c 88 39。 根据主机到交换机的报头格式进行解释,得到 HEADER_TYPE = 0x8B8C,HOST_SWITCH = 1,TRAILER = 1,TRAILER_POS = 57。但是,在您转储中显示的传输帧中,5 字节的尾部似乎从 MAC DA 字段的第 59 个字节偏移量开始(从零开始)。根据相对于 SFD 的确切位置计数约定,预期值可能相差 1,但编码值 57 似乎与实际的尾部位置不匹配。 因此,请先检查 TRAILER_POS 字段的计算方式,并尝试将其设置为与尾部实际第一个字节对应的位置。 还有第二点:提供的测试帧非常短。如果去掉 5 字节的尾部,得到的以太网帧将比没有 FCS 的最小以太网帧大小短,因此需要在出口处再次添加填充。为了避免这种歧义,请您使用更长的有效载荷重复测试,例如在主机尾部之前添加 16 或 32 个虚拟字节?这将清楚地表明拖车是否真的被拆空了。 请确认第二个设备接收帧的出口端口是否配置为普通端口。根据 UM 的说法,当帧从普通端口发出时,帧头和帧尾会被剥离;而当帧从主机端口或级联端口发出时,控制信息会被保留。 最后,能否请您分享一下 5 字节尾部值 `00 04 00 00 00` 是如何生成的?验证 FRAMEID、PRIO、SWITCHID 和 DESTPORTS 的位打包是否与用户手册中显示的格式一致将很有帮助。 顺祝商祺! 帕维尔
View full article
[S32K388] SPD 1.0.6 软件包缺少完整的测试示例 - 请求提供寄存器级参考 C 您好,NXP支持团队,   我下载了“S32K3 功能安全外设驱动程序 1.0.6 版”。   将 SPD_example_S32K388_M7_0_0 项目安装并导入到 S32 Design Studio 后,我发现 main.c 文件基本上是空的。   **我的环境: ** - S32 Design Studio for S32 Platform 3.5 - SPD 版本:1.0.6 (SW32K3_SPD_1.0.6_D2512_DesignStudio_updatesite_updated.zip) -目标平台:S32K388 M7_0   **我的预期** 请提供以下方面的完整注册级别示例: 所有存储器(闪存、SRAM、TCM)均采用ECC纠错机制- 故障收集和控制单元(FCCU) - STCU2(带 LBIST/MBIST 的自检控制单元 2) - EIM(错误注入模块) - ERM(错误报告模块) - CMU(时钟监测单元) 锁步内核 - SWT(软件看门狗)   发送至 [[email protected]] 或者提供下载链接。 谢谢!   顺祝商祺! Re: [S32K388] SPD 1.0.6 Package Missing Complete Test Examples - Request for Register-Level Referenc 嗨@xlele , Copilot 说:SPD 提供了一个完整的演示项目,但它仅适用于 EB Tresos,而不适用于 S32DS IDE。 演示版以独立组网 (SA) .exe 文件形式分发。版本。 以下是 S32DS IDE 的一个非官方 SPD 示例。 https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K344-BIST-eMCEM-SPD106-v2-0-S32DS365-RTD700/ta-p/2373113 这里有一个裸机 EIM、ERM 的例子: https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K344-EIM-ERM-DTCM-SRAM-Baremetal-v3-0-S32DS36/ta-p/2193534 CMU_FC 示例: https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K344-MCAL-MCU-ClockMonitor-v1-0-S32DS36-RTD600/ta-p/2179976 RTD 中默认提供 SWT 示例。 顺祝商祺! 丹尼尔
View full article
i.Cortex M7のMX8MPメモリレイアウト(DRAM 1GB) 当社では、1GBのDRAMを搭載したi.MX8MPを使用するプロジェクトがあります。Cortex M7用にリンカーファイルを調整し、RPMSG用にDevicetreeを、Cortex M7用にDRAM予約メモリを調整しました。U-Bootからrpmsg ping pongを開始すると、例えばLinuxで起動し、カーネルモジュールを読み込み、正しい出力を確認できます。メモリマップは、1GB DRAM内の設定済み領域にあるm_data2セクションについても正しく見えます。 Linuxから同じファームウェア(elf)をremoteprocで起動すると動作しますが、rpmsgネームサービスの発表を待つ間にデモがフリーズします。 移植作業において、何か見落としている点はあるだろうか? よろしくお願い申し上げます。
View full article
MLB The Show 26でサイクルマイルストーンシリーズのブライス・ハーパーをアンロックする方法 最近ダイヤモンドダイナスティを周回しているなら、コミュニティが新しい98 OVRサイクルマイルストーンシリーズのブラ イス・ハーパーについて話題になっていることはすでにご存知でしょう。このカードは、彼が現実世界でサイクルヒットを達成した歴史的な偉業を記念して発行されたもので、正直なところ、その能力値から、外野の要として、あるいは打線に一流の左打者パワーを加えたいと考えている人にとって、絶対に手に入れるべきカードと言えるでしょう。 落とし穴は?彼は、単純な報酬制度に縛られていない。このハーパーカードを手に入れるには、チェイスパック16を入手する必要があります。これはチェイスパックの報酬なので、彼をアンロックするには、多少の戦略、運、またはかなりの量のスタブが必要になります。使える時間やゲーム内通貨に応じて、彼をチームに加えるための最適な4つの方法をご紹介します。 1. 第4イニングXP報酬パスホイールを周回する 厳格な「ノーマネースペント(NMS)」チームを運営しているなら、これが無料でカードを引く最良のアクティブグラインド方法です。第4イニングXPプログラムの主要報酬をすべて獲得した後も、実際には苦労は終わりません。プログラムの主な上限を超えて獲得した追加の経験値ごとに、繰り返し可能な報酬パスホイールを1回回すことができます。チェイスパック16はそのホイールの賞金プールに位置しているので、経験値を稼ぎながらパックを引く挑戦を続けても、スタブを一切使わずにできます。 2. The Show 50パックバンドルを購入する ランダムなホイールスピンを避けたいプレイヤーや、苦労して稼いだスタブを貯めているプレイヤーには、パックマーケットでより直接的な方法を選べます。標準版の「The Show 50パックバンドル」を購入すると、ボーナスとして必ずチェイスパック16が付属します。バンドルを購入するのは常に多少の投資ではありますが、ハーパーが入った特定のチェイスパックを100%確実に手に入れられると分かっている場合は、個別のパックを購入するよりもはるかに安全な選択肢となります。 3. スタンダードな「ザ・ショー」パックで運試しをしよう 自然にゲームをプレイして、運の神様があなたに微笑みかけてくれるのを願うこともできます。開封するすべての標準ベースパックには、チェイスパック16にアップグレードされる小さなランダムな確率が含まれています。通貨を使わずにこの方法を最大限に活用する最良の方法は、現在のコンテンツから無料パックを溜め込むことです。6月カウントダウンプログラム、6月スポットライトプログラム、そしてムーンショットIIイベント情報の課題を必ずこなしてください。これらのモードはすべて大量の無料ベースパックを配布し、チェイスパックへのアップグレードのための無料抽選券をたくさん提供してくれます。 4. コミュニティマーケットプレイスから直接購入する パックの運に頼るのがどうしても嫌で、今すぐ確実にカードが欲しいなら、コミュニティマーケットプレイスの「レジェンド&フラッシュバック」セクションに直行しましょう。貯めたスタブを使って、彼を引き抜いた他のプレイヤーから直接ブライス・ハーパーを買うCAN。割高な料金を支払う覚悟はしておいてください。マーケットの変動や日々の需要によって、彼の価格は364,000から404,000のスタブの間を大きく推移しています。値段は高額だが、余剰の小銭があれば、推測に頼る必要は完全になくなる。
View full article
S32 设计工作室许可证问题 您好。 我最近更换了笔记本电脑,并在新电脑上重新安装了S32设计工作室。 但是,我遇到了许可证激活错误——软件无法激活,因为许可证仍然绑定到我之前的笔记本电脑上。 我尝试通过 NXP 许可证管理器退回许可证,但收到一条消息,称许可证无法退回。 请问您能否帮我从旧电脑上停用/释放许可证,以便我可以在新笔记本电脑上激活它?(我的)许可证密钥为 81B8-B707-440D-FE7C) 谢谢你的帮助。
View full article
i.MX8MP 内存布局,适用于 Cortex M7 处理器,配备 1GB 动态随机存取存储器(DRAM) 我们有一个项目,其中使用了配备 1 GB 动态随机存取存储器(DRAM) 的 i.MX8MP。我们调整了 Cortex M7 的链接器文件、RPMSG 共享内存的设备树以及 Cortex M7 的动态随机存取存储器(DRAM) 保留内存。从 U-Boot 启动 rpmsg ping pong 可以正常工作,例如我们能够启动进入 Linux 系统,加载内核模块并看到正确的输出。内存映射看起来也正确,m_data2 段位于 1GB 动态随机存取存储器(DRAM) 内存的配置空间内。 使用 remoteproc 从 linux 启动相同的固件 (elf) 可以正常工作,但是当等待 rpmsg 名称服务宣布时,演示程序会挂起。 移植过程中是否存在我们遗漏的地方? 谢谢
View full article
S32 Design Studio License Problem Hello. I recently changed my laptop and reinstalled S32 Design Studio on the new machine. However, I am encountering a license activation error — the software is unable to activate because the license is still bound to my previous laptop. I attempted to return the license through the NXP License Manager, but received a message stating that the license return is not possible. Could you please help me deactivate/release the license from my old machine so that I can activate it on my new laptop?(my license key is 81B8-B707-440D-FE7C) Thank you for your assistance.
View full article
[S32K388] SPD 1.0.6 Package Missing Complete Test Examples - Request for Register-Level Reference C Hi NXP Support Team,   I downloaded the "Safety Peripheral Drivers for S32K3 Version 1.0.6"    After installing and importing the SPD_example_S32K388_M7_0_0 project into S32 Design Studio, I found that the main.c is essentially empty   **My Environment:** - S32 Design Studio for S32 Platform 3.5 - SPD Version: 1.0.6 (SW32K3_SPD_1.0.6_D2512_DesignStudio_updatesite_updated.zip) - Target: S32K388 M7_0   **What I Expected** Please send complete register-level examples for: ECC on all memories (Flash, SRAM, TCM) - FCCU (Fault Collection and Control Unit) - STCU2 (Self-Test Control Unit 2 with LBIST/MBIST) - EIM (Error Injection Module) - ERM (Error Reporting Module) - CMU (Clock Monitor Unit) - Lockstep Core - SWT (Software Watchdog)   Send to [[email protected]] Or provide download link. Thank you.   Best regards, Re: [S32K388] SPD 1.0.6 Package Missing Complete Test Examples - Request for Register-Level Referenc Hi @xlele, Copilot said: The SPD provides a complete demo project, but it is available only for EB Tresos and not for the S32DS IDE. The demo is distributed in the standalone .exe version. Here is an unofficial SPD example for S32DS IDE.  https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K344-BIST-eMCEM-SPD106-v2-0-S32DS365-RTD700/ta-p/2373113 There is one bare-metal EIM, ERM example: https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K344-EIM-ERM-DTCM-SRAM-Baremetal-v3-0-S32DS36/ta-p/2193534 One CMU_FC example: https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K344-MCAL-MCU-ClockMonitor-v1-0-S32DS36-RTD600/ta-p/2179976 SWT example can be found by default in RTD. Best regards, Daniel
View full article
ホストからスイッチへのトレーラーは削除されていませんSJA1110 私はSJA1110上のホストプロセッサ(Cortex-M7)を通じてイーサネットフレームを送信しています。スイッチの特定のポートにルーティングするために、5.8.2の下UM11107に説明されているホスト-トゥスイッチヘッダー/トレーラーを使用しています。 フレームは正しい港に到着しているが、トレーラーは解体されていないか、部分的にしか解体されていない。参考までに、送信前にtxBufferに格納された同じフレームと、受信後に別のデバイスのrxBufferに格納された同じフレームを以下に示します。 01 80 c2 00 00 10 68 58 c5 00 11 02 8b 8c 88 39 88 b7 5a 46 00 01 02 06 68 58 c5 00 11 02 04 01 00 06 01 02 12 01 01 14 0e 01 02 11 00 c5 58 68 08 d8 26 c0 cb fd 18 00 00 00 00 ---- 00 04 00 00 00 ====== 01 80 C2 00 00 10 68 58 C5 00 11 02 88 B7 5A 46 00 01 02 06 68 58 C5 00 11 02 04 01 00 06 01 02 12 01 01 14 0E 01 02 11 00 C5 58 68 08 D8 26 C0 CB FD 18 00 00 00 00 ---- 00 04 00 00 00 ご覧の通り、ヘッダーは完全に削除されていますが、トレーラー(4本の線以降の部分)は削除されていません(イーサネットフレームが有効であるため、すべて0に設定されていることも含めて)です。 Re: host-to-switch trailer not removed on SJA1110 こんにちは、 @flxwly さん。 提供されたデータから判断すると、ホストからスイッチへのヘッダーは認識されているようで、4バイトのヘッダーは送信フレームから削除されています。しかし、受信フレームの末尾には依然としてトレーラーバイトが表示されます。 重要な点の一つは、ホストからスイッチへのヘッダーのTRAILER_POSフィールドです。あなたの例のヘッダーバイトは8b、8c、88、39です。 ホストからスイッチへのヘッダー形式で解釈すると、HEADER_TYPE = 0x8B8C、HOST_SWITCH = 1、TRAILER = 1、TRAILER_POS = 57となります。しかし、ダンプに示されている送信フレームでは、5バイトのトレーラーはMAC DAフィールドから0ベースのオフセットで59バイト目から始まっているようです。SFDに対する正確な位置カウントの慣例によっては期待値が1差になることがありますが、符号化された値57は実際のトレーラー位置と一致していないようです。 したがって、まずTRAILER_POSフィールドの計算方法を確認し、トレーラーの最初のバイトに対応する位置に設定してみてください。 もう一つ指摘しておきたい点があります。それは、提供されているテストフレームが非常に短いということです。5バイトトレーラーが剥がされると、得られるイーサネットフレームはFCSなしの最小イーサネットフレームサイズより短くなり、退出時に再度パディングを追加する必要があります。この曖昧さを避けるために、例えばホストトレーラーの前に16バイトや32バイトのダミーバイトを追加するなど、より長いペイロードでテストを繰り返していただけますか?これにより、トレーラーが本当に部品を抜き取られているかどうかが明らかになるだろう。 また、2番目のデバイスがフレームを受信する出力ポートが、通常のポートとして設定されていることを確認してください。UMによると、フレームが通常のポートから出力される際にはヘッダーとトレーラーは削除されますが、フレームがホストポートまたはカスケードポートから出力される際には制御情報は保持されます。 最後に、5バイトのトレーラー値「00 04 00 00 00」がどのように生成されるのか教えていただけますか?FRAMEID、PRIO、SWITCHID、DESTPORT のビットパッキングを、ユーザーマニュアルに示された形式と照らし合わせて検証することが有用でしょう。 よろしくお願いいたします。 パベル
View full article
如何在《MLB The Show 26》中解锁布莱斯·哈珀的循环里程碑系列 如果你最近一直在玩钻石王朝模式,你肯定已经知道社区正在热议新的 98 OVR 循环里程碑系列布莱斯·哈珀。这张卡片是为了纪念他在现实世界中完成完全打击的历史性表现而推出的,老实说,它的属性使其成为任何想要巩固外野或为阵容增添一些精英左打力量的人的必备之选。 有什么猫腻呢?他并不受制于一条简单的奖励机制。要获得这张 Harper 卡,你需要购买 Chase Pack 16。由于他是追逐包奖励,解锁他需要一些策略、运气或一大堆短截线。根据你拥有的时间或游戏内货币,以下是把他加入你的队伍的四种最佳方法。 1. 努力刷完第四局经验奖励路径轮盘 如果你正在组建一支严格的“零氪金”(NMS)队伍,那么这是你完全免费获得该卡牌的最佳主动刷图方法。完成第四局经验值计划的主要奖励后,真正的挑战并不会就此结束。超出程序主上限的额外经验值,每多获得一点,就能让你有机会转动一次可重复使用的奖励路径转盘。追逐包 16 就在这个转盘的奖池里,这意味着你可以不断刷经验值,并有机会抽取该卡包,而无需花费一根短截线。 2. 购买《The Show》50 合集 对于那些不想参与随机转盘抽奖,并且一直在攒钱购买游戏币的玩家来说,可以在礼包市场中采取更直接的方式。如果你购买标准的《The Show》50包组合包,游戏会额外赠送一个必定的追逐包16。虽然购买组合包总算有点投资,但知道你能 100% 获得包含哈珀的特定追逐包,这比购买单个卡包要安全得多。 3. 试试你的运气,购买标准版《The Show》卡包 你也可以顺其自然地玩游戏,然后祈祷运气之神眷顾你。你打开的每一个标准个人基础包都有很小的随机概率升级为追逐包 16。不花费游戏币就能最大化利用这种方法的最佳途径是囤积当前内容中的免费礼包。务必完成六月倒计时计划、六月焦点计划中的任务,并积极参与登月计划 II 活动。所有这些模式都会赠送大量免费基础礼包,让你获得大量免费彩票,用于兑换追逐礼包升级。 4. 直接从社区市场购买 如果你实在讨厌依赖卡包运气,只想现在就确保获得这张卡,那就直接前往社区市场的传奇与闪回卡牌专区吧。你可以用你积累的短截线直接从其他抽到Bryce Harper的玩家手中购买他。但你要做好支付高价的准备。根据市场波动和每日需求,他的价格一直徘徊在 364,000 至 404,000 Stubs 的范围内。虽然价格不菲,但如果你手头宽裕,它就能彻底消除猜测的成分。
View full article
S32 デザインスタジオライセンス問題 こんにちは、 最近ノートPCを交換し、新しいマシンにS32 Design Studioを再インストールしました。 しかし、ライセンスアクティベーションのエラーが発生しています。ライセンスが以前のノートPCに紐づいているため、ソフトウェアがアクティベートできません。 NXPライセンスマネージャーを通じて免許証を返却しようとしましたが、免許返却が不可能であるというメッセージが出ました。 古いマシンのライセンスを解除・解放して、新しいノートPCで有効化できるように手伝ってもらえますか?(私のライセンスキーは81B8-B707-440D-FE7Cです。 ご協力ありがとうございました。
View full article
i.MX8MP memory layout for Cortex M7 with DRAM 1GB We have a project where we use i.MX8MP with 1 GB DRAM. We adjusted Linker files for Cortex M7, Devicetree for RPMSG shared memory and DRAM reserved memory for Cortex M7. Starting rpmsg ping pong from U-Boot works, e.g. we are able to boot into linux, load the kernel module and see correct output. The memory map looks correct also for the m_data2 section which is in the configured space inside the 1GB DRAM Starting the same firmware (elf) from linux using remoteproc works but the demo hangs when waiting for rpmsg nameservice announce. Is there someting we miss when porting? Thank you
View full article
How do I build imx-optee-os from source and integrate it into the uboot FIT image? I am using the i.MX8MP SoC. I have cloned the imx-optee-ossource code from https://github.com/nxp-imx/imx-optee-os.gitand checked out the lf-6.6.36_2.1.0branch. How do I build imx-optee-osand package it into the flash.bin  image? i.MX 8M | i.MX 8M Mini | i.MX 8M Nano
View full article
《大学橄榄球27》:官方封面运动员预测及发售日程安排 等待即将结束。EA Sports College Football 27 已确定将于 2026 年 7 月 9 日星期四在全球范围内正式发布。 今年是该系列游戏的一个重要里程碑。该系列游戏有史以来第一次打破了主机平台独占的局面,通过 Steam、Epic Games Store 和 EA App 登陆 PC 平台。PC玩家终于可以和PlayStation 5和Xbox Series X|S用户一起在虚拟橄榄球场上驰骋了。 EA 已正式确定封面明星,并制定了分阶段的抢先体验计划。如果您想计划您的开球仪式,这里有一份完整的名单,包括谁在场、何时可以开始比赛以及费用是多少。 官方封面运动员 EA Sports 没有只突出一名球员,而是采用了星光熠熠、多名运动员参与的方式,在不同版本中庆祝现代大学橄榄球的辉煌时代。 标准版封面 标准版封面展示了上赛季表现出色的三位进攻型球员: 但丁·摩尔——带领俄勒冈鸭队的明星四分卫。 马拉奇·托尼——迈阿密队极具爆发力的外接手。 Kewan Lacy——这位爆发力十足的奥莱米斯大学跑卫。 豪华版封面 豪华版扩充了球队阵容,除了标准版的三位球星外,还加入了多名防守悍将和一位冠军教练: 杰登·马亚瓦(南加州大学四分卫) 科林·西蒙斯(德克萨斯大学线卫) 伦纳德·摩尔(圣母大学角卫) 科特·西格内蒂(印第安纳大学全国冠军队主教练) 官方发布时间表 根据您的预购等级或订阅状态,您有三个不同的时间段可以进入游戏。分阶段版本的安排可以让最专用的粉丝提前整整一周开始游戏。 日期 访问窗口 需求/版本 2026年7月2日 7天抢先体验/10小时试用 EA Sports MVP+ 会员资格或标准 EA Play 试用 2026年7月6日 提前3天进入 豪华版、MVP 捆绑包或 EA Play Pro(PC) 2026年7月9日 全球正式发布 标准版(所有平台) 定价及版本细分 目前已在EA Sports官方商店开启预购。选择合适的版本取决于你想多早开始玩以及你是否也玩 Madden 游戏。 标准版(69.99美元):7 月 9 日发售当天即可获得基础游戏,以及标准的预购奖励,例如 Ultimate Team封面运动员物品和基本的王朝教练点数。 豪华版(99.99美元):提前 3 天(7 月 6 日)解锁游戏,并包含 4,600 大学橄榄球积分,助您快速组建终极球队阵容。 MVP 套餐(149.99 美元):专为足球纯粹主义者构建的软件包版本。它将《大学橄榄球 27》豪华版与即将推出的《麦登橄榄球 27》豪华版捆绑在一起,让您可以提前体验这两款游戏并获得高级货币。
View full article
How to Unlock Cycle Milestone Series Bryce Harper in MLB The Show 26 If you have been grinding Diamond Dynasty lately, you already know that the community is buzzing about the new 98 OVR Cycle Milestone Series Bryce Harper. This card was dropped to commemorate his historic real-world performance where he hit for the cycle, and honestly, the attributes make it an absolute must-have for anyone looking to anchor their outfield or add some elite left-handed power to their lineup. The catch? He isn't tied to a straightforward program reward path. To get your hands on this Harper card, you need to acquire Chase Pack 16. Because it is a Chase Pack reward, unlocking him takes a bit of strategy, luck, or a healthy stack of Stubs. Depending on how much time or in-game currency you have, here are the four best ways to add him to your squad. 1. Grind the 4th Inning XP Reward Path Wheel If you are running a strict "No Money Spent" (NMS) squad, this is your best active grind method to pull the card entirely for free. Once you finish up the main rewards in the 4th Inning XP Program, the grind does not actually stop. Every chunk of extra XP you accumulate beyond the program's main cap grants you a spin on the repeatable Reward Path Wheel. Chase Pack 16 is sitting right in that wheel’s prize pool, meaning you can keep farming XP and taking shots at pulling the pack without spending a single stub. 2. Buy the The Show 50-Pack Bundle For players who prefer to skip the random wheel spins and have been saving up their hard-earned stubs, you can take a more direct route in the Pack Market. If you purchase the standard The Show 50-Pack Bundle, the game throws in a guaranteed Chase Pack 16 as a bonus. While buying bundles is always a bit of an investment, knowing you are 100% getting the specific Chase Pack containing Harper makes this a much safer bet than buying individual packs. 3. Test Your Luck with Standard The Show Packs You can also just play the game naturally and hope the RNG gods smile on you. Every single standard individual base pack you open carries a small, random percentage chance to upgrade into a Chase Pack 16. The best way to maximize this method without spending currency is to hoard free packs from current content. Make sure to knock out your tasks in the June Countdown Program, the June Spotlight Program, and jump into the Moonshot II Event. All of these modes hand out a ton of free base packs, giving you plenty of free lottery tickets for that Chase Pack upgrade. 4. Buy Directly from the Community Marketplace If you absolutely hate relying on pack luck and just want the card guaranteed right now, head straight over to the Legends & Flashbacks section of the Community Marketplace. You can use your banked Stubs to buy Bryce Harper directly from other players who managed to pull him. Just be prepared to pay a premium. Depending on market fluctuations and daily demand, his price has been hovering heavily around the 364,000 to 404,000 Stubs range. It is a hefty price tag, but it completely removes the guesswork if you have the stubs to spare.
View full article
host-to-switch trailer not removed on SJA1110 I am sending ethernet frames via the host processor (Cortex-M7) on a SJA1110. To route them to the specific ports on the switch I am using the host-to-switch header/trailer described in UM11107 under 5.8.2. The frames are received on the correct port however the trailer is not stripped or only partily stripped. For reference here is the same frame once before sending stored in the txBuffer and once after receiving in the rxBuffer of another device: 01 80 c2 00 00 10 68 58 c5 00 11 02 8b 8c 88 39 88 b7 5a 46 00 01 02 06 68 58 c5 00 11 02 04 01 00 06 01 02 12 01 01 14 0e 01 02 11 00 c5 58 68 08 d8 26 c0 cb fd 18 00 00 00 00 ---- 00 04 00 00 00 ====== 01 80 C2 00 00 10 68 58 C5 00 11 02 88 B7 5A 46 00 01 02 06 68 58 C5 00 11 02 04 01 00 06 01 02 12 01 01 14 0E 01 02 11 00 C5 58 68 08 D8 26 C0 CB FD 18 00 00 00 00 ---- 00 04 00 00 00 As you can see the header is removed completly but the trailer (everything after the 4 dashed lines) is not removed (or set to all 0s because atleast 64 bytes are required for the ethernet frame to be valid). Re: host-to-switch trailer not removed on SJA1110 Hello @flxwly , From the provided data, the host-to-switch header seems to be recognized by the switch, because the 4-byte header is removed from the outgoing frame. However, the trailer bytes still appear at the end of the received frame. One important point to check is the TRAILER_POS field in the host-to-switch header. The header bytes in your example are 8b 8c 88 39 Interpreting this according to the host-to-switch header format gives HEADER_TYPE = 0x8B8C, HOST_SWITCH = 1, TRAILER = 1, and TRAILER_POS = 57. However, in the transmitted frame shown in your dump, the 5-byte trailer appears to start at byte offset 59 from the MAC DA field, zero-based. Depending on the exact position counting convention relative to SFD, the expected value may differ by one, but the encoded value 57 does not seem to match the actual trailer position. Therefore, please first check how the TRAILER_POS field is calculated and try setting it to the position corresponding to the actual first byte of the trailer. There is also a second point: the provided test frame is very short. If the 5-byte trailer were stripped, the resulting Ethernet frame would become shorter than the minimum Ethernet frame size without FCS, so padding would need to be added again on egress. To avoid this ambiguity, could you please repeat the test with a longer payload, for example by adding 16 or 32 dummy bytes before the host trailer? This will make it clear whether the trailer is really stripped or not. Please also confirm that the egress port where the second device receives the frame is configured as a normal port. According to the UM, the header and trailer are stripped when the frame egresses a normal port, while the control information is preserved when the frame egresses the host port or a cascaded port. Finally, could you please share how the 5-byte trailer value `00 04 00 00 00` is generated? It would be useful to verify the bit packing of FRAMEID, PRIO, SWITCHID, and DESTPORTS against the format shown in the user manual. Best regards, Pavel
View full article
[S32K388]SPD 1.0.6 パッケージに完全なテスト例が欠けている - レジスタレベルの参照Cのリクエスト NXPサポートチームの皆さん、こんにちは。   「S32K3 バージョン1.0.6のセーフティ・ペリフェラル・ドライバ」をダウンロードしました。   SPD_example_S32K388_M7_0_0プロジェクトをインストールしてS32 Design Studioにインポートしたところ、main.cはほぼ空であることに気づきました   **私の環境:** - S32 Design Studio for S32 プラットフォーム 3.5 - SPD バージョン:1.0.6(SW32K3_SPD_1.0.6_D2512_DesignStudio_updatesite_updated.zip) - ターゲット:S32K388 M7_0   **私が期待していたこと** 以下のレジスタレベルの完全な例をお送りください。 すべてのメモリ(フラッシュ、SRAM、TCM)にECCを適用- FCCU(故障収集・制御装置) - STCU2 (LBIST/MBIST を備えたセルフテスト コントロール ユニット 2) - EIM(エラー注入モジュール) - ERM(エラー報告モジュール) - CMU(クロックモニタユニット) - ロックステップコア- SWT(ソフトウェア監視)   [[email protected]]宛てに送信してください。 または、ダウンロードリンクを提供してください。 よろしくお願いします。   よろしくお願いいたします。 Re: [S32K388] SPD 1.0.6 Package Missing Complete Test Examples - Request for Register-Level Referenc こんにちは、 @xlele さん。 Copilotさんによると:SPDは完全なデモプロジェクトを提供していますが、EB Tresosのみで利用可能で、S32DS IDEsには対応していません。 デモはスタンドアロンの.exeファイルとして配布されています。バージョン。 こちらはS32DS IDEの非公式SPD例です。 https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K344-BIST-eMCEM-SPD106-v2-0-S32DS365-RTD700/ta-p/2373113 ベアメタルEIM、ERMの例を1つ挙げます。 https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K344-EIM-ERM-DTCM-SRAM-Baremetal-v3-0-S32DS36/ta-p/2193534 CMU_FCの例を1つ挙げます。 https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K344-MCAL-MCU-ClockMonitor-v1-0-S32DS36-RTD600/ta-p/2179976 SWTの例はRTDでデフォルトで見つけることができます。 よろしくお願いいたします。 ダニエル
View full article
College Football 27: Official Cover Athlete Prediction and Launch Schedule Breakdown The wait is almost over. EA Sports College Football 27 is locked in for an official worldwide launch on Thursday, July 9, 2026. This year is a massive milestone for the franchise. For the first time ever, the series is breaking out of its console-only cage and landing on PC via Steam, the Epic Games Store, and the EA App. PC players can finally join PlayStation 5 and Xbox Series X|S users on the virtual gridiron. EA has officially finalized its cover stars and laid out a staggered early access schedule. If you want to plan your kickoff, here is a complete breakdown of who is on the box, when you can start playing, and what it will cost. Official Cover Athletes Instead of highlighting just one player, EA Sports went with a star-studded, multi-athlete approach to celebrate the modern era of college football across different editions. Standard Edition Cover The standard cover features a powerhouse trio of dominant offensive playmakers who lit up the previous season: Dante Moore – The star quarterback leading the Oregon Ducks. Malachi Toney – Miami’s electrifying wide receiver. Kewan Lacy – The explosive Ole Miss running back. Deluxe Edition Cover The Deluxe Edition expands the squad, grouping the three Standard Edition stars alongside major defensive standouts and a championship coach: Jayden Maiava (USC Quarterback) Colin Simmons (Texas Linebacker) Leonard Moore (Notre Dame Cornerback) Curt Cignetti (Indiana’s national championship-winning head coach) Official Launch Schedule Depending on your pre-order tier or subscription status, there are three distinct windows to jump into the game. The staggered release schedule lets the most dedicated fans get a full week of head-start playtime. Release Date Access Window Requirement / Edition July 2, 2026 7-Day Early Access / 10-Hour Trial EA Sports MVP+ Membership or standard EA Play Trial July 6, 2026 3-Day Early Access Deluxe Edition, MVP Bundle, or EA Play Pro (PC) July 9, 2026 Official Worldwide Launch Standard Edition (All Platforms) Pricing & Edition Breakdown Pre-orders are already live on the official EA Sports storefront. Choosing the right version comes down to how early you want to play and whether you also play Madden. Standard Edition ($69.99): Gives you the base game on the July 9 launch date, plus standard pre-order incentives like Ultimate Team cover athlete items and basic Dynasty coach points. Deluxe Edition ($99.99): Unlocks the game 3 days early on July 6 and includes 4,600 College Football Points to kickstart your Ultimate Team roster. MVP Bundle ($149.99): A massive package built for football purists. It bundles the Deluxe Edition of College Football 27 with the Deluxe Edition of the upcoming Madden NFL 27, giving you early access and premium currency for both titles.
View full article
如何从源代码构建 imx-optee-os 并将其集成到 uboot FIT 镜像中? 我使用的是 i.MX8MP SoC。我从https://github.com/nxp-imx/imx-optee-os.git克隆了 imx-optee-os 源代码,并检出了 lf-6.6.36_2.1.0branch。如何版本 imx-optee-os 并将其软件包到 flash.bin 中图像? i.MX 8M | i.MX 8M Mini | i.MX 8M Nano
View full article
Question Regarding Critical Section Protection for OTP and NVM Access Services Hi, We previously encountered an issue caused by a background process when modifying the OTP (Secure Debug Password) and Life Cycle (LC) in HSE_B. As a result, we were advised to protect the OTP and LC update operations by using a critical section. In addition, would it also be necessary to protect service requests that access the NVM area, rather than the OTP, such as ImportKey, FormatKeyCatalogs, SmrEntryInstall, and CrEntryInstall, by using a critical section? Re: Question Regarding Critical Section Protection for OTP and NVM Access Services Hi @lukaszadrapa, thank you for your reply. In that case, instead of entering a critical section, would it be sufficient to check the HSE_CONFIG_GPR3 register before accessing the flash to ensure that flash access is available? Re: Question Regarding Critical Section Protection for OTP and NVM Access Services Hi @wodudwo  To have full picture, I recommend to read description in HSE Firmware reference manual rev. 2.7 in section: “14.6.5  Synchronizing flash read/write access between HSE and application core”: https://www.nxp.com/webapp/sd/collateral/1765990353647716033651?version=2.7 There are tables 149, 150 and 151 where you can find details about typical scenarios. In short: if HSE firmware is executing, it’s not possible to program a flash block from which the firmware is running from. In case of S32K344 and FULL_MEM version (just an example) it’s block 3, in case of AB_SWAP it’s block 1. It’s necessary to wait until HSE is in idle state and then do not trigger other HSE services. If HSE is performing flash operation on SYS-IMG (like key catalog formatting, importing a key, writing NVM attribute…) then, in addition, it is not possible to access data flash memory. If HSE is writing OTP data (attribute, life cycle advancing, programming password etc.) it is not possible to access UTEST and also flash block 0 because UTEST and flash block 0 are in the same read partition. And this seems to be the key point if you have a problem with ADKP programming and with life cycle advancing. Please take a look at this post where I described what needs to be relocated from flash block 0: https://community.nxp.com/t5/S32K/S32K324-HSE-Setting-ADKP-Issue/m-p/2369325/highlight/true#M58774 And when talking about synchronization between flash and HSE, notice that the support for synchronization between FLS and CRYPTO modules in RTD was added in version 5.0.0 and higher. Here is a screenshot from 6.0.0: If you use older RTD version, it needs to be handled by users. Notice that this synchronization does not solve the problem with programming OTP attributes to UTEST. The code still needs to be relocated from flash block 0. Regards, Lukas
View full article