Re: [LEDE-DEV] Handling the image generation process on ARC770

2017-07-24 Thread Alexandru Gagniuc
On 07/24/2017 01:42 AM, Felix Fietkau wrote: On 2017-07-21 18:53, Alexandru Gagniuc wrote: Hello, I am looking to write some rules to generate images on an SOC we're trying to port over. I need a vmlinux-initramfs ELF file with DWARF debugging information. This is useful because it

[LEDE-DEV] Handling the image generation process on ARC770

2017-07-21 Thread Alexandru Gagniuc
Hello, I am looking to write some rules to generate images on an SOC we're trying to port over. I need a vmlinux-initramfs ELF file with DWARF debugging information. This is useful because it goes straight to gdb and can be loaded over JTAG. I can write the following rule: define Device/ad

Re: [LEDE-DEV] ARC770 Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000004

2017-07-20 Thread Alexandru Gagniuc
On 07/18/2017 09:42 PM, Yousong Zhou wrote: On 19 July 2017 at 04:51, Alexandru Gagniuc wrote: Hi, I'm trying to get a new ASIC with an ARC770 core running with openwrt, but I keep hitting the attempted to kill init problem, and have run out of debugging ideas. I've tried buildi

[LEDE-DEV] ARC770 Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000004

2017-07-18 Thread Alexandru Gagniuc
Hi, I'm trying to get a new ASIC with an ARC770 core running with openwrt, but I keep hitting the attempted to kill init problem, and have run out of debugging ideas. I've tried building busybox statically linked. I'm building a kernel elf with initramfs, and loading that via JTAG. I can get c

Re: [LEDE-DEV] [PATCH] ramips: Add patch to reset SPI flash to 3-byte addressing

2017-03-17 Thread Alexandru Gagniuc
til i power off and on ... the spi flash seems do not have a reset pin Il 30/01/2017 23:53, Alexandru Gagniuc ha scritto: This patch is designed to workaround an issue where an mt7620 will hang after a reboot. This happens because the bootrom gets confused when the SPI flash is left in 4-byte addr

Re: [LEDE-DEV] [PATCH] ramips: Add patch to reset SPI flash to 3-byte addressing

2017-03-16 Thread Alexandru Gagniuc
reboot it , it's stop working until i power off and on ... the spi flash seems do not have a reset pin Il 30/01/2017 23:53, Alexandru Gagniuc ha scritto: This patch is designed to workaround an issue where an mt7620 will hang after a reboot. This happens because the bootrom gets confused w

[LEDE-DEV] [PATCH] ar71xx: Add support for D-Link EBR-2310 Rev. C

2017-02-04 Thread Alexandru Gagniuc
Add support for the EBR-2310, which is almost identical to the DIR-615 rev E4, without the wifi. Signed-off-by: Alexandru Gagniuc --- target/linux/ar71xx/base-files/etc/board.d/01_leds | 3 ++- target/linux/ar71xx/base-files/etc/board.d/02_network| 5

[LEDE-DEV] [PATCH] ramips: Add patch to reset SPI flash to 3-byte addressing

2017-01-30 Thread Alexandru Gagniuc
system crashes. Signed-off-by: Alexandru Gagniuc --- ...Reset-chip-to-3-byte-addressing-on-system.patch | 65 ++ 1 file changed, 65 insertions(+) create mode 100644 target/linux/ramips/patches-4.4/0800-mtd-m25p80-Reset-chip-to-3-byte-addressing-on-system.patch diff --git

[LEDE-DEV] [PATCH] ramips: Add patch to reset SPI flash to 3-byte addressing

2017-01-30 Thread Alexandru Gagniuc
system crashes. Signed-off-by: Alexandru Gagniuc --- ...Reset-chip-to-3-byte-addressing-on-system.patch | 65 ++ 1 file changed, 65 insertions(+) create mode 100644 target/linux/ramips/patches-4.4/0800-mtd-m25p80-Reset-chip-to-3-byte-addressing-on-system.patch diff --git