Is there an option to user torizon terminal without ssh or, serial debug connection ?
@bobby95682 ай бұрын
😂 showing frontend side only, pressing buttons doesnt do anything, show us that
@sultanawaan1432 ай бұрын
THERE should be also a solid documentation for development as well just like xilinx.
@Toradexofficial2 ай бұрын
Thank you for the feedback 👍
@DonnaRobinson-q6p2 ай бұрын
Thompson Michelle Perez Ronald Miller Anthony
@CristofeCoelhoLopesdaRocha3 ай бұрын
Incrível a produção deste video. Parabéns !!!
@Toradexofficial3 ай бұрын
Thank You
@ElizabethWilliams-q8u3 ай бұрын
Graham Harbor
@VinoHarmful3 ай бұрын
12166 Drew Glens
@VeliaDequattro-v3b3 ай бұрын
Breitenberg Plain
@EssieBrousseau-t8b3 ай бұрын
Gabriel Hill
@SuperLuigi3153 ай бұрын
That's pretty impressive. Are such boot times still possible with current hardware, modern Linux kernel and secure boot?
@pnefos3 ай бұрын
Hi Manish I watched your Technical Deep Dive and in the Energy discussion of power / clock gating I did not see, but am interested in Power (W) numbers / examples. Can you provide or point to a Power document? - Patrick
@Toradexofficial3 ай бұрын
iMX95 is still in early access stage and technical documentation requires joining the program (www.toradex.com/computer-on-modules/verdin-arm-family/nxp-imx95-evaluation-kit)
@AugustusKennan-r6d3 ай бұрын
Keon Corners
@TheresaDriscoll-q5t3 ай бұрын
Frankie Bypass
@RockyFord-s4b3 ай бұрын
Kassulke Court
@BradleyLillian-n9h3 ай бұрын
Braun Skyway
@BobHodge-d9b3 ай бұрын
Verona Inlet
@ArthurCarter-n4i4 ай бұрын
Winnifred Street
@maciejrak42264 ай бұрын
Fully agree with @AndreasSpiess, who also produces other videos, which are the best on KZbin. Thank you both for your fantastic work!
@mnivityok5 ай бұрын
Why didn't you use Qt's window manager - Qt Application Manager?
@sequality-software5 ай бұрын
Hi, we wanted to use the most efficient and minimal default embedded linux software stack with yocto and we saw no reason to use the add-on-component "Qt Application Manager".
@LawpickingLocksmith6 ай бұрын
Ja gut.
@Mogami788 ай бұрын
字幕機能がonになってる。 ありがたいです
@bobby95688 ай бұрын
This is a great video!
@Toradexofficial8 ай бұрын
Thank You for your Feedback!
@bobby95688 ай бұрын
Very cool
@bobby95689 ай бұрын
More of these videos please 🎉
@Toradexofficial8 ай бұрын
Thanks for the comment! More awesome videos are coming your way, so stay tuned!
@issaiass9 ай бұрын
Looks good
@Toradexofficial9 ай бұрын
Thank You for your Feedback !
@Polestar6669 ай бұрын
Fentabulous .. I am waiting .. INDIAN
@rtvisao9 ай бұрын
come to Embedded World next week snf you see kots of i mx95 boards and demos
@francoislepron23019 ай бұрын
Does Savoir Faire Linux transfer knowledge to handle the MCU Cortex-M7/M4 to build applications where the Cortex-M deals with real-time I/Os peripherals and communicate withCortex-A using RPMSG or Shared Memory?
@red-silver19489 ай бұрын
I appreciate these kind of videos. Makes me learn from you anytime you run into mistakes or errors, I can understand your thought process and thus making me more confident. I would love to see you update device trees through Yocto project and through any other alternatives (like builder tool).
@Toradexofficial9 ай бұрын
Thank you for your feedback!
@eritongomes81109 ай бұрын
Estou interessado em usar os produtos da toradex, queria saber como funciona o Cross compile de um sistema em QT6?
@Toradexofficial9 ай бұрын
Ei @eritongomes8110, nos produtos da Toradex você tem acesso ao Torizon OS. Com ele você pode usar os templates de aplicação QT com VS Code e QT Creator. Isso facilita a configuração e setup para debug remoto e cross compile para o target. Para saber mais sobre o template do QT: github.com/toradex/vscode-torizon-templates/blob/bookworm/cppQML/.doc/README.md Para saber mais sobre a extensão do Torizon para VS Code: developer.toradex.com/torizon/application-development/ide-extension/
@delwarmia939310 ай бұрын
Very like Sir tocking voice
@mechaconsulting10 ай бұрын
You mentioned MD5. Isn’t that considered cryptographically broken? Does that pose a risk with how it is used here?
@drewmoseley10 ай бұрын
Hi @mechaconsulting, my understanding is the same as yours; there are some known deficiancies in the MD5 algorithm that mean that an intentional actor could generate a matching MD5 against a modified document. In my case I was just using it in my demo as a way to show which of the 2 kernel versions was installed. While I probably should get in the habit of using the "sha256sum" command instead of "md5sum" I don't think there is much risk using MD5 for this particular use case.
@kraznoxic11 ай бұрын
hello - i am looking into building embedded linux images with the yocto project and i feel that this video is outdated. do you have any idea when the updated video will be? i ask because while there are so many documentations online on how to build one, it is very long and confusing and watching these webinars do help get me up to speed.
@Toradexofficial11 ай бұрын
Hi @kraznoxic We have updated instructions to build your custom image based on our latest releases on our Build with Yocto Project Guide": developer.toradex.com/linux-bsp/os-development/build-yocto/build-a-reference-image-with-yocto-projectopenembedded
@pardal90211 ай бұрын
Hello! We are looking for SBM with FPGA integrated like Polarfire or Zynq, I can't find SoCs in Toradex. Is in plan develop it? Surely using PolarFire to us is the best way.
@Toradexofficial11 ай бұрын
Hi @pardal902 No plans for this at the moment. Customers are of course free to integrate such FPGA on their carrier via the available high speed interfaces (PCIe for example).
@انامسلموكفى11 ай бұрын
Thank you so much for your video, how I can run an avalonia app ok yocto image, I ve the dotnet recipe in the image
@Toradexofficial11 ай бұрын
You can use our guide to build a custom image with the necessary layers and your application developer.toradex.com/linux-bsp/os-development/build-yocto/ You can also give it a try to simplify your process using our ready-to-use linux distro - Torizon Follow a quick tutorial on: developer.toradex.com/torizon/application-development/ide-extension/programming[…]es/net-core-application-development-on-visual-studio-code/ and check the templates available for avalonia ( github.com/toradex/vscode-torizon-templates/blob/bookworm/README.md )
@lupak200311 ай бұрын
dove posso comprare vf61 256 mb ?
@Toradexofficial11 ай бұрын
Hi @lupak2003, You can find available products at Toradex webshop www.toradex.com/order-now
@انامسلموكفى11 ай бұрын
Thank you for your nice video. I have the problem that the $CC hello.c -o hello give me no bin file after compiling the hello.c program, there is an error : cannot open output file hello : Permission denied. any help Thank you
@Toradexofficial11 ай бұрын
You can find instructions on: developer.toradex.com/linux-bsp/application-development/programming-languages/hello-world-application-on-embedded-linux-ccpp/ or visit our community page: community.toradex.com/
@AndreasSpiess Жыл бұрын
The best USB-C video on KZbin by far. From another Swiss😉
@francescocastagnotto7083 Жыл бұрын
very interesting discover the integration of push in cloud/OTA into a build step of Yocto, I'll try this tool
@GeoffPritchett Жыл бұрын
Could i pay you to develop a fast booting image with my qt app?
@Toradexofficial Жыл бұрын
Hi Geoff, that may be a possibility but best would be if you reach out to our team through our website www.toradex.com/locations#contact-sales
@GeoffPritchett Жыл бұрын
@@Toradexofficial will do! appreciate the reply!
@cvabds Жыл бұрын
I wonder if it can run win11
@MR-vj8dn Жыл бұрын
Containers are pretty slow when it comes to starting and stopping applications.
@Toradexofficial Жыл бұрын
It is correct that containers need more time to boot in general, but with smart optimizations, this can be mitigated. After it is booted, it does not have an impact on the performance. Side note: Toradex is specialized in boot time optimization - check this out, cold boot into a Qt application kzbin.info/www/bejne/ioXGgWaumrGle7s We are happy to help!
@cricocoo Жыл бұрын
Interesting! How long did it take to develop from idea to prototype?
@ivanarenas644 Жыл бұрын
How interesting I want to get a development kit, what is the hardware platform I need?
@bobby9568 Жыл бұрын
Amazing vid!
@AnilKumar-jv5jz Жыл бұрын
Sir iam from port blair, India. I have CAT 458-7760 with Toradex colibiri t20 v1.2 13:43 windows. Problem is the system hangs on CAT logo only. What's the fault sir.
@Toradexofficial Жыл бұрын
Hi Anil, Thank you for reaching out. We have a few follow up questions and will reach out to you by email. Best regards, Team Toradex
@blainekoch1265 Жыл бұрын
"promosm" 🤩
@chriscortopassi9289 Жыл бұрын
How specifically did you mirror the device display to the browser? If I run my app with -platform webgl, it only renders in the browser and the device display is black
@Toradexofficial Жыл бұрын
Hi @chriscortopassi9289, for this demo we used Qt Remote Objects to share states between two instances of the application: One running with the WebGL platform plugin; Another running natively on the system. For more details, you can have a look at the source code on our GitHub or the full webinar for which this demo was developed.