embedded-linux
UBIFS: Unexpected behavior (wear leveling)
I have been playing around with UBIFS some. One test I wrote was a stress test to see if the wear-leveling in the system works as expected. In a nu开发者_Go百科tshell the test[详细]
2023-02-22 20:40 分类:问答Embedded systems development folder structure
I\'m starting a big project to run on a PIC32, and like every big project, code organization it\'s very important. Likewise, folder structure too.[详细]
2023-02-22 17:27 分类:问答relation between cross compilation tools and OS
HI, All, I have a question regarding the cross compilation tools (compiler, assemble, linker, etc.) and operating system. let\'s take ELDKand linux kernel as an example.[详细]
2023-02-20 17:17 分类:问答How the set the VID and PID of a USB device in Embedded Linux
I have a an Embedded Linux device and I would like to set the VID, PID and name. Where is this normally done? In 开发者_JAVA百科the file system or is the compiled into the kernel?It is done in the ker[详细]
2023-02-19 02:18 分类:问答error while loading new compiled Linux kernel image into the android emulator(1.5)
I have successfully compiled Linux kernel for android: root@ubuntu:~/common# ARCH=arm CROSS_COMPILE=~/mydroid/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi- make[详细]
2023-02-19 00:48 分类:问答Memory mapped device access in C / Embedded Linux [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical an开发者_StackOverflowdcannot be reasonably answered in its current[详细]
2023-02-17 09:45 分类:问答How to cross-compile for MIPS?
I have a DVB receiver (set-top box) similar like Dreambox and it ha开发者_开发知识库s MIPS cpu[详细]
2023-02-17 01:05 分类:问答IPC passing for Linux User space exe
We have a programme, lets call it Y.exe. It runs on an embedded system and it runs without exiting (i.e. the syste开发者_运维百科m starts, loads the Linux kernel, all the kernel modules, then Y.exe, a[详细]
2023-02-15 21:36 分类:问答Embedded Linux and device driver development
I plan to learn embedded linux and writing linux device drivers. I need a dev board where I can, Build and boot it with a linux distribution.[详细]
2023-02-15 12:53 分类:问答loading u-Boot in memory instead of flashing it
In my ARM based custom board, I flash u-boot to NAND whenever I do changes on that. (putting some debug statements/modification). Is there any way to directly load the uboot image in RAM memory instea[详细]
2023-02-15 10:30 分类:问答