給 9260 uboot 加硬體狗!

2021-05-25 12:15:04 字數 658 閱讀 5145

1、makefile 新增一句 cobjs-$(config_hw_watchdog) += watchdog.o

2、編寫watchdog.c

#include

#include

#include

#include

#include

#include

#ifdef config_hw_watchdog

void hw_watchdog_reset(void)

void hw_watchdog_init(void)/

#endif

3、u-boot-1.3.4/include/configs/t91sam9260ek.h 對應的配置檔案加上 #define config_hw_watchdog

4、static void create_bbt (struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *bd, int chip) 可能要加餵狗函式

nand_read_raw (mtd, buf, from, readlen, ooblen);

#ifdef config_hw_watchdog

#include

watchdog_reset ();

#endif

給console加樣式

剛剛發現乙個比較好玩的東西 在console裡邊加,然後試了一下果然可以,先放下源 console.log c background url no repeat font size 130px line height 50px 其實要說也不難,只是在console裡邊加了一些css樣式.注意 需要用...

iOS給UIview 加陰影加圓角 加邊框

1.加陰影,oc 要匯入框架 import self.view.layer.shadowopacity 0.5 陰影透明度 self.view.layer.shadowcolor uicolor graycolor cgcolor 陰影的顏色 self.view.layer.shadowradius...

mysql給列加序號

select row id row id 1 as id,a.america from select name as america from student where continent america order by america asc a select row id 0 b1.首先定義...