Search

You can find the results of your search below.

OpenWrt in QEMU @docs:guide-user:virtualization
57 Hits, Last modified:
id=net0 \ -smp 2 </code> ===== OpenWrt in QEMU x86-64 ===== The x86-64 target has support for ESXi images by default. Booting the VMDK / VDI images might not w... 12M: <code bash> qemu-img resize -f raw openwrt-x86-64-generic-squashfs-combined-efi.img 512M </code> L... e=$(losetup -f) sudo losetup $loop_device openwrt-x86-64-generic-squashfs-combined-efi.img </code> Fix th
OpenWrt on VirtualBox HowTo @docs:guide-user:virtualization
53 Hits, Last modified:
ou can compile your own image (//Target System -> x86-64// and //Target Images -> Build VirtualBox image files//). ''ext4'' needs to be enabled firs... ou may need to pad the image with ''dd if=openwrt-x86-64-combined-ext4.img of=openwrt.img bs=128000 conv=s... ..60%...70%...80%...90%...100% ===== VM Setup in VirtualBox ===== ==== VM creation ==== :!: Tutorial and screenshots from VirtualBox 5.1.8 on Linux host, on Windows or macOS hosts th
D-Link DIR-320 H/W Ver.: B1 @toh:d-link
21 Hits, Last modified:
evice id: ef 40 17 0 0 (40170000) find flash: W25Q64BV raspi_read: from:30000 len:1000 .raspi_read: f... 000) Jan 1 00:00:16 kernel: [17179569.404000] W25Q64BV(ef 40170000) (8192 Kbytes) Jan 1 00:00:16 kerne... .size = 0x00800000 (8M) .erasesize = 0x00010000 (64K) .numeraseregions = 0 Jan 1 00:00:16 kernel: [17... r version 0.8.5 Jan 1 00:00:16 kernel: [17179569.964000] block2mtd: version $Revision: 1.1.1.1 $ Jan 1
Build system essentials @docs:guide-developer:toolchain
9 Hits, Last modified:
tion set architecture (ISA) that it runs on ([[wp>x86_64]] in the case of most PCs and servers). However w... look at an example. We are building OpenWrt on an x86_64 system for a router that uses a MIPS32 architectu... olchain we use to generate programs we run on our x86_64 system. We need to first build a toolchain for th
构建系统基础知识 @zh:docs:guide-developer:toolchain
9 Hits, Last modified:
为与其运行在同一指令集架构(ISA)上的代码生成器生成代码(例如大多数个人电脑和服务器上的[[wp>x86_64]])。 然而,在OpenWrt中,情况并非如此。 大多数路由器使用的处理器与我们用于运行构建系... 用户空间程序在内的所有内容都必须使用这个交叉编译工具链进行编译。 让我们来看一个例子。 我们在一个x86_64系统上为一个使用MIPS32架构的路由器构建OpenWrt,因此我们不能使用用于在x86_64系统上运行的相同工具链。 我们需要首先为MIPS32系统构建一个工具链,然后使用该工具链构建运行Op
Using the Image Builder @docs:guide-user:additional-software
7 Hits, Last modified:
RAP important> * The Image Builder runs only in 64-bit Linux. You can however run a 64-bit Linux in PC or VM, e.g. VirtualBox, even from 32-bit Windows. * The Image Builder ... find a **openwrt-imagebuilder-ath79-generic.Linux-x86_64.tar.xz** archive with the image builder in it. Al... nwrt-imagebuilder-18.06.0-rc2-ramips-mt7621.Linux-x86_64.tar.xz**: <code bash> ## Place your custom repos
  • Last modified: 2024/01/03 12:05
  • by aparcar