Nam Nguyenfor『IT』BASEitbase.tv·Jul 22, 2023[MS Azure] ARM - Azure Resource ManagerIntroduction Hey there! I'm Nam, an enthusiastic Network Engineer. After spending years working with Cloud Computing, I've decided to deep dive into Microsoft Azure and I'm really excited about it! Today, I want to share some essential tips and thin...Discuss·106 reads☁️ Cloud 🚀 DevOpsCloud
Franck Pachotfranckpachot.hashnode.dev·Jun 30, 2023Oracle 19c on ARM processorsOracle has announced Oracle Database for Arm Architectures and it is now available. Let's test it. A VM in the Cloud (Ampere processor) On the Oracle Cloud you can create a free ARM instance: I Choose the following image and shape: which was config...Discuss·30 readsOracle
krishana jupudimuralis.hashnode.dev·Jun 2, 2023How To Automate Your Baseline Network In AzureAzure resources are represented by ARM templates, which are files. You create them in a unique JSON format that goes beyond plain JSON. Bicep is a domain-specific language, With Azure Bicep, Microsoft hopes to improve the authoring experience with mo...Discuss·26 readsARM
Kush Joshikushjoshi.hashnode.dev·May 19, 2023MS - SQL SERVER using docker on mac m1/m2 ARM architectureTo run MS my sql we will utilise Azure Sql Edge official image on docker-hub. If you do not have docker installed on your machine you can do so using brew with the commmand: brew install --cask docker Getting Docker Image: The link to the official im...Discuss·10 likes·65 readsmacOS
Romesh Dharamgudiromesh-blog.hashnode.dev·May 12, 2023CI/CD for an ARM template using Azure DevOpsCreate a new project in Azure DevOps and select the appropriate repository type Configure the pipeline by specifying the build and deployment tasks for the application. Save and run pipeline: Once you've completed all of the necessary configurati...Discuss·1 like·28 readsci-cd
Hyunwoo Choihyunwoochoi.hashnode.dev·Apr 22, 2023Stack Pointer in Cortex Mx processorreference Stack pointer in cortex Mx process will point to either SP_process or SP_main. What are SP_process and SP_main? SP_process = PSP(Process Stack Pointer) = Task's private stack SP_main = MSP(Main Stack Pointer) = Kernel stack RTOS schedul...DiscussRTOSARM
Akash Devcoolcoderr.hashnode.dev·Apr 13, 2023How ARM Architecture is Revolutionizing the Cloud Computing Industry👋 Greetings, dear viewers! Welcome back to my delightful blog series! 🎉 First and foremost, I want to extend my sincerest congratulations to you for completing the past four blogs. 💯 Your response has been fantastic, and I am truly grateful for al...Discuss·36 readsInside the Machine: Exploring Computer Organization and ArchitectureARM
JØEL K BÎJÛjkb.hashnode.dev·Feb 10, 2023Embedded Systems and ARM Architecture: An OverviewEmbedded systems are becoming increasingly important in today's world. They are used in various fields such as automotive, aerospace, industrial automation, medical equipment, and consumer electronics. Embedded systems are designed to perform a speci...Discuss·1 like·88 readsembedded systems
Asogwa Emmanuelasogwa001.hashnode.dev·Feb 1, 20230x06 GPIO driver developmentUsually, library functions and APIs are provided by the vendors of MCUs for working with select onboard peripherals. This greatly lowers the learning curve, as coding it up from scratch is extremely tedious and time-consuming. Nevertheless, there is ...Discuss·1 like·37 readsEmbedded Driversembedded systems
Bill Van Leeuwenblog.billvanleeuwen.ca·Jan 18, 2023Creating a Cross-compiling Toolchain For Beaglebone Black With Crosstool-NGThis semester, I am doing an independent study course on embedded Linux. This tutorial is the writeup for part 1 of my first assignment This blog is based on Bootlin's Embedded Linux Course as well as Frank Vasquez and Chris Simmonds Mastering Embedd...Discuss·625 readsembedded linux