Differences
This shows you the differences between two versions of the page.
|
toh:inventel:dv4210 [2013/01/04 23:09] danitool 64MB RAM mod |
toh:inventel:dv4210 [2013/04/22 00:33] (current) danitool |
||
|---|---|---|---|
| Line 1655: | Line 1655: | ||
| ===== Bootloader Mods ===== | ===== Bootloader Mods ===== | ||
| - | - you could read about [[doc:techref:bootloader]] in general | + | -> you could read about [[doc:techref:bootloader]] in general |
| - | | {{:meta:icons:tango:package-x-generic.png|}} | There are several Redboot mods for this board, even those redboots can work with other boards. The redboot sourcecode and the patch used to build **redbootelnet04**: \\ [[http://files.myopera.com/danitool/livebox/redboot-blue5g.tar.gz|redboot-blue5g.tar.gz]] | | + | | {{:meta:icons:tango:package-x-generic.png|}} | There are several Redboot mods for this board, even those redboots can work with other boards. The redboot sourcecode and the patch used to build **redboot**: \\ [[https://files.myopera.com/danitool/linux/bootloaders/redboot-blue5g.tar.gz|redboot-blue5g.tar.gz]] | |
| ==== Redboot RAM ==== | ==== Redboot RAM ==== | ||
| Line 1690: | Line 1690: | ||
| ......</code> | ......</code> | ||
| - | ==== flashcp for flashing a new redboot ==== | + | ==== flashcp for flashing a new bootloader ==== |
| - | We can also install a new redboot from inside Openwrt. With the OEM inventel firmware fcp can write the redboot image to the mtd0 partition. And with Openwrt firmware we can use **flashcp** (fcp is the old flashcp name). | + | We can also install a new bootloader from inside Openwrt. With the OEM inventel firmware fcp can write the bootloader image to the mtd0 partition. And with Openwrt firmware we can use **flashcp** (fcp is the old flashcp name). |
| <code>opkg update | <code>opkg update | ||
| opkg install mtd-utils-flashcp | opkg install mtd-utils-flashcp | ||
| Line 1698: | Line 1698: | ||
| <code> | <code> | ||
| root@OpenWrt:/# cd /tmp | root@OpenWrt:/# cd /tmp | ||
| - | root@OpenWrt:/# wget ftp://ourlocalserver/newredboot.rom | + | root@OpenWrt:/# wget ftp://ourlocalserver/newbootloader.rom |
| .... | .... | ||
| - | root@OpenWrt:/# flashcp -v newredboot.rom /dev/mtd0 | + | root@OpenWrt:/# flashcp -v newbootloader.rom /dev/mtd0 |
| ..... | ..... | ||
| </code> | </code> | ||
| ==== CFE ==== | ==== CFE ==== | ||
| - | The cfe from the [[http://support.netcommwireless.com/product/fixed-line/nb6plus4w|NB6Plus4W Rev1]] router works with this board. But it divides the flash chip in two banks, only 4 MiB will be available with this CFE, and the button 1 won't work to use it for stopping CFE and loading firmwares through its web interface. A serial TTL adapter is mandatory for managing this CFE. And once flashed probably a JTAG is needed to back to Redboot again. | + | There exists a fully featured CFE for the livebox. The **board ID**s are //blue5g9// (DV4210) and //blue5g6.3// (livebox pro V1). However not (yet) supported officially by Openwrt. It maybe more comfortable for most users since CFE has a web server for updating firmwares. |
| + | | {{:meta:icons:tango:package-x-generic.png|}} | Here the links for the CFE binary, prebuilt firmwares and the patch for **Backfire** \\ [[https://files.myopera.com/danitool/linux/bootloaders/CFE_blue5g9-nvr.zip|CFE_blue5g9-nvr.zip]] \\ [[https://files.myopera.com/danitool/livebox/livebox1_backfire_firmwares-CFE.zip|livebox1_backfire_firmwares-CFE.zip]] | | ||
| + | The cfe from the [[http://support.netcommwireless.com/product/fixed-line/nb6plus4w|NB6Plus4W Rev1]] router also works with this board. But it divides the flash chip in two banks, only 4 MiB will be available with this CFE, and the button 1 won't work to use it for stopping CFE and loading firmwares through its web interface. Don't use this bootloader. | ||
| [[http://files.myopera.com/danitool/linux/bootloaders/NB6Plus4W_Rev1_CFE.rom|NB6Plus4W_Rev1_CFE.rom]] | [[http://files.myopera.com/danitool/linux/bootloaders/NB6Plus4W_Rev1_CFE.rom|NB6Plus4W_Rev1_CFE.rom]] | ||
| Line 1714: | Line 1716: | ||
| ==== 64MiB RAM Mod ==== | ==== 64MiB RAM Mod ==== | ||
| | {{:toh:inventel:livebox_ram.jpeg?150x100|}} |The RAM and the flash chip are located under the minipci. For this mod you'll need two RAM chips 32 MiB each one. Note this board uses SDR, and each chip is 16bit bus width. Check datasheets before choosing a suitable RAM chip. | | | {{:toh:inventel:livebox_ram.jpeg?150x100|}} |The RAM and the flash chip are located under the minipci. For this mod you'll need two RAM chips 32 MiB each one. Note this board uses SDR, and each chip is 16bit bus width. Check datasheets before choosing a suitable RAM chip. | | ||
| - | | {{:toh:inventel:livebox1-64mb_ram-mod.jpg?150x100|}} | Both chips should be identical. And you'll need a custom bootloader to recognize 64 MB, 2 chips (32 bit bus width). Here the custom CFE for this and other RAM sizes/confirgurations\\ [[https://files.myopera.com/danitool/linux/bootloaders/CFE_blue5g9-nvr.zip|CFE_blue5g9-nvr.zip]] | | + | | {{:toh:inventel:livebox1-64mb_ram-mod.jpg?150x100|}} | Both chips should be identical. And you'll need a custom bootloader to recognize 64 MB, 2 chips (32 bit bus width). Here the custom **Redboot/CFE** for this and other RAM sizes/confirgurations\\ [[https://files.myopera.com/danitool/linux/bootloaders/CFE_blue5g9-nvr.zip|CFE_blue5g9-nvr.zip]]\\ [[https://files.myopera.com/danitool/linux/bootloaders/REDBOOT_blue5g.zip|REDBOOT_blue5g.zip]] | |
| ==== USB Mod ==== | ==== USB Mod ==== | ||
| Line 1792: | Line 1794: | ||
| ==== I²C Tiny-USB Mod ==== | ==== I²C Tiny-USB Mod ==== | ||
| + | |||
| + | ===== Firmware mods ===== | ||
| + | * Wireless router with a [[:doc:recipes:3gdongle|3g-dongle]] (**12.09**, without luci):\\ [[https://files.myopera.com/danitool/livebox/OpenWrt_AA-usb_3g-brcm_wl_mini.zip|OpenWrt_AA-usb_3g-brcm_wl_mini.zip]] | ||
| + | |||
| + | |||
| ===== Notes ===== | ===== Notes ===== | ||
toh/inventel/dv4210.1357337372.txt.bz2 · Last modified: 2013/01/04 23:09 (external edit)
