📄 readme.atum8548
字号:
Building U-Boot---------------The ATUM8548 code is known to build using ELDK 4.1.$ make ATUM8548_configConfiguring for ATUM8548 board...$ makeUsing Flash-----------The ATUM8548 board has one flash bank, of 128MB in size (2^23 = 0x08000000).The BDI2000 commands for copying u-boot into flash areas follows: erase 0xFFF80000 0x4000 0x20 prog 0xfff80000 uboot.bin binBooting Linux-------------U-boot/kermit commands for booting linux via NFS - assumming the properbootargs are set - are as follows: tftp 1000000 uImage.atum tftp c00000 mpc8548atum.dtb bootm 1000000 - c00000
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -