Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-18 | cold-flash: accept also OMAP3630 in the ASIC ID | Aaro Koskinen | 1 | -3/+8 | |
Accept also OMAP3630 in the ASIC ID offset 4. With this patch it's possible communicate also with N950/N9. When plugging in the USB cable into a powered-off device, it seems to start in cold-flash mode, and currently 0xFFFF fails with "Invalid ASIC ID." So far only loading & booting kernel with "0xFFFF -m kernel:zImage -l -b" has been tested, and it works. WARNING: When booting a self-made kernel on N950/N9, NOLO will detect this and will permanently show a crappy disclaimer about warranty voided during the boot, even if you boot again with a stock Nokia kernel. This may also impact some SW functionality. I have no idea how to reset this condition. | |||||
2013-02-18 | cold-flash: correct chip/soc name | Aaro Koskinen | 1 | -2/+2 | |
RX-51/N900 has OMAP3430, and it seems this is what the ASIC ID field at offset 4 refers to. Fix the comment and printf. | |||||
2012-11-21 | cold-flash: Decrease usleep time after leave_cold_flash | Pali Rohár | 1 | -1/+1 | |
2012-09-23 | Added macro PRINTF_ERROR_RETURN which working with progressbar | Pali Rohár | 1 | -2/+2 | |
2012-09-23 | cold-flash: Added function init_cold_flash, basic check if asic id is correct | Pali Rohár | 1 | -23/+59 | |
2012-08-12 | cold-flash: Add all omap boot messages | Pali Rohár | 1 | -0/+27 | |
2012-08-11 | image_read returns size_t, so 0 when error or end of file | Pali Rohár | 1 | -3/+3 | |
2012-08-11 | Rewrite Makefile, move WITH_DEVICE, WITH_USB and WITH_SQUEUES to Makefile | Pali Rohár | 1 | -1/+2 | |
2012-08-11 | cold-flash: Rewrite error messages and return negative error values, -EAGAIN ↵ | Pali Rohár | 1 | -78/+47 | |
if not in cold flash mode | |||||
2012-08-10 | Move checking for flashing protocol from main to cold-flash | Pali Rohár | 1 | -0/+12 | |
2012-08-10 | cold-flash: Use struct usb_device_info | Pali Rohár | 1 | -8/+8 | |
2012-08-09 | Rename usb_device to usb-device, fix includes | Pali Rohár | 1 | -0/+1 | |
2012-08-08 | cold-flash: Remove usb_detach_kernel_driver_np and usb_claim_interface, now ↵ | Pali Rohár | 1 | -18/+0 | |
handled in usb_device.c | |||||
2012-08-08 | cold-flash: Fix usb_set_configuration and usb_claim_interface, Update ↵ | Pali Rohár | 1 | -11/+56 | |
information about OMAP boot messages, implement function leave_cold_flash | |||||
2012-08-08 | cold-flash: prepair cold-flash code | Pali Rohár | 1 | -108/+57 | |
2012-06-23 | Cold Flasher - Remove duplicate usb code, prepair for flashing form fiasco ↵ | Pali Rohár | 1 | -147/+95 | |
images | |||||
2012-06-23 | Import my open source tool for Cold Flashing: cold-flasher-rx51.c | Pali Rohár | 1 | -0/+440 | |