Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:guide-developer:add.new.platform [2018/02/17 17:18] – ↷ Links adapted because of a move operation bobafetthotmaildocs:guide-developer:add.new.platform [2019/08/01 14:57] (current) – [Adding new platform support] Link changed from external to internal (internal ones are automatically adjusted when pages are moved, external ones are not) tmomas
Line 1: Line 1:
 ====== Adding new platform support ====== ====== Adding new platform support ======
-You can find a list of all currently supported [[https://dev.openwrt.org/wiki/platforms]]. Maybe there is no need to add a completely new platform, but only a new device, see ->[[docs:guide-developer:add.new.device]].+You can find a list of all currently supported [[docs:platforms:start]]. Maybe there is no need to add a completely new platform, but only a new device, see ->[[docs:guide-developer:add.new.device]].
  
 Linux is now one of the most widespread operating system for embedded devices due to its openess as well as the wide variety of platforms it can run on. Linux is now one of the most widespread operating system for embedded devices due to its openess as well as the wide variety of platforms it can run on.
Line 201: Line 201:
 ==== Using the device bootloader ==== ==== Using the device bootloader ====
  
-The [[doc:techref:bootloader]] is the first program that is started right after your device has been powered on. This program, can be more or less sophisticated,+The [[docs:techref:bootloader]] is the first program that is started right after your device has been powered on. This program, can be more or less sophisticated,
 some do let you do network booting, USB mass storage booting ... The bootloader is device and architecture specific, some bootloaders were some do let you do network booting, USB mass storage booting ... The bootloader is device and architecture specific, some bootloaders were
-designed to be universal such as RedBoot or [[doc:techref:bootloader:uboot|Das U-Boot]] so that you can meet those loaders on totally different platforms and expect them to behave the same way.+designed to be universal such as RedBoot or [[docs:techref:bootloader:uboot|Das U-Boot]] so that you can meet those loaders on totally different platforms and expect them to behave the same way.
  
 If your device runs a proprietary operating system, you are very likely to deal with a proprietary boot loader as well. This may not always be a If your device runs a proprietary operating system, you are very likely to deal with a proprietary boot loader as well. This may not always be a
  • Last modified: 2018/02/17 17:18
  • by bobafetthotmail