摘要:
reference :https://forum.openwrt.org/viewtopic.php?id=43237 reference :http://blog.chinaunix.net/uid-22547469-id-5048943.html cp httpd cus531-16m/ -a 阅读全文
摘要:
pseudocode: if( getenv(“uboot_env_init”) != NULL){ if(uboot_env_init != HAVE_INIT){ Set uboot_env_init=1; Write to uboot_env partition; }else{ Means u 阅读全文
摘要:
design: when uboot load kerne failed,we can switch to stanbdy system; how to realize: when boot fail, we can let uboot env bootKenrelFailCount++, then 阅读全文
摘要:
find cpu datasheet , watchdog relate registers: 0x18060008 watchdong timer control 0x1806000c watchdog timer we can read and write watchdog register u 阅读全文
摘要:
DDR工作频率 在600MHZ. include/configs/board953x.h #define CFG_PLL_FREQ CFG_PLL_650_600_200 #define CFG_DDR_REFRESH_VAL 0x4138 (default 12c) 0x0100 0001 001 阅读全文
摘要:
reference :https://github.com/lentinj/u-boot/blob/master/doc/README.autoboot how to enable protect sonsole in uboot stage ? we can add follow contest 阅读全文
摘要:
Reference :https://openwrt.org/docs/guide-developer/build-system/use-patches-with-buildsystem example: in the kernel top-level directory # quilt new p 阅读全文
摘要:
By passing the kernel panic parameter, the system automatically resets after 3 seconds when kernel panic happen example: bootargs 'board=xxxxx console 阅读全文
摘要:
以太网的地址为48位,由ieee统一分配给网卡制造商,每个网卡的地址都必须是全球唯一的。共6个字节的长度 字节 5 4 3 2 1 0 位 47。。40 39。。32 31。。24 23。。16 15。。8 7。。0 例子 08 00 09 A0 4A B1 我们需要注意的是以太网地址的第32位是组 阅读全文
摘要:
use dns-sd command simulate mdns message: dns-sd -R test _test._tcp local 1234 a=111111111111111111111111111111111111111111111111111111111111111111111 阅读全文