What problem does it solve? Jetson BSP images ship with DRAM carveouts reserved for display, camera, and DMA subsystems even when a deployment never uses them. This Skill reclaims that reserved memory by editing MB1 BCT, MB2 BCT, kernel reserved-memory, and SWIOTLB configuration across the four boot layers. ## Core Features & Use Cases - Validated scenario recipes: Apply the headless recipe to disable DCE/display carveouts or the no-camera recipe to disable RCE/VI/ISP carveouts, with chip-specific carveout tables for T234 (Orin) and T264 (Thor). - Four-layer boot-order edits: Generate explicit DTS overrides for MB1 BCT carveouts, MB2 BCT cluster loading controls and AST deletions, kernel DTB node disabling via dtc, and SWIOTLB pool sizing through CMDLINE_ADD. - Mandatory verification workflow: Reproduce the BSP compile/decompile round-trip with gcc -E and dtc to confirm zeroed carveouts, disabled clusters, and deleted AST nodes, then validate on the booted target with /proc/iomem, sysfs, and dmesg checks. - Use Case: Deploying an Orin Nano (p3767) as a headless edge server with no display attached — apply the headless recipe to zero the DCE-family carveouts, disable the display node in the kernel DTB, set multi-user.target, and free the reclaimed DRAM for the application workload. ## Quick Start Ask the agent to run the jetson-optimize-memory headless recipe for your Orin Nano deployment to reclaim the DCE and display DRAM carveouts.